mirror of
https://github.com/status-im/snt-voting.git
synced 2025-02-23 15:48:10 +00:00
Merge branch '000-snt-voting-dapp' of https://github.com/status-im/contracts into 000-snt-voting-dapp
This commit is contained in:
commit
0aead6eefa
@ -34,7 +34,7 @@ class Poll extends Component {
|
|||||||
toSend.estimateGas()
|
toSend.estimateGas()
|
||||||
.then(gasEstimated => {
|
.then(gasEstimated => {
|
||||||
console.log("voting gas estimated: " + gasEstimated);
|
console.log("voting gas estimated: " + gasEstimated);
|
||||||
return toSend.send({gas: gasEstimated + 1000});
|
return toSend.send({gas: gasEstimated + 100000});
|
||||||
})
|
})
|
||||||
.then(res => {
|
.then(res => {
|
||||||
console.log('sucess:', res);
|
console.log('sucess:', res);
|
||||||
|
@ -24,7 +24,7 @@
|
|||||||
"testnet": {
|
"testnet": {
|
||||||
"enabled": true,
|
"enabled": true,
|
||||||
"networkType": "testnet",
|
"networkType": "testnet",
|
||||||
"light": true,
|
"syncMode": "light",
|
||||||
"rpcHost": "localhost",
|
"rpcHost": "localhost",
|
||||||
"rpcPort": 8545,
|
"rpcPort": 8545,
|
||||||
"rpcCorsDomain": "http://localhost:8000",
|
"rpcCorsDomain": "http://localhost:8000",
|
||||||
@ -35,7 +35,7 @@
|
|||||||
"livenet": {
|
"livenet": {
|
||||||
"enabled": true,
|
"enabled": true,
|
||||||
"networkType": "livenet",
|
"networkType": "livenet",
|
||||||
"light": true,
|
"syncMode": "light",
|
||||||
"rpcHost": "localhost",
|
"rpcHost": "localhost",
|
||||||
"rpcPort": 8545,
|
"rpcPort": 8545,
|
||||||
"rpcCorsDomain": "http://localhost:8000",
|
"rpcCorsDomain": "http://localhost:8000",
|
||||||
|
Loading…
x
Reference in New Issue
Block a user