File tree 4 files changed +20
-3
lines changed
4 files changed +20
-3
lines changed Original file line number Diff line number Diff line change @@ -13,3 +13,4 @@ deployments/bsctestnet
13
13
deployments /bsctestnet-prod
14
14
deployments /bsctestnet-stage
15
15
scripts /data /vesting.csv
16
+ deployments /*
Original file line number Diff line number Diff line change @@ -77,3 +77,19 @@ remixd -s ~/Projects/iguverse-contracts --remix-ide https://remix.ethereum.org
77
77
#### Crowdsale contract
78
78
79
79
``` 0x80c0b0e2661404D5c48d00B5469538B418E6ed51 ```
80
+
81
+ #### IGU token
82
+
83
+ ``` 0x201bC9F242f74C47Bbd898a5DC99cDCD81A21943 ```
84
+
85
+ #### IGUP token
86
+
87
+ ``` 0x522d0F9F3eFF479A5B256BB1C1108F47b8e1A153 ```
88
+
89
+ #### NFT token
90
+
91
+ ``` 0x694733Ab1618A275D7E4b20d05fAaf450D56EfC6 ```
92
+
93
+ #### TokenDistributor
94
+
95
+ ``` 0xb085320eaBC561506E818CE1BFc35347076c1184 ```
Original file line number Diff line number Diff line change @@ -49,8 +49,8 @@ const config: HardhatUserConfig = {
49
49
] ,
50
50
} ,
51
51
namedAccounts : {
52
- deployer : 0 ,
53
- signer : 1 ,
52
+ deployer : 12 ,
53
+ signer : 13 ,
54
54
} ,
55
55
networks : {
56
56
hardhat : {
Original file line number Diff line number Diff line change 13
13
"node" : " npx hardhat node" ,
14
14
"mainnet" : " npx hardhat deploy --network bsc" ,
15
15
"testnet" : " npx hardhat deploy --network bsctestnet" ,
16
- "verify" : " npx hardhat --network bsctestnet etherscan-verify"
16
+ "verify" : " npx hardhat --network bsc etherscan-verify"
17
17
},
18
18
"author" : " " ,
19
19
"license" : " ISC" ,
You can’t perform that action at this time.
0 commit comments