Skip to content

Commit

Permalink
fix: update sonic blaze chain ID
Browse files Browse the repository at this point in the history
  • Loading branch information
danut13 committed Dec 18, 2024
1 parent 829d88f commit 8e743d4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion service-node-config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -213,7 +213,7 @@ blockchains:
- !ENV ${SONIC_FALLBACK_PROVIDER:https://rpc.blaze.soniclabs.com}
average_block_time: !ENV tag:yaml.org,2002:int ${SONIC_AVERAGE_BLOCK_TIME:1}
provider_timeout: !ENV tag:yaml.org,2002:int ${SONIC_PROVIDER_TIMEOUT:100}
chain_id: !ENV tag:yaml.org,2002:int ${SONIC_CHAIN_ID:64165}
chain_id: !ENV tag:yaml.org,2002:int ${SONIC_CHAIN_ID:57054}
hub: !ENV ${SONIC_HUB:<fill me>}
forwarder: !ENV ${SONIC_FORWARDER:<fill me>}
pan_token: !ENV ${SONIC_PAN_TOKEN:<fill me>}
Expand Down

0 comments on commit 8e743d4

Please sign in to comment.