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

Commit c6e3740

Browse files
authored
Merge pull request #472 from api3dao/bdrhn9/update-providers
Update providers
2 parents c46063d + 17d6da1 commit c6e3740

15 files changed

Lines changed: 71 additions & 36 deletions

.changeset/early-files-itch.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
'@api3/chains': patch
3+
---
4+
5+
Update providers

chains/berachain-testnet.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://bartio.rpc.berachain.com/"
19+
},
20+
{
21+
"alias": "publicnode",
22+
"rpcUrl": "https://berachain-testnet-evm-rpc.publicnode.com"
1923
}
2024
],
2125
"symbol": "BERA",

chains/blast-sepolia-testnet.json

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -16,10 +16,6 @@
1616
{
1717
"alias": "default",
1818
"rpcUrl": "https://sepolia.blast.io"
19-
},
20-
{
21-
"alias": "drpc-freemium",
22-
"rpcUrl": "https://lb.drpc.org/ogrpc?network=blast-sepolia&dkey=AiPHJac9aUX2s7ELd131NuwSeHqkUW8R7oQiFnomaLKw"
2319
}
2420
],
2521
"symbol": "ETH",

chains/core.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,8 +26,8 @@
2626
"homepageUrl": "https://ankr.com"
2727
},
2828
{
29-
"alias": "drpc",
30-
"homepageUrl": "https://drpc.org"
29+
"alias": "infstones",
30+
"homepageUrl": "https://infstones.com"
3131
}
3232
],
3333
"symbol": "CORE",

chains/ethereum-holesky-testnet.json

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -17,10 +17,6 @@
1717
{
1818
"alias": "default",
1919
"rpcUrl": "https://ethereum-holesky-rpc.publicnode.com"
20-
},
21-
{
22-
"alias": "drpc-freemium",
23-
"rpcUrl": "https://lb.drpc.org/ogrpc?network=ethereum-holesky&dkey=AiPHJac9aUX2s7ELd131NuwSeHqkUW8R7oQiFnomaLKw"
2420
}
2521
],
2622
"symbol": "ETH",

chains/kava.json

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -28,10 +28,6 @@
2828
{
2929
"alias": "drpc",
3030
"homepageUrl": "https://drpc.org/"
31-
},
32-
{
33-
"alias": "nodies",
34-
"homepageUrl": "https://nodies.app/"
3531
}
3632
],
3733
"symbol": "KAVA",

chains/linea-sepolia-testnet.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://rpc.sepolia.linea.build"
19+
},
20+
{
21+
"alias": "publicnode",
22+
"rpcUrl": "https://linea-sepolia-rpc.publicnode.com"
1923
}
2024
],
2125
"symbol": "ETH",

chains/polygon-zkevm.json

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,10 @@
1717
"alias": "default",
1818
"rpcUrl": "https://zkevm-rpc.com"
1919
},
20+
{
21+
"alias": "ankr",
22+
"homepageUrl": "https://ankr.com"
23+
},
2024
{
2125
"alias": "blastapi",
2226
"homepageUrl": "https://blastapi.io"

chains/polygon.json

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,10 @@
1818
"alias": "default",
1919
"rpcUrl": "https://polygon-bor-rpc.publicnode.com"
2020
},
21+
{
22+
"alias": "ankr",
23+
"homepageUrl": "https://ankr.com"
24+
},
2125
{
2226
"alias": "blastapi",
2327
"homepageUrl": "https://blastapi.io"

chains/scroll-sepolia-testnet.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://sepolia-rpc.scroll.io"
19+
},
20+
{
21+
"alias": "publicnode",
22+
"rpcUrl": "https://scroll-sepolia-rpc.publicnode.com"
1923
}
2024
],
2125
"symbol": "ETH",

0 commit comments

Comments
 (0)