Skip to content

Commit

Permalink
Merge pull request #394 from api3dao/393-update-zircuit-default-rpc-p…
Browse files Browse the repository at this point in the history
…rovider

Update RPC urls for `zircuit` chain
  • Loading branch information
hiletmis authored Aug 5, 2024
2 parents 60383c6 + adf6888 commit ce3f608
Show file tree
Hide file tree
Showing 3 changed files with 19 additions and 2 deletions.
5 changes: 5 additions & 0 deletions .changeset/cold-pugs-shave.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"@api3/chains": patch
---

Update RPC urls for `zircuit` chain
10 changes: 9 additions & 1 deletion chains/zircuit.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,15 @@
"providers": [
{
"alias": "default",
"rpcUrl": "https://rpc.reblok.io/zircuit"
"rpcUrl": "https://zircuit1-mainnet.p2pify.com/"
},
{
"alias": "liquify",
"homepageUrl": "https://zircuit1-mainnet.liquify.com"
},
{
"alias": "drpc",
"homepageUrl": "https://drpc.org"
}
],
"symbol": "ETH",
Expand Down
6 changes: 5 additions & 1 deletion src/generated/chains.ts
Original file line number Diff line number Diff line change
Expand Up @@ -1522,7 +1522,11 @@ export const CHAINS: Chain[] = [
explorer: { browserUrl: 'https://explorermainnet.zircuit.com/' },
id: '48900',
name: 'Zircuit',
providers: [{ alias: 'default', rpcUrl: 'https://rpc.reblok.io/zircuit' }],
providers: [
{ alias: 'default', rpcUrl: 'https://zircuit1-mainnet.p2pify.com/' },
{ alias: 'liquify', homepageUrl: 'https://zircuit1-mainnet.liquify.com' },
{ alias: 'drpc', homepageUrl: 'https://drpc.org' },
],
symbol: 'ETH',
testnet: false,
},
Expand Down

0 comments on commit ce3f608

Please sign in to comment.