cosmwasm: Increase default upload gas limit
This commit is contained in:
parent
69ea9af306
commit
4ebe2747d8
@ -56,7 +56,7 @@ function prepareBuilder(buider: string | undefined): string {
|
||||
|
||||
const defaultGasPrice = GasPrice.fromString("0.025ucosm");
|
||||
const defaultGasLimits: GasLimits<CosmWasmFeeTable> = {
|
||||
upload: 1000000,
|
||||
upload: 1005758,
|
||||
init: 500000,
|
||||
migrate: 200000,
|
||||
exec: 200000,
|
||||
|
||||
Loading…
Reference in New Issue
Block a user