Skip to content

Commit

Permalink
protection contracts added
Browse files Browse the repository at this point in the history
  • Loading branch information
mak2296 committed Sep 13, 2020
1 parent de282ff commit 91021d6
Show file tree
Hide file tree
Showing 12 changed files with 665 additions and 411 deletions.
12 changes: 7 additions & 5 deletions constant.js
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,10 @@
// const whiteListSecondary = "0xf4c402bf860877183e46a19382a7847ca22b51d4";
// const auctionSecondary = "0xef7f7c4b5205a91a358de8bd8beb4345c3038922";

const ownerWallet = "0xEcF2659415FD22A46a83a1592558c63c00968C89";
const whiteListSecondary = "0xF30b7e1BB257F9D4C83f5fB18e47c6dcD60C54da";
const auctionSecondary = "0x7F803ca9cD6721b7687767E1B6f1533e966BD524";
const otherSecondary = "0x38e07d1C3b3e78F065dEC790a9d3b5553F602E14";
const ownerWallet = "0xC3BdAF7a7740bF1cCA06eB5ed479EBFF1153773B";
const whiteListSecondary = "0x68bC87e4Ac145b33D917f6CEAB7AdcF398F90771";
const auctionSecondary = "0x58f06b0eA4F92750999e024e75D13dA7A06ab079";
const otherSecondary = "0xb511de8f9A4B1A66D1d63125089A55bD299f0c0a";

const governance = "0xd3411ca38F5256154d25E949a3F0E7E9646D4Eac";
const escrow = "0x0Cdb8BA7e9D0A6039d9FD8556957F979A35FFB11";
Expand All @@ -16,9 +16,11 @@ const escrow = "0x0Cdb8BA7e9D0A6039d9FD8556957F979A35FFB11";
// bancor address
const baseTokenAddress = "0x62bd9D98d4E188e281D7B78e29334969bbE1053c";
const relayTokenAddress = "0x8162Ff5FCF66f0B138539202D37b8B4D23C3B882";

const ethTokenAddress = "0xD368b98d03855835E2923Dc000b3f9c2EBF1b27b";
const bancorConverterAddress = "0xFf15fD50bC2571f496108293B306729cbE88808e";
const ethBaseTokenRelayAddress = "0xDD78D22F53441b6B6216cE69E6dCAe6F7c9252b6";

const bancorConverterAddress = "0xFf15fD50bC2571f496108293B306729cbE88808e";
const bancorNetworkAddress = "0xE3042915EeaE7974bFe5a2653911d7fa05003eea";


Expand Down
Loading

0 comments on commit 91021d6

Please sign in to comment.