Skip to content

Commit

Permalink
fix: set Sonic testnet chain ID as default Sonic chain ID
Browse files Browse the repository at this point in the history
  • Loading branch information
markuslevonyak committed Oct 22, 2024
1 parent dddb190 commit 5fc4326
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pantos/client-library.yml
Original file line number Diff line number Diff line change
Expand Up @@ -170,7 +170,7 @@ blockchains:
- !ENV ${SONIC_FALLBACK_PROVIDER:https://rpc.testnet.soniclabs.com/}
average_block_time: !ENV tag:yaml.org,2002:int ${SONIC_AVERAGE_BLOCK_TIME:1}
blocks_per_query: !ENV tag:yaml.org,2002:int ${SONIC_BLOCKS_PER_QUERY:2000}
chain_id: !ENV tag:yaml.org,2002:int ${SONIC_CHAIN_ID:4002}
chain_id: !ENV tag:yaml.org,2002:int ${SONIC_CHAIN_ID:64165}
confirmations: !ENV tag:yaml.org,2002:int ${SONIC_CONFIRMATIONS:3}
hub: !ENV ${SONIC_HUB}
forwarder: !ENV ${SONIC_FORWARDER}
Expand Down

0 comments on commit 5fc4326

Please sign in to comment.