Skip to content

Commit

Permalink
fix: update sonic-testnet RPC and browser URLs (#437)
Browse files Browse the repository at this point in the history
  • Loading branch information
dcroote authored Sep 12, 2024
1 parent ed30608 commit 7ec6dbf
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 4 deletions.
5 changes: 5 additions & 0 deletions .changeset/fuzzy-foxes-serve.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
'@api3/chains': patch
---

Fix sonic-testnet rpcUrl and browserUrl
4 changes: 2 additions & 2 deletions chains/sonic-testnet.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,14 +2,14 @@
"alias": "sonic-testnet",
"decimals": 18,
"explorer": {
"browserUrl": "https://public-sonic.fantom.network/"
"browserUrl": "https://testnet.soniclabs.com/"
},
"id": "64165",
"name": "Sonic testnet",
"providers": [
{
"alias": "default",
"rpcUrl": "https://rpc.sonic.fantom.network"
"rpcUrl": "https://rpc.testnet.soniclabs.com"
}
],
"symbol": "S",
Expand Down
4 changes: 2 additions & 2 deletions src/generated/chains.ts
Original file line number Diff line number Diff line change
Expand Up @@ -1533,10 +1533,10 @@ export const CHAINS: Chain[] = [
{
alias: 'sonic-testnet',
decimals: 18,
explorer: { browserUrl: 'https://public-sonic.fantom.network/' },
explorer: { browserUrl: 'https://testnet.soniclabs.com/' },
id: '64165',
name: 'Sonic testnet',
providers: [{ alias: 'default', rpcUrl: 'https://rpc.sonic.fantom.network' }],
providers: [{ alias: 'default', rpcUrl: 'https://rpc.testnet.soniclabs.com' }],
symbol: 'S',
testnet: true,
},
Expand Down

0 comments on commit 7ec6dbf

Please sign in to comment.