cosmwasm: Increase default upload gas limit

This commit is contained in:
willclarktech 2020-10-08 12:44:16 +02:00
parent 69ea9af306
commit 4ebe2747d8
No known key found for this signature in database
GPG Key ID: 551A86E2E398ADF7

View File

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