mirror of
https://github.com/Instadapp/dsa-connectors-2.0.git
synced 2024-07-29 21:57:39 +00:00
Update contracts/mainnet/connectors/merkleDistributor/main.sol
This commit is contained in:
parent
db49f64236
commit
a15f541186
|
@ -8,7 +8,7 @@ import {TokenInterface} from "../../common/interfaces.sol";
|
||||||
|
|
||||||
abstract contract FluidMerkle is Basic, Events {
|
abstract contract FluidMerkle is Basic, Events {
|
||||||
IFluidMerkleDistributor internal constant MERKLE_DISTRIBUTOR =
|
IFluidMerkleDistributor internal constant MERKLE_DISTRIBUTOR =
|
||||||
IFluidMerkleDistributor(address(0));
|
IFluidMerkleDistributor(0x1d3D6d38Da24E9Ff3B17693f6971CAe62c3AA1DE);
|
||||||
|
|
||||||
TokenInterface internal constant TOKEN =
|
TokenInterface internal constant TOKEN =
|
||||||
TokenInterface(0x6f40d4A6237C257fff2dB00FA0510DeEECd303eb);
|
TokenInterface(0x6f40d4A6237C257fff2dB00FA0510DeEECd303eb);
|
||||||
|
|
Loading…
Reference in New Issue
Block a user