mirror of
https://github.com/status-im/embark-area-51.git
synced 2025-01-15 01:34:27 +00:00
fix gas parameter
This commit is contained in:
parent
f38d0e886c
commit
abfeef5595
@ -51,7 +51,7 @@ EmbarkJS.Contract.prototype.deploy = function(args) {
|
||||
contractParams.push({
|
||||
from: this.web3.eth.accounts[0],
|
||||
data: this.code,
|
||||
gasLimit: 500000,
|
||||
gas: 500000,
|
||||
gasPrice: 10000000000000
|
||||
});
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user