Skip to content

Commit

Permalink
Add sonic-testnet for CSUR
Browse files Browse the repository at this point in the history
  • Loading branch information
hiletmis committed Aug 28, 2024
1 parent d045a21 commit 0a5f620
Show file tree
Hide file tree
Showing 2 changed files with 27 additions and 0 deletions.
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": "FTM",
"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: 'FTM',
testnet: true,
},
{
alias: 'sx-testnet',
decimals: 18,
Expand Down

0 comments on commit 0a5f620

Please sign in to comment.