From adf688865a99b46ae2d8ff6fa6ca0ed09e4c345f Mon Sep 17 00:00:00 2001 From: hiletmis Date: Wed, 31 Jul 2024 13:59:01 +0300 Subject: [PATCH] Update RPC urls for `zircuit` chain --- .changeset/cold-pugs-shave.md | 5 +++++ chains/zircuit.json | 10 +++++++++- src/generated/chains.ts | 6 +++++- 3 files changed, 19 insertions(+), 2 deletions(-) create mode 100644 .changeset/cold-pugs-shave.md diff --git a/.changeset/cold-pugs-shave.md b/.changeset/cold-pugs-shave.md new file mode 100644 index 00000000..f9aba9b4 --- /dev/null +++ b/.changeset/cold-pugs-shave.md @@ -0,0 +1,5 @@ +--- +"@api3/chains": patch +--- + +Update RPC urls for `zircuit` chain diff --git a/chains/zircuit.json b/chains/zircuit.json index cc9c332d..5ba5f1a9 100644 --- a/chains/zircuit.json +++ b/chains/zircuit.json @@ -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", diff --git a/src/generated/chains.ts b/src/generated/chains.ts index d0b9efc9..3c6a6cdc 100644 --- a/src/generated/chains.ts +++ b/src/generated/chains.ts @@ -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, },