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

Commit c2e2608

Browse files
authored
Merge pull request #520 from api3dao/main
Initiate release
2 parents d6b2e6f + 8daa506 commit c2e2608

14 files changed

Lines changed: 113 additions & 24 deletions

.changeset/bright-books-wonder.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
---
2+
'@api3/chains': patch
3+
---
4+
5+
Update providers:
6+
7+
- Add provider `reblok` for `lumia` and `oev-network`
8+
- Replace provider `publicnode` with `reblok` for `arbitrum` and `base`
9+
- Replace provider `publicnode` with `ankr` for `optimism`
10+
- Replace provider `public` with `reblok` for `taiko`
11+
- Add providers `blastapi` and `drpc` for `apechain`
12+
- Add providers `blastapi`, `drpc`, and `quicknode` for `world`
13+
- Add provider `drpc` for `x-layer`

.changeset/grumpy-keys-play.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 chains:
6+
- sonic

chains/apechain.json

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,14 @@
2020
{
2121
"alias": "public",
2222
"rpcUrl": "https://apechain.calderachain.xyz/http"
23+
},
24+
{
25+
"alias": "blastapi",
26+
"homepageUrl": "https://blastapi.io"
27+
},
28+
{
29+
"alias": "drpc",
30+
"homepageUrl": "https://drpc.org"
2331
}
2432
],
2533
"symbol": "APE",

chains/arbitrum.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -18,10 +18,6 @@
1818
"alias": "default",
1919
"rpcUrl": "https://arb1.arbitrum.io/rpc"
2020
},
21-
{
22-
"alias": "publicnode",
23-
"rpcUrl": "https://arbitrum-one-rpc.publicnode.com/"
24-
},
2521
{
2622
"alias": "blastapi",
2723
"homepageUrl": "https://blastapi.io"
@@ -33,6 +29,10 @@
3329
{
3430
"alias": "quicknode",
3531
"homepageUrl": "https://quicknode.com"
32+
},
33+
{
34+
"alias": "reblok",
35+
"homepageUrl": "https://reblok.io"
3636
}
3737
],
3838
"symbol": "ETH",

chains/base.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -17,10 +17,6 @@
1717
"alias": "default",
1818
"rpcUrl": "https://mainnet.base.org"
1919
},
20-
{
21-
"alias": "publicnode",
22-
"rpcUrl": "https://base-rpc.publicnode.com/"
23-
},
2420
{
2521
"alias": "blastapi",
2622
"homepageUrl": "https://blastapi.io"
@@ -32,6 +28,10 @@
3228
{
3329
"alias": "quicknode",
3430
"homepageUrl": "https://quicknode.com"
31+
},
32+
{
33+
"alias": "reblok",
34+
"homepageUrl": "https://reblok.io"
3535
}
3636
],
3737
"symbol": "ETH",

chains/fraxtal.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,6 @@
2121
"alias": "drpc",
2222
"homepageUrl": "https://drpc.org"
2323
},
24-
2524
{
2625
"alias": "tenderly",
2726
"homepageUrl": "https://tenderly.co/"

chains/lumia.json

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,10 @@
1616
{
1717
"alias": "default",
1818
"rpcUrl": "https://mainnet-rpc.lumia.org"
19+
},
20+
{
21+
"alias": "reblok",
22+
"homepageUrl": "https://reblok.io"
1923
}
2024
],
2125
"symbol": "LUMIA",

chains/oev-network.json

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,10 @@
1616
{
1717
"alias": "default",
1818
"rpcUrl": "https://oev.rpc.api3.org/http"
19+
},
20+
{
21+
"alias": "reblok",
22+
"homepageUrl": "https://reblok.io"
1923
}
2024
],
2125
"symbol": "ETH",

chains/optimism.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,8 +19,8 @@
1919
"rpcUrl": "https://mainnet.optimism.io"
2020
},
2121
{
22-
"alias": "publicnode",
23-
"rpcUrl": "https://optimism-rpc.publicnode.com/"
22+
"alias": "ankr",
23+
"homepageUrl": "https://ankr.com"
2424
},
2525
{
2626
"alias": "blastapi",

chains/sonic.json

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
{
2+
"alias": "sonic",
3+
"decimals": 18,
4+
"explorer": {
5+
"browserUrl": "https://explorer.soniclabs.com/"
6+
},
7+
"id": "146",
8+
"name": "Sonic",
9+
"providers": [
10+
{
11+
"alias": "default",
12+
"rpcUrl": "https://rpc.sonic.soniclabs.com"
13+
}
14+
],
15+
"symbol": "S",
16+
"testnet": false
17+
}

0 commit comments

Comments
 (0)