Skip to content

Commit 2a03eb4

Browse files
chore(cosmwasm): increase osmo gas
1 parent 4f1f250 commit 2a03eb4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

cosmwasm/cosmwasm.nix

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -262,9 +262,9 @@ _: {
262262
private_key = ''"$(op item get deployer --vault union-testnet-10 --field cosmos-private-key --reveal)"'';
263263
gas_config = {
264264
type = "fixed";
265-
gas_price = "0.005";
265+
gas_price = "0.01";
266266
gas_denom = "uosmo";
267-
gas_multiplier = "1.1";
267+
gas_multiplier = "1.2";
268268
max_gas = 60000000;
269269
};
270270
apps = {

0 commit comments

Comments
 (0)