Skip to content

Commit

Permalink
fetchhub to asi change
Browse files Browse the repository at this point in the history
  • Loading branch information
MissingNO57 committed Jun 18, 2024
1 parent 9f9ef99 commit 2b8f849
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions cosmpy/aerial/config.py
Original file line number Diff line number Diff line change
Expand Up @@ -137,8 +137,8 @@ def fetchai_mainnet(cls) -> "NetworkConfig":
:return: fetch mainnet configuration
"""
return NetworkConfig(
chain_id="fetchhub-4",
url="grpc+https://grpc-fetchhub.fetch.ai",
chain_id="asi-1",
url="grpc+https://grpc-asi.fetch.ai",
fee_minimum_gas_price=0,
fee_denomination="aasi",
staking_denomination="aasi",
Expand Down

0 comments on commit 2b8f849

Please sign in to comment.