mirror of
https://github.com/status-im/snt-voting.git
synced 2025-02-23 23:58:13 +00:00
add livenet configuration
This commit is contained in:
parent
68ed1be293
commit
31dd46ba31
@ -62,5 +62,21 @@
|
|||||||
"address": "0x456E047eDEa0a91a66C3DC7aCc0B1424d80cf8a6"
|
"address": "0x456E047eDEa0a91a66C3DC7aCc0B1424d80cf8a6"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
},
|
||||||
|
"livenet":{
|
||||||
|
"contracts": {
|
||||||
|
"gasPrice": 30000000000,
|
||||||
|
"TestToken": { "deploy": false },
|
||||||
|
"MiniMeTokenFactory": {
|
||||||
|
"address": "0xa1c957C0210397D2d0296341627B74411756d476"
|
||||||
|
},
|
||||||
|
"SNT": {
|
||||||
|
"instanceOf": "MiniMeToken",
|
||||||
|
"address": "0x744d70fdbe2ba4cf95131626614a1763df805b9e"
|
||||||
|
},
|
||||||
|
"PollManager": {
|
||||||
|
"args": ["$MiniMeTokenFactory", "$SNT"]
|
||||||
|
}
|
||||||
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user