Skip to content

Commit

Permalink
Merge pull request #422 from api3dao/csur-2024-08-29
Browse files Browse the repository at this point in the history
Add sonic-testnet for CSUR
  • Loading branch information
hiletmis authored Aug 30, 2024
2 parents d045a21 + 1f59516 commit 3e1a4fa
Show file tree
Hide file tree
Showing 3 changed files with 33 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .changeset/empty-pandas-sip.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
---
'@api3/chains': minor
---

Adds following chain:
* sonic-testnet
17 changes: 17 additions & 0 deletions chains/sonic-testnet.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
{
"alias": "sonic-testnet",
"decimals": 18,
"explorer": {
"browserUrl": "https://public-sonic.fantom.network/"
},
"id": "64165",
"name": "Sonic testnet",
"providers": [
{
"alias": "default",
"rpcUrl": "https://rpc.sonic.fantom.network"
}
],
"symbol": "S",
"testnet": true
}
10 changes: 10 additions & 0 deletions src/generated/chains.ts
Original file line number Diff line number Diff line change
Expand Up @@ -1509,6 +1509,16 @@ export const CHAINS: Chain[] = [
symbol: 'SEI',
testnet: false,
},
{
alias: 'sonic-testnet',
decimals: 18,
explorer: { browserUrl: 'https://public-sonic.fantom.network/' },
id: '64165',
name: 'Sonic testnet',
providers: [{ alias: 'default', rpcUrl: 'https://rpc.sonic.fantom.network' }],
symbol: 'S',
testnet: true,
},
{
alias: 'sx-testnet',
decimals: 18,
Expand Down

0 comments on commit 3e1a4fa

Please sign in to comment.