update contracts deploy for ropsten deployment
This commit is contained in:
parent
5a42a19d44
commit
7b44ac93a8
|
@ -62,7 +62,7 @@ class App extends React.Component {
|
||||||
</div>
|
</div>
|
||||||
</Fade>}
|
</Fade>}
|
||||||
{searching && <Fade in={searching}>
|
{searching && <Fade in={searching}>
|
||||||
<Web3Render ready={isMainnet} network="ropsten">
|
<Web3Render ready={isRopsten} network="ropsten">
|
||||||
<div>
|
<div>
|
||||||
<NameLookup />
|
<NameLookup />
|
||||||
<Hidden mdDown>
|
<Hidden mdDown>
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
{
|
module.exports = {
|
||||||
"default": {
|
"default": {
|
||||||
"deployment": {
|
"deployment": {
|
||||||
"host": "localhost",
|
"host": "localhost",
|
||||||
|
@ -26,6 +26,8 @@
|
||||||
"$TestToken",
|
"$TestToken",
|
||||||
"$ENSRegistry",
|
"$ENSRegistry",
|
||||||
"$PublicResolver",
|
"$PublicResolver",
|
||||||
|
"3",
|
||||||
|
[merkleRoot],
|
||||||
"0x0"
|
"0x0"
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
|
@ -53,6 +55,8 @@
|
||||||
"$TestToken",
|
"$TestToken",
|
||||||
"$ENSRegistry",
|
"$ENSRegistry",
|
||||||
"$PublicResolver",
|
"$PublicResolver",
|
||||||
|
"3",
|
||||||
|
[merkleRoot],
|
||||||
"0x0"
|
"0x0"
|
||||||
],
|
],
|
||||||
"onDeploy": [
|
"onDeploy": [
|
||||||
|
@ -93,12 +97,15 @@
|
||||||
"TestToken": {
|
"TestToken": {
|
||||||
"address": "0xc55cF4B03948D7EBc8b9E8BAD92643703811d162"
|
"address": "0xc55cF4B03948D7EBc8b9E8BAD92643703811d162"
|
||||||
},
|
},
|
||||||
"ENSSubdomainRegistry": {
|
|
||||||
"address": "0x9e183BC54Bb4f3cCa1A478CA6f2c3EdC37B60478"
|
|
||||||
},
|
|
||||||
"SafeMath": {
|
"SafeMath": {
|
||||||
"address": "0x0F9992f7737f9ba3aceD170D4D1259cb2CEcc050"
|
"address": "0x0F9992f7737f9ba3aceD170D4D1259cb2CEcc050"
|
||||||
},
|
},
|
||||||
|
"MerkleProof": {
|
||||||
|
"address": "0x5df00E70AD165D50228DB6d8285fB6EAAc630FD7"
|
||||||
|
},
|
||||||
|
"MerkleProofWrapper": {
|
||||||
|
"address": "0x58E01078d14142E0370526dFdAE44E4f508c844B"
|
||||||
|
},
|
||||||
"ERC20Receiver": { "deploy": false }
|
"ERC20Receiver": { "deploy": false }
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
reserved_usernames = [
|
exports.ReservedUsernames = [
|
||||||
|
|
||||||
|
|
||||||
//Ethereum reserved words
|
//Ethereum reserved words
|
||||||
|
|
Loading…
Reference in New Issue