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

Commit 8daa506

Browse files
authored
Merge pull request #518 from api3dao/csur-2024-12-09
Csur 2024-12-11
2 parents 16803f1 + 42306d2 commit 8daa506

3 files changed

Lines changed: 33 additions & 0 deletions

File tree

.changeset/grumpy-keys-play.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
---
2+
'@api3/chains': minor
3+
---
4+
5+
Adds following chains:
6+
- sonic

chains/sonic.json

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
{
2+
"alias": "sonic",
3+
"decimals": 18,
4+
"explorer": {
5+
"browserUrl": "https://explorer.soniclabs.com/"
6+
},
7+
"id": "146",
8+
"name": "Sonic",
9+
"providers": [
10+
{
11+
"alias": "default",
12+
"rpcUrl": "https://rpc.sonic.soniclabs.com"
13+
}
14+
],
15+
"symbol": "S",
16+
"testnet": false
17+
}

src/generated/chains.ts

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1600,6 +1600,16 @@ export const CHAINS: Chain[] = [
16001600
symbol: 'S',
16011601
testnet: true,
16021602
},
1603+
{
1604+
alias: 'sonic',
1605+
decimals: 18,
1606+
explorer: { browserUrl: 'https://explorer.soniclabs.com/' },
1607+
id: '146',
1608+
name: 'Sonic',
1609+
providers: [{ alias: 'default', rpcUrl: 'https://rpc.sonic.soniclabs.com' }],
1610+
symbol: 'S',
1611+
testnet: false,
1612+
},
16031613
{
16041614
alias: 'sx-testnet',
16051615
decimals: 18,

0 commit comments

Comments
 (0)