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

Commit a048c13

Browse files
authored
Merge pull request #546 from api3dao/495-update-providers
Update providers
2 parents 493064b + f15a11c commit a048c13

5 files changed

Lines changed: 22 additions & 10 deletions

File tree

.changeset/beige-dancers-repeat.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
---
2+
'@api3/chains': patch
3+
---
4+
5+
Update following RPC providers:
6+
7+
* sonic:
8+
* drpc added
9+
10+
* camp-sepolia-testnet:
11+
* default RPC changed to `https://rpc-campnetwork.xyz`
12+
13+
* polygon-zkevm-sepolia-testnet:
14+
* Official RPC set as default RPC

chains/camp-sepolia-testnet.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
"providers": [
1616
{
1717
"alias": "default",
18-
"rpcUrl": "https://rpc.camp-network-testnet.gelato.digital/"
18+
"rpcUrl": "https://rpc-campnetwork.xyz/"
1919
}
2020
],
2121
"symbol": "ETH",

chains/polygon-zkevm-sepolia-testnet.json

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -15,10 +15,6 @@
1515
"providers": [
1616
{
1717
"alias": "default",
18-
"rpcUrl": "https://endpoints.omniatech.io/v1/polygon-zkevm/testnet/public"
19-
},
20-
{
21-
"alias": "official",
2218
"rpcUrl": "https://rpc.cardona.zkevm-rpc.com"
2319
}
2420
],

chains/sonic.json

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,10 @@
1818
{
1919
"alias": "alchemy",
2020
"homepageUrl": "https://alchemy.com"
21+
},
22+
{
23+
"alias": "drpc",
24+
"homepageUrl": "https://drpc.com"
2125
}
2226
],
2327
"symbol": "S",

src/generated/chains.ts

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -456,7 +456,7 @@ export const CHAINS: Chain[] = [
456456
},
457457
id: '325000',
458458
name: 'Camp Network testnet',
459-
providers: [{ alias: 'default', rpcUrl: 'https://rpc.camp-network-testnet.gelato.digital/' }],
459+
providers: [{ alias: 'default', rpcUrl: 'https://rpc-campnetwork.xyz/' }],
460460
symbol: 'ETH',
461461
testnet: true,
462462
},
@@ -1453,10 +1453,7 @@ export const CHAINS: Chain[] = [
14531453
},
14541454
id: '2442',
14551455
name: 'Polygon zkEVM testnet',
1456-
providers: [
1457-
{ alias: 'default', rpcUrl: 'https://endpoints.omniatech.io/v1/polygon-zkevm/testnet/public' },
1458-
{ alias: 'official', rpcUrl: 'https://rpc.cardona.zkevm-rpc.com' },
1459-
],
1456+
providers: [{ alias: 'default', rpcUrl: 'https://rpc.cardona.zkevm-rpc.com' }],
14601457
symbol: 'ETH',
14611458
testnet: true,
14621459
},
@@ -1638,6 +1635,7 @@ export const CHAINS: Chain[] = [
16381635
{ alias: 'default', rpcUrl: 'https://rpc.sonic.soniclabs.com' },
16391636
{ alias: 'ankr', homepageUrl: 'https://ankr.com' },
16401637
{ alias: 'alchemy', homepageUrl: 'https://alchemy.com' },
1638+
{ alias: 'drpc', homepageUrl: 'https://drpc.com' },
16411639
],
16421640
symbol: 'S',
16431641
testnet: false,

0 commit comments

Comments
 (0)