Skip to content

Commit

Permalink
Merge pull request #515 from api3dao/main
Browse files Browse the repository at this point in the history
Initiate release
  • Loading branch information
hiletmis authored Dec 4, 2024
2 parents 567a9b9 + 9e8a786 commit 7762426
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 6 deletions.
5 changes: 5 additions & 0 deletions .changeset/friendly-pots-repair.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
'@api3/chains': major
---

Update URLs and chain id for `sonic-testnet`
6 changes: 3 additions & 3 deletions chains/sonic-testnet.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,14 +2,14 @@
"alias": "sonic-testnet",
"decimals": 18,
"explorer": {
"browserUrl": "https://testnet.soniclabs.com/"
"browserUrl": "https://blaze.soniclabs.com/"
},
"id": "64165",
"id": "57054",
"name": "Sonic testnet",
"providers": [
{
"alias": "default",
"rpcUrl": "https://rpc.testnet.soniclabs.com"
"rpcUrl": "https://rpc.blaze.soniclabs.com"
}
],
"symbol": "S",
Expand Down
6 changes: 3 additions & 3 deletions src/generated/chains.ts
Original file line number Diff line number Diff line change
Expand Up @@ -1585,10 +1585,10 @@ export const CHAINS: Chain[] = [
{
alias: 'sonic-testnet',
decimals: 18,
explorer: { browserUrl: 'https://testnet.soniclabs.com/' },
id: '64165',
explorer: { browserUrl: 'https://blaze.soniclabs.com/' },
id: '57054',
name: 'Sonic testnet',
providers: [{ alias: 'default', rpcUrl: 'https://rpc.testnet.soniclabs.com' }],
providers: [{ alias: 'default', rpcUrl: 'https://rpc.blaze.soniclabs.com' }],
symbol: 'S',
testnet: true,
},
Expand Down

0 comments on commit 7762426

Please sign in to comment.