ens-usernames/config/contracts.json

38 lines
631 B
JSON
Raw Normal View History

2018-04-23 04:58:58 +00:00
{
"default": {
"deployment": {
"host": "localhost",
"port": 8545,
"type": "rpc"
},
"dappConnection": [
"$WEB3",
"http://localhost:8545"
],
"gas": "auto",
"contracts": {
2018-05-23 19:31:20 +00:00
"TestToken": {
2018-05-08 02:42:29 +00:00
"args": [
"10000000000000000000"
]
},
"ENSRegistry": {
"args": []
},
"PublicResolver": {
"args": [
"$ENSRegistry"
]
},
"ENSSubdomainRegistry": {
"args": [
"$TestToken",
"$ENSRegistry",
"$PublicResolver",
"0x0"
]
2018-05-13 17:01:59 +00:00
}
2018-04-23 04:58:58 +00:00
}
}
}