mirror of
https://github.com/status-im/visual-identity.git
synced 2025-02-19 16:04:19 +00:00
add livenet configuration
This commit is contained in:
parent
68ed1be293
commit
31dd46ba31
@ -44,7 +44,7 @@
|
||||
]
|
||||
},
|
||||
"PollManager": {
|
||||
"args": ["$MiniMeTokenFactory", "$SNT"]
|
||||
"args": ["$MiniMeTokenFactory", "$SNT"]
|
||||
}
|
||||
}
|
||||
},
|
||||
@ -62,5 +62,21 @@
|
||||
"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