Skip to content

Commit

Permalink
feat: add sonic blaze rpc (#67)
Browse files Browse the repository at this point in the history
  • Loading branch information
danut13 authored Dec 11, 2024
1 parent 15668bc commit 27eaaef
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pantos/client-library.yml
Original file line number Diff line number Diff line change
Expand Up @@ -165,9 +165,9 @@ blockchains:
pansol: !ENV ${SOLANA_TOKEN_PANSOL}
sonic:
active: !ENV tag:yaml.org,2002:bool ${SONIC_ACTIVE:true}
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}
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:64165}
Expand Down

0 comments on commit 27eaaef

Please sign in to comment.