Skip to content

Commit 5a6ac03

Browse files
committed
Remove defunct servers
- Remove arbiscan.io server due to deprecation - Remove 'https://rpc-mainnet.maticvigil.com'; This service has been shut-down - Remove 'https://rpc.polycat.finance'; This service is not longer available. - Replace abscan.org with 'etherscan.io'; Because, abscan.org has been deprecated. - Remove 'https://api-era.zksync.network/v2/api'; It has been deprecated for etherscan.io. - Remove 'https://api.polygonscan.com/v2/api'; It has been deprecated for etherscan.io. - Remove 'https://api.snowscan.xyz/v2/api'; It has been deprecated for etherscan.io. - Remove etc-network.info RPC nodes: These services are no longer available. - Replace stakely.io RPC node with hyperlend.finance; The stakely.io node doesn't work (500 error) and the hyperlend.finance does. - Remove 'https://celo-mainnet-rpc.allthatnode.com' - Remove 'https://matic-mainnet.chainstacklabs.com' - Remove 'https://api.basescan.org/v2/api' - Remove 'rpc.ankr.com'; This RPC node is complaining about needing an account to work. - Remove 'https://api.sonicscan.org/v2/api'
1 parent aad44bb commit 5a6ac03

File tree

10 files changed

+9
-38
lines changed

10 files changed

+9
-38
lines changed

src/ethereum/info/abstractInfo.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ const networkInfo: EthereumNetworkInfo = {
5252
{
5353
type: 'evmscan',
5454
gastrackerSupport: true,
55-
servers: ['https://api.abscan.org/v2/api'],
55+
servers: ['https://api.etherscan.io/v2/api'],
5656
version: 2
5757
}
5858
],

src/ethereum/info/arbitrumInfo.ts

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -152,10 +152,7 @@ const networkInfo: EthereumNetworkInfo = {
152152
{
153153
type: 'evmscan',
154154
gastrackerSupport: true,
155-
servers: [
156-
'https://api.etherscan.io/v2/api',
157-
'https://api.arbiscan.io/v2/api'
158-
],
155+
servers: ['https://api.etherscan.io/v2/api'],
159156
version: 2
160157
},
161158
{

src/ethereum/info/avalancheInfo.ts

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -198,10 +198,7 @@ const networkInfo: EthereumNetworkInfo = {
198198
{
199199
type: 'evmscan',
200200
gastrackerSupport: true,
201-
servers: [
202-
'https://api.etherscan.io/v2/api',
203-
'https://api.snowscan.xyz/v2/api'
204-
],
201+
servers: ['https://api.etherscan.io/v2/api'],
205202
version: 2
206203
},
207204
{

src/ethereum/info/baseInfo.ts

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -62,18 +62,14 @@ const networkInfo: EthereumNetworkInfo = {
6262
type: 'rpc',
6363
servers: [
6464
'https://base-mainnet.public.blastapi.io',
65-
'https://rpc.ankr.com/base',
6665
'https://lb.drpc.org/ogrpc?network=base&dkey={{drpcApiKey}}'
6766
],
6867
ethBalCheckerContract: '0x3ba5A41eA17fd4950a641a057dC0bEb8E8ff1521'
6968
},
7069
{
7170
type: 'evmscan',
7271
gastrackerSupport: true,
73-
servers: [
74-
'https://api.etherscan.io/v2/api',
75-
'https://api.basescan.org/v2/api'
76-
],
72+
servers: ['https://api.etherscan.io/v2/api'],
7773
version: 2
7874
},
7975
{

src/ethereum/info/celoInfo.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,6 @@ const networkInfo: EthereumNetworkInfo = {
7171
servers: [
7272
'https://forno.celo.org',
7373
'https://rpc.ankr.com/celo',
74-
'https://celo-mainnet-rpc.allthatnode.com',
7574
'https://lb.drpc.org/ogrpc?network=celo&dkey={{drpcApiKey}}'
7675
]
7776
},

src/ethereum/info/ethereumclassicInfo.ts

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -84,12 +84,7 @@ const networkInfo: EthereumNetworkInfo = {
8484
networkAdapterConfigs: [
8585
{
8686
type: 'rpc',
87-
servers: [
88-
'https://etc.rivet.link',
89-
'https://geth-de.etc-network.info',
90-
'https://geth-at.etc-network.info',
91-
'https://etc.etcdesktop.com'
92-
],
87+
servers: ['https://etc.rivet.link', 'https://etc.etcdesktop.com'],
9388
ethBalCheckerContract: '0xfC701A6b65e1BcF59fb3BDbbe5cb41f35FC7E009'
9489
},
9590
{

src/ethereum/info/hyperEvmInfo.ts

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -125,8 +125,7 @@ const networkInfo: EthereumNetworkInfo = {
125125
servers: [
126126
'https://rpc.hyperliquid.xyz/evm',
127127
'https://rpc.hypurrscan.io',
128-
'https://hyperliquid-json-rpc.stakely.io',
129-
'https://hyperliquid-json-rpc.stakely.io'
128+
'https://rpc.hyperlend.finance'
130129
]
131130
},
132131
{

src/ethereum/info/polygonInfo.ts

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -185,9 +185,6 @@ const networkInfo: EthereumNetworkInfo = {
185185
type: 'rpc',
186186
servers: [
187187
'https://polygon-rpc.com/',
188-
'https://rpc.polycat.finance',
189-
'https://rpc-mainnet.maticvigil.com',
190-
'https://matic-mainnet.chainstacklabs.com',
191188
'https://rpc.ankr.com/polygon',
192189
'https://poly.api.pocket.network',
193190
'https://rpc-mainnet.matic.quiknode.pro/{{quiknodeApiKey}}/',
@@ -198,10 +195,7 @@ const networkInfo: EthereumNetworkInfo = {
198195
{
199196
type: 'evmscan',
200197
gastrackerSupport: true,
201-
servers: [
202-
'https://api.etherscan.io/v2/api',
203-
'https://api.polygonscan.com/v2/api'
204-
],
198+
servers: ['https://api.etherscan.io/v2/api'],
205199
version: 2
206200
}
207201
],

src/ethereum/info/sonicInfo.ts

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -145,10 +145,7 @@ const networkInfo: EthereumNetworkInfo = {
145145
{
146146
type: 'evmscan',
147147
gastrackerSupport: true,
148-
servers: [
149-
'https://api.etherscan.io/v2/api',
150-
'https://api.sonicscan.org/v2/api'
151-
],
148+
servers: ['https://api.etherscan.io/v2/api'],
152149
version: 2
153150
}
154151
],

src/ethereum/info/zksyncInfo.ts

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -97,10 +97,7 @@ const networkInfo: EthereumNetworkInfo = {
9797
{
9898
type: 'evmscan',
9999
gastrackerSupport: true,
100-
servers: [
101-
'https://api.etherscan.io/v2/api',
102-
'https://api-era.zksync.network/v2/api'
103-
],
100+
servers: ['https://api.etherscan.io/v2/api'],
104101
version: 2
105102
},
106103
{

0 commit comments

Comments
 (0)