mirror of
https://github.com/status-im/embark-area-51.git
synced 2025-01-11 14:34:40 +00:00
update default gas value
This commit is contained in:
parent
972bb3a254
commit
ecbab3f7c5
@ -7,7 +7,7 @@ module.exports = (grunt) ->
|
||||
contractsConfig = readYaml.sync("config/contracts.yml")[env || "development"]
|
||||
rpcHost = blockchainConfig[env || "development"].rpc_host
|
||||
rpcPort = blockchainConfig[env || "development"].rpc_port
|
||||
gasLimit = blockchainConfig[env || "development"].gas_limit || 100000
|
||||
gasLimit = blockchainConfig[env || "development"].gas_limit || 500000
|
||||
gasPrice = blockchainConfig[env || "development"].gas_price || 10000000000000
|
||||
|
||||
try
|
||||
|
Loading…
x
Reference in New Issue
Block a user