Skip to content

Commit

Permalink
Merge pull request #432 from api3dao/csur-2024-09-10
Browse files Browse the repository at this point in the history
Add Soneium testnet chain
  • Loading branch information
hiletmis authored Sep 9, 2024
2 parents 692fa42 + a9a96ab commit c1e5fcf
Show file tree
Hide file tree
Showing 3 changed files with 42 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .changeset/polite-icons-dress.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
---
'@api3/chains': minor
---

Add following chain:
* soneium-sepolia-testnet
23 changes: 23 additions & 0 deletions chains/soneium-sepolia-testnet.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
{
"alias": "soneium-sepolia-testnet",
"decimals": 18,
"explorer": {
"api": {
"key": {
"required": false
},
"url": "https://explorer-testnet.soneium.org/api"
},
"browserUrl": "https://explorer-testnet.soneium.org/"
},
"id": "1946",
"name": "Soneium testnet",
"providers": [
{
"alias": "default",
"rpcUrl": "https://rpc.minato.soneium.org/"
}
],
"symbol": "ETH",
"testnet": true
}
13 changes: 13 additions & 0 deletions src/generated/chains.ts
Original file line number Diff line number Diff line change
Expand Up @@ -1517,6 +1517,19 @@ export const CHAINS: Chain[] = [
symbol: 'SEI',
testnet: false,
},
{
alias: 'soneium-sepolia-testnet',
decimals: 18,
explorer: {
api: { key: { required: false }, url: 'https://explorer-testnet.soneium.org/api' },
browserUrl: 'https://explorer-testnet.soneium.org/',
},
id: '1946',
name: 'Soneium testnet',
providers: [{ alias: 'default', rpcUrl: 'https://rpc.minato.soneium.org/' }],
symbol: 'ETH',
testnet: true,
},
{
alias: 'sonic-testnet',
decimals: 18,
Expand Down

0 comments on commit c1e5fcf

Please sign in to comment.