Skip to content

Commit dda76d0

Browse files
authored
Merge pull request #325 from neutron-org/feat/dynamic-fees
Feat: icqr dynamic fees
2 parents 726f5e0 + 5208633 commit dda76d0

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

setup/docker-compose.yml

+3
Original file line numberDiff line numberDiff line change
@@ -62,6 +62,9 @@ services:
6262
- RELAYER_NEUTRON_CHAIN_SIGN_KEY_NAME=demowallet3
6363
- RELAYER_NEUTRON_CHAIN_GAS_PRICES=0.5untrn
6464
- RELAYER_NEUTRON_CHAIN_GAS_ADJUSTMENT=1.4
65+
- RELAYER_NEUTRON_CHAIN_DENOM=untrn
66+
- RELAYER_NEUTRON_CHAIN_MAX_GAS_PRICE=1000
67+
- RELAYER_NEUTRON_CHAIN_GAS_PRICE_MULTIPLIER=1.1
6568
- RELAYER_NEUTRON_CHAIN_CONNECTION_ID=connection-0
6669
- RELAYER_NEUTRON_CHAIN_DEBUG=true
6770
- RELAYER_NEUTRON_CHAIN_ACCOUNT_PREFIX=neutron

0 commit comments

Comments
 (0)