Skip to content

Commit

Permalink
update config
Browse files Browse the repository at this point in the history
  • Loading branch information
dydxwill committed Oct 19, 2023
1 parent 9aaff6f commit 92fefc2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion v4-client-py/v4_client_py/chain/aerial/config.py
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ def fetch_dydx_testnet(cls) -> "NetworkConfig":
return NetworkConfig(
chain_id="dydx",
url="grpc+https://v4.testnet.dydx.exchange",
fee_minimum_gas_price=5000,
fee_minimum_gas_price=25000000000,
fee_denomination="adv4tnt",
staking_denomination="dv4tnt",
faucet_url="http://faucet.v4testnet.dydx.exchange",
Expand Down

0 comments on commit 92fefc2

Please sign in to comment.