cosmwasm: Increase default upload gas limit

This commit is contained in:
willclarktech
2020-10-08 14:00:11 +02:00
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,