Skip to content

Commit

Permalink
feat: add sonic blaze rpc (#162)
Browse files Browse the repository at this point in the history
  • Loading branch information
danut13 authored Dec 10, 2024
1 parent f9f0e33 commit 829d88f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions service-node-config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -208,9 +208,9 @@ blockchains:
withdrawal_address: !ENV ${SONIC_WITHDRAWAL_ADDRESS:<fill me>}
private_key: !ENV ${SONIC_PRIVATE_KEY:/etc/pantos/service-node.keystore}
private_key_password: !ENV ${SONIC_PRIVATE_KEY_PASSWORD:<fill me>}
provider: !ENV ${SONIC_PROVIDER:https://rpc.testnet.soniclabs.com/}
provider: !ENV ${SONIC_PROVIDER:https://rpc.blaze.soniclabs.com}
fallback_providers:
- !ENV ${SONIC_FALLBACK_PROVIDER:https://rpc.testnet.soniclabs.com/}
- !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}
Expand Down

0 comments on commit 829d88f

Please sign in to comment.