Skip to content

Commit

Permalink
Merge pull request #406 from api3dao/405-remove-unhealthy-providers-f…
Browse files Browse the repository at this point in the history
…rom-manta-and-zircuit

Remove inconsistent providers from manta and zircuit
  • Loading branch information
hiletmis authored Aug 8, 2024
2 parents 86cf146 + 16b4c55 commit 96ccca1
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 16 deletions.
5 changes: 5 additions & 0 deletions .changeset/clean-windows-move.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"@api3/chains": patch
---

Remove inconsistent RPCs from manta and zircuit chains
8 changes: 0 additions & 8 deletions chains/manta.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,20 +15,12 @@
"providers": [
{
"alias": "default",
"rpcUrl": "https://pacific-rpc.manta.network/http"
},
{
"alias": "public",
"rpcUrl": "https://r1.pacific.manta.systems/http"
},
{
"alias": "nirvanalabs",
"rpcUrl": "https://manta.nirvanalabs.xyz/mantapublic"
},
{
"alias": "tencentcloud",
"rpcUrl": "https://www.tencentcloud-rpc.com/v2/manta/manta-rpc"
},
{
"alias": "drpc",
"homepageUrl": "https://drpc.org"
Expand Down
4 changes: 0 additions & 4 deletions chains/zircuit.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,10 +11,6 @@
"alias": "default",
"rpcUrl": "https://zircuit1-mainnet.p2pify.com/"
},
{
"alias": "liquify",
"rpcUrl": "https://zircuit1-mainnet.liquify.com"
},
{
"alias": "drpc",
"homepageUrl": "https://drpc.org"
Expand Down
5 changes: 1 addition & 4 deletions src/generated/chains.ts
Original file line number Diff line number Diff line change
Expand Up @@ -920,10 +920,8 @@ export const CHAINS: Chain[] = [
id: '169',
name: 'Manta',
providers: [
{ alias: 'default', rpcUrl: 'https://pacific-rpc.manta.network/http' },
{ alias: 'public', rpcUrl: 'https://r1.pacific.manta.systems/http' },
{ alias: 'default', rpcUrl: 'https://r1.pacific.manta.systems/http' },
{ alias: 'nirvanalabs', rpcUrl: 'https://manta.nirvanalabs.xyz/mantapublic' },
{ alias: 'tencentcloud', rpcUrl: 'https://www.tencentcloud-rpc.com/v2/manta/manta-rpc' },
{ alias: 'drpc', homepageUrl: 'https://drpc.org' },
],
symbol: 'ETH',
Expand Down Expand Up @@ -1590,7 +1588,6 @@ export const CHAINS: Chain[] = [
name: 'Zircuit',
providers: [
{ alias: 'default', rpcUrl: 'https://zircuit1-mainnet.p2pify.com/' },
{ alias: 'liquify', rpcUrl: 'https://zircuit1-mainnet.liquify.com' },
{ alias: 'drpc', homepageUrl: 'https://drpc.org' },
],
symbol: 'ETH',
Expand Down

0 comments on commit 96ccca1

Please sign in to comment.