Skip to content

Commit ab799a8

Browse files
authored
Merge branch 'mds1:main' into humanode
2 parents 3f503df + ded9560 commit ab799a8

File tree

8 files changed

+30
-12
lines changed

8 files changed

+30
-12
lines changed

bun.lockb

-8 Bytes
Binary file not shown.

script/data/chain/1.json

+2-1
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,8 @@
2121
"url": "https://ethereum.dex.guru",
2222
"icon": "dexguru",
2323
"standard": "EIP3091"
24-
}
24+
},
25+
{ "name": "Routescan", "url": "https://ethereum.routescan.io", "standard": "EIP3091" }
2526
],
2627
"faucets": [],
2728
"features": [{ "name": "EIP155" }, { "name": "EIP1559" }],

script/data/chain/10.json

+2-1
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,8 @@
2020
"url": "https://optimism.dex.guru",
2121
"icon": "dexguru",
2222
"standard": "EIP3091"
23-
}
23+
},
24+
{ "name": "Routescan", "url": "https://mainnet.superscan.network", "standard": "EIP3091" }
2425
],
2526
"faucets": [],
2627
"rpc": [

script/data/chain/34443.json

+2-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,8 @@
88
"nativeCurrency": { "name": "Ether", "symbol": "ETH", "decimals": 18 },
99
"chain": "ETH",
1010
"explorers": [
11-
{ "name": "modescout", "url": "https://explorer.mode.network", "standard": "none" }
11+
{ "name": "modescout", "url": "https://explorer.mode.network", "standard": "none" },
12+
{ "name": "Routescan", "url": "https://modescan.io", "standard": "none" }
1213
],
1314
"faucets": [],
1415
"icon": "mode",

script/data/chain/43114.json

+5-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,11 @@
77
"infoURL": "https://www.avax.network/",
88
"nativeCurrency": { "name": "Avalanche", "symbol": "AVAX", "decimals": 18 },
99
"chain": "AVAX",
10-
"explorers": [{ "name": "snowtrace", "url": "https://snowtrace.io", "standard": "EIP3091" }],
10+
"explorers": [
11+
{ "name": "Etherscan", "url": "https://snowscan.xyz", "standard": "EIP3091" },
12+
{ "name": "Routescan", "url": "https://snowtrace.io", "standard": "EIP3091" },
13+
{ "name": "Avascan", "url": "https://avascan.info", "standard": "EIP3091" }
14+
],
1115
"faucets": [],
1216
"features": [{ "name": "EIP1559" }],
1317
"icon": "avax",

script/data/chain/8453.json

+3-2
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
"nativeCurrency": { "name": "Ether", "symbol": "ETH", "decimals": 18 },
99
"chain": "ETH",
1010
"explorers": [
11-
{ "name": "basescan", "url": "https://basescan.org", "standard": "none" },
11+
{ "name": "basescan", "url": "https://basescan.org", "standard": "EIP3091" },
1212
{
1313
"name": "basescout",
1414
"url": "https://base.blockscout.com",
@@ -20,7 +20,8 @@
2020
"url": "https://base.dex.guru",
2121
"icon": "dexguru",
2222
"standard": "EIP3091"
23-
}
23+
},
24+
{ "name": "Routescan", "url": "https://base.superscan.network", "standard": "EIP3091" }
2425
],
2526
"faucets": [],
2627
"icon": "base",

script/data/feature/metadata.json

+14-6
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,8 @@
2121
"url": "https://ethereum.dex.guru",
2222
"icon": "dexguru",
2323
"standard": "EIP3091"
24-
}
24+
},
25+
{ "name": "Routescan", "url": "https://ethereum.routescan.io", "standard": "EIP3091" }
2526
],
2627
"faucets": [],
2728
"features": [{ "name": "EIP155" }, { "name": "EIP1559" }],
@@ -68,7 +69,8 @@
6869
"url": "https://optimism.dex.guru",
6970
"icon": "dexguru",
7071
"standard": "EIP3091"
71-
}
72+
},
73+
{ "name": "Routescan", "url": "https://mainnet.superscan.network", "standard": "EIP3091" }
7274
],
7375
"faucets": [],
7476
"rpc": [
@@ -125,7 +127,7 @@
125127
"nativeCurrency": { "name": "Ether", "symbol": "ETH", "decimals": 18 },
126128
"chain": "ETH",
127129
"explorers": [
128-
{ "name": "basescan", "url": "https://basescan.org", "standard": "none" },
130+
{ "name": "basescan", "url": "https://basescan.org", "standard": "EIP3091" },
129131
{
130132
"name": "basescout",
131133
"url": "https://base.blockscout.com",
@@ -137,7 +139,8 @@
137139
"url": "https://base.dex.guru",
138140
"icon": "dexguru",
139141
"standard": "EIP3091"
140-
}
142+
},
143+
{ "name": "Routescan", "url": "https://base.superscan.network", "standard": "EIP3091" }
141144
],
142145
"faucets": [],
143146
"icon": "base",
@@ -160,7 +163,8 @@
160163
"nativeCurrency": { "name": "Ether", "symbol": "ETH", "decimals": 18 },
161164
"chain": "ETH",
162165
"explorers": [
163-
{ "name": "modescout", "url": "https://explorer.mode.network", "standard": "none" }
166+
{ "name": "modescout", "url": "https://explorer.mode.network", "standard": "none" },
167+
{ "name": "Routescan", "url": "https://modescan.io", "standard": "none" }
164168
],
165169
"faucets": [],
166170
"icon": "mode",
@@ -206,7 +210,11 @@
206210
"infoURL": "https://www.avax.network/",
207211
"nativeCurrency": { "name": "Avalanche", "symbol": "AVAX", "decimals": 18 },
208212
"chain": "AVAX",
209-
"explorers": [{ "name": "snowtrace", "url": "https://snowtrace.io", "standard": "EIP3091" }],
213+
"explorers": [
214+
{ "name": "Etherscan", "url": "https://snowscan.xyz", "standard": "EIP3091" },
215+
{ "name": "Routescan", "url": "https://snowtrace.io", "standard": "EIP3091" },
216+
{ "name": "Avascan", "url": "https://avascan.info", "standard": "EIP3091" }
217+
],
210218
"faucets": [],
211219
"features": [{ "name": "EIP1559" }],
212220
"icon": "avax",

script/index.ts

+2
Original file line numberDiff line numberDiff line change
@@ -126,6 +126,8 @@ function selectRpcUrls(rpcUrls: string[]): string[] {
126126
'flashbots.net', // 403 (also on eth_call with no to).
127127
'mevblocker.io', // 429's easily.
128128
'matic-mainnet-full-rpc.bwarelabs.com', // "This endpoint is deprecated".
129+
'publicnode.com', // Transaction creation failed.
130+
'cloudflare', // Requested resource not found.
129131
];
130132
const filteredRpcUrls = rpcUrls.filter(
131133
(url) => !domainsToSkip.some((domain) => url.includes(domain)),

0 commit comments

Comments
 (0)