Skip to content
This repository was archived by the owner on Feb 24, 2025. It is now read-only.

Commit 9e8a786

Browse files
authored
Merge pull request #510 from api3dao/csur-2024-12-04
Csur 2024-12-04
2 parents 94f5ce4 + 2cb6f23 commit 9e8a786

3 files changed

Lines changed: 11 additions & 6 deletions

File tree

.changeset/friendly-pots-repair.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
'@api3/chains': major
3+
---
4+
5+
Update URLs and chain id for `sonic-testnet`

chains/sonic-testnet.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,14 +2,14 @@
22
"alias": "sonic-testnet",
33
"decimals": 18,
44
"explorer": {
5-
"browserUrl": "https://testnet.soniclabs.com/"
5+
"browserUrl": "https://blaze.soniclabs.com/"
66
},
7-
"id": "64165",
7+
"id": "57054",
88
"name": "Sonic testnet",
99
"providers": [
1010
{
1111
"alias": "default",
12-
"rpcUrl": "https://rpc.testnet.soniclabs.com"
12+
"rpcUrl": "https://rpc.blaze.soniclabs.com"
1313
}
1414
],
1515
"symbol": "S",

src/generated/chains.ts

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1585,10 +1585,10 @@ export const CHAINS: Chain[] = [
15851585
{
15861586
alias: 'sonic-testnet',
15871587
decimals: 18,
1588-
explorer: { browserUrl: 'https://testnet.soniclabs.com/' },
1589-
id: '64165',
1588+
explorer: { browserUrl: 'https://blaze.soniclabs.com/' },
1589+
id: '57054',
15901590
name: 'Sonic testnet',
1591-
providers: [{ alias: 'default', rpcUrl: 'https://rpc.testnet.soniclabs.com' }],
1591+
providers: [{ alias: 'default', rpcUrl: 'https://rpc.blaze.soniclabs.com' }],
15921592
symbol: 'S',
15931593
testnet: true,
15941594
},

0 commit comments

Comments
 (0)