update default gas value

This commit is contained in:
Iuri Matias 2015-06-20 08:14:09 -04:00
parent 972bb3a254
commit ecbab3f7c5
1 changed files with 1 additions and 1 deletions

View File

@ -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