mirror of
https://github.com/embarklabs/embark.git
synced 2025-01-12 06:44:37 +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({
|
contractParams.push({
|
||||||
from: this.web3.eth.accounts[0],
|
from: this.web3.eth.accounts[0],
|
||||||
data: this.code,
|
data: this.code,
|
||||||
gasLimit: 500000,
|
gas: 500000,
|
||||||
gasPrice: 10000000000000
|
gasPrice: 10000000000000
|
||||||
});
|
});
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user