Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 8 additions & 0 deletions .changeset/rare-falcons-tap.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
---
'@api3/contracts': patch
---

Update RPC provider configurations:

- Replace default with tenderly for ronin
- Remove drpc from zircuit
2 changes: 1 addition & 1 deletion data/chains/ronin.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"providers": [
{
"alias": "default",
"rpcUrl": "https://ronin.drpc.org"
"rpcUrl": "https://ronin.gateway.tenderly.co"
},
{
"alias": "public",
Expand Down
4 changes: 0 additions & 4 deletions data/chains/zircuit.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,10 +12,6 @@
{
"alias": "sentio",
"rpcUrl": "https://rpc.sentio.xyz/zircuit"
},
{
"alias": "drpc",
"homepageUrl": "https://drpc.org"
}
],
"symbol": "ETH",
Expand Down
3 changes: 1 addition & 2 deletions src/generated/chains.ts
Original file line number Diff line number Diff line change
Expand Up @@ -634,7 +634,7 @@ export const CHAINS: Chain[] = [
id: '2020',
name: 'Ronin',
providers: [
{ alias: 'default', rpcUrl: 'https://ronin.drpc.org' },
{ alias: 'default', rpcUrl: 'https://ronin.gateway.tenderly.co' },
{ alias: 'public', rpcUrl: 'https://api.roninchain.com/rpc/' },
{ alias: 'alchemy', homepageUrl: 'https://alchemy.com' },
{ alias: 'tenderly', homepageUrl: 'https://tenderly.co/' },
Expand Down Expand Up @@ -890,7 +890,6 @@ export const CHAINS: Chain[] = [
providers: [
{ alias: 'default', rpcUrl: 'https://mainnet.zircuit.com' },
{ alias: 'sentio', rpcUrl: 'https://rpc.sentio.xyz/zircuit' },
{ alias: 'drpc', homepageUrl: 'https://drpc.org' },
],
symbol: 'ETH',
testnet: false,
Expand Down