File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 99 "start:geth:verbose" : " docker run -p 8545:8545 --rm ethereum/client-go:v1.15.2 --dev --dev.period 2 --networkid ${npm_package_config_testchainChainID} --miner.gaslimit ${npm_package_config_testchainGasLimit} --miner.gasprice 1 --http --http.addr 0.0.0.0 --rpc.allow-unprotected-txs" ,
1010 "start:anvil" : " anvil --mnemonic \" ${npm_package_config_mnemonic}\" --block-time 1 --balance ${npm_package_config_etherBalance} --host 0.0.0.0 --chain-id ${npm_package_config_testchainChainID} --gas-limit ${npm_package_config_testchainGasLimit} --gas-price ${npm_package_config_testchainGasPrice}" ,
1111 "start:anvil:verbose" : " anvil --mnemonic \" ${npm_package_config_mnemonic}\" --block-time 1 --balance ${npm_package_config_etherBalance} --host 0.0.0.0 --chain-id ${npm_package_config_testchainChainID} --gas-limit ${npm_package_config_testchainGasLimit} --gas-price ${npm_package_config_testchainGasPrice} --verbose" ,
12- "wait:server" : " wait-on -t 300000 tcp:127.0.0.1:8545"
12+ "wait:server" : " wait-on -t 120000 tcp:127.0.0.1:8545"
1313 },
1414 "devDependencies" : {
1515 "concurrently" : " ^9.1.2" ,
1919 "mnemonic" : " major danger this key only test please avoid main net use okay" ,
2020 "testchainChainID" : 1337 ,
2121 "testchainPort" : 8545 ,
22- "testchainGasLimit" : " 30000000 " ,
22+ "testchainGasLimit" : " 15000000 " ,
2323 "testchainGasPrice" : " 20000000000" ,
2424 "etherBalance" : " 100000"
2525 }
26- }
26+ }
You can’t perform that action at this time.
0 commit comments