File tree Expand file tree Collapse file tree 3 files changed +3
-2
lines changed Expand file tree Collapse file tree 3 files changed +3
-2
lines changed Original file line number Diff line number Diff line change 2020 env :
2121 VALIDATE_ALL_CODEBASE : false
2222 VALIDATE_GO : false
23+ VALIDATE_BASH : false
2324 VALIDATE_GITHUB_ACTIONS : false
2425 IGNORE_GENERATED_FILES : true
2526 FILTER_REGEX_EXCLUDE : .*.pb.go
Original file line number Diff line number Diff line change 88 // DefaultJunoInstanceCost is initially set the same as in wasmd
99 DefaultJunoInstanceCost uint64 = 60_000
1010 // DefaultJunoCompileCost set to a large number for testing
11- DefaultJunoCompileCost uint64 = 100
11+ DefaultJunoCompileCost uint64 = 3
1212)
1313
1414// JunoGasRegisterConfig is defaults plus a custom compile amount
Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ FEE=${FEE_TOKEN:-ucosm}
77CHAIN_ID=${CHAIN_ID:- testing}
88MONIKER=${MONIKER:- node001}
99KEYRING=" --keyring-backend test"
10- BLOCK_GAS_LIMIT=${GAS_LIMIT:- 100000000 } # should mirror mainnet
10+ BLOCK_GAS_LIMIT=${GAS_LIMIT:- 10000000 } # should mirror mainnet
1111
1212echo " Configured Block Gas Limit: $BLOCK_GAS_LIMIT "
1313
You can’t perform that action at this time.
0 commit comments