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

Commit 5ef89d0

Browse files
committed
Update sonic testnet URLs and chain id
1 parent 49408c0 commit 5ef89d0

2 files changed

Lines changed: 6 additions & 6 deletions

File tree

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
@@ -1588,10 +1588,10 @@ export const CHAINS: Chain[] = [
15881588
{
15891589
alias: 'sonic-testnet',
15901590
decimals: 18,
1591-
explorer: { browserUrl: 'https://testnet.soniclabs.com/' },
1592-
id: '64165',
1591+
explorer: { browserUrl: 'https://blaze.soniclabs.com/' },
1592+
id: '57054',
15931593
name: 'Sonic testnet',
1594-
providers: [{ alias: 'default', rpcUrl: 'https://rpc.testnet.soniclabs.com' }],
1594+
providers: [{ alias: 'default', rpcUrl: 'https://rpc.blaze.soniclabs.com' }],
15951595
symbol: 'S',
15961596
testnet: true,
15971597
},

0 commit comments

Comments
 (0)