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

Commit 7ded2e2

Browse files
authored
Merge pull request #566 from api3dao/csur-2025-01-16-soneium
Csur 2025-01-16
2 parents 0ffce17 + 9609453 commit 7ded2e2

3 files changed

Lines changed: 54 additions & 0 deletions

File tree

.changeset/five-melons-melt.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 chain:
6+
- soneium

chains/soneium.json

Lines changed: 31 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,31 @@
1+
{
2+
"alias": "soneium",
3+
"decimals": 18,
4+
"explorer": {
5+
"api": {
6+
"key": {
7+
"required": false
8+
},
9+
"url": "https://soneium.blockscout.com/api"
10+
},
11+
"browserUrl": "https://soneium.blockscout.com/"
12+
},
13+
"id": "1868",
14+
"name": "Soneium",
15+
"providers": [
16+
{
17+
"alias": "default",
18+
"rpcUrl": "https://rpc.soneium.org/"
19+
},
20+
{
21+
"alias": "alchemy",
22+
"homepageUrl": "https://alchemy.com"
23+
},
24+
{
25+
"alias": "tenderly",
26+
"homepageUrl": "https://tenderly.co/"
27+
}
28+
],
29+
"symbol": "ETH",
30+
"testnet": false
31+
}

src/generated/chains.ts

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1635,6 +1635,23 @@ export const CHAINS: Chain[] = [
16351635
symbol: 'ETH',
16361636
testnet: true,
16371637
},
1638+
{
1639+
alias: 'soneium',
1640+
decimals: 18,
1641+
explorer: {
1642+
api: { key: { required: false }, url: 'https://soneium.blockscout.com/api' },
1643+
browserUrl: 'https://soneium.blockscout.com/',
1644+
},
1645+
id: '1868',
1646+
name: 'Soneium',
1647+
providers: [
1648+
{ alias: 'default', rpcUrl: 'https://rpc.soneium.org/' },
1649+
{ alias: 'alchemy', homepageUrl: 'https://alchemy.com' },
1650+
{ alias: 'tenderly', homepageUrl: 'https://tenderly.co/' },
1651+
],
1652+
symbol: 'ETH',
1653+
testnet: false,
1654+
},
16381655
{
16391656
alias: 'sonic-testnet',
16401657
decimals: 18,

0 commit comments

Comments
 (0)