We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4f1f250 commit 2a03eb4Copy full SHA for 2a03eb4
cosmwasm/cosmwasm.nix
@@ -262,9 +262,9 @@ _: {
262
private_key = ''"$(op item get deployer --vault union-testnet-10 --field cosmos-private-key --reveal)"'';
263
gas_config = {
264
type = "fixed";
265
- gas_price = "0.005";
+ gas_price = "0.01";
266
gas_denom = "uosmo";
267
- gas_multiplier = "1.1";
+ gas_multiplier = "1.2";
268
max_gas = 60000000;
269
};
270
apps = {
0 commit comments