@hybrd/utils 0.7.6 → 1.0.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/.cache/tsbuildinfo.json +1 -0
- package/.turbo/turbo-build.log +5 -0
- package/.turbo/turbo-lint$colon$fix.log +6 -0
- package/.turbo/turbo-lint.log +6 -0
- package/.turbo/turbo-typecheck.log +5 -0
- package/dist/index.d.ts +10 -3130
- package/dist/index.d.ts.map +1 -0
- package/dist/index.js +9 -2291
- package/dist/lib/array.d.ts +25 -0
- package/dist/lib/array.d.ts.map +1 -0
- package/dist/lib/array.js +32 -0
- package/dist/lib/cloudflare.d.ts +22 -0
- package/dist/lib/cloudflare.d.ts.map +1 -0
- package/dist/lib/cloudflare.js +53 -0
- package/dist/lib/date.d.ts +17 -0
- package/dist/lib/date.d.ts.map +1 -0
- package/dist/lib/date.js +37 -0
- package/dist/lib/markdown.d.ts +7 -0
- package/dist/lib/markdown.d.ts.map +1 -0
- package/dist/lib/markdown.js +11 -0
- package/dist/lib/object.d.ts +15 -0
- package/dist/lib/object.d.ts.map +1 -0
- package/dist/lib/object.js +42 -0
- package/dist/lib/storage.d.ts +24 -0
- package/dist/lib/storage.d.ts.map +1 -0
- package/dist/lib/storage.js +50 -0
- package/dist/lib/string.d.ts +11 -0
- package/dist/lib/string.d.ts.map +1 -0
- package/dist/lib/string.js +12 -0
- package/dist/lib/urls.d.ts +28 -0
- package/dist/lib/urls.d.ts.map +1 -0
- package/dist/lib/urls.js +36 -0
- package/dist/lib/uuid.d.ts +2 -0
- package/dist/lib/uuid.d.ts.map +1 -0
- package/dist/lib/uuid.js +6 -0
- package/package.json +20 -51
- package/src/index.ts +9 -0
- package/src/lib/array.ts +35 -0
- package/src/lib/cloudflare.ts +74 -0
- package/src/lib/date.ts +40 -0
- package/src/lib/markdown.ts +12 -0
- package/src/lib/object.ts +54 -0
- package/src/lib/storage.ts +64 -0
- package/src/lib/string.ts +12 -0
- package/src/lib/urls.ts +39 -0
- package/src/lib/uuid.ts +7 -0
- package/tsconfig.json +9 -0
- package/LICENSE.md +0 -21
- package/README.md +0 -21
- package/dist/index.cjs +0 -2321
- package/dist/index.cjs.map +0 -1
- package/dist/index.js.map +0 -1
package/dist/index.d.ts
CHANGED
|
@@ -1,3130 +1,10 @@
|
|
|
1
|
-
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
readonly name: "Ethereum";
|
|
12
|
-
readonly nativeCurrency: {
|
|
13
|
-
readonly name: "Ether";
|
|
14
|
-
readonly symbol: "ETH";
|
|
15
|
-
readonly decimals: 18;
|
|
16
|
-
};
|
|
17
|
-
readonly rpcUrls: {
|
|
18
|
-
readonly alchemy: {
|
|
19
|
-
readonly http: readonly ["https://eth-mainnet.g.alchemy.com/v2"];
|
|
20
|
-
readonly webSocket: readonly ["wss://eth-mainnet.g.alchemy.com/v2"];
|
|
21
|
-
};
|
|
22
|
-
readonly infura: {
|
|
23
|
-
readonly http: readonly ["https://mainnet.infura.io/v3"];
|
|
24
|
-
readonly webSocket: readonly ["wss://mainnet.infura.io/ws/v3"];
|
|
25
|
-
};
|
|
26
|
-
readonly default: {
|
|
27
|
-
readonly http: readonly ["https://cloudflare-eth.com"];
|
|
28
|
-
};
|
|
29
|
-
readonly public: {
|
|
30
|
-
readonly http: readonly ["https://cloudflare-eth.com"];
|
|
31
|
-
};
|
|
32
|
-
};
|
|
33
|
-
readonly blockExplorers: {
|
|
34
|
-
readonly etherscan: {
|
|
35
|
-
readonly name: "Etherscan";
|
|
36
|
-
readonly url: "https://etherscan.io";
|
|
37
|
-
};
|
|
38
|
-
readonly default: {
|
|
39
|
-
readonly name: "Etherscan";
|
|
40
|
-
readonly url: "https://etherscan.io";
|
|
41
|
-
};
|
|
42
|
-
};
|
|
43
|
-
readonly contracts: {
|
|
44
|
-
readonly ensRegistry: {
|
|
45
|
-
readonly address: "0x00000000000C2E074eC69A0dFb2997BA6C7d2e1e";
|
|
46
|
-
};
|
|
47
|
-
readonly ensUniversalResolver: {
|
|
48
|
-
readonly address: "0xE4Acdd618deED4e6d2f03b9bf62dc6118FC9A4da";
|
|
49
|
-
readonly blockCreated: 16773775;
|
|
50
|
-
};
|
|
51
|
-
readonly multicall3: {
|
|
52
|
-
readonly address: "0xca11bde05977b3631167028862be2a173976ca11";
|
|
53
|
-
readonly blockCreated: 14353601;
|
|
54
|
-
};
|
|
55
|
-
};
|
|
56
|
-
} | {
|
|
57
|
-
readonly id: 5;
|
|
58
|
-
readonly network: "goerli";
|
|
59
|
-
readonly name: "Goerli";
|
|
60
|
-
readonly nativeCurrency: {
|
|
61
|
-
readonly name: "Goerli Ether";
|
|
62
|
-
readonly symbol: "ETH";
|
|
63
|
-
readonly decimals: 18;
|
|
64
|
-
};
|
|
65
|
-
readonly rpcUrls: {
|
|
66
|
-
readonly alchemy: {
|
|
67
|
-
readonly http: readonly ["https://eth-goerli.g.alchemy.com/v2"];
|
|
68
|
-
readonly webSocket: readonly ["wss://eth-goerli.g.alchemy.com/v2"];
|
|
69
|
-
};
|
|
70
|
-
readonly infura: {
|
|
71
|
-
readonly http: readonly ["https://goerli.infura.io/v3"];
|
|
72
|
-
readonly webSocket: readonly ["wss://goerli.infura.io/ws/v3"];
|
|
73
|
-
};
|
|
74
|
-
readonly default: {
|
|
75
|
-
readonly http: readonly ["https://rpc.ankr.com/eth_goerli"];
|
|
76
|
-
};
|
|
77
|
-
readonly public: {
|
|
78
|
-
readonly http: readonly ["https://rpc.ankr.com/eth_goerli"];
|
|
79
|
-
};
|
|
80
|
-
};
|
|
81
|
-
readonly blockExplorers: {
|
|
82
|
-
readonly etherscan: {
|
|
83
|
-
readonly name: "Etherscan";
|
|
84
|
-
readonly url: "https://goerli.etherscan.io";
|
|
85
|
-
};
|
|
86
|
-
readonly default: {
|
|
87
|
-
readonly name: "Etherscan";
|
|
88
|
-
readonly url: "https://goerli.etherscan.io";
|
|
89
|
-
};
|
|
90
|
-
};
|
|
91
|
-
readonly contracts: {
|
|
92
|
-
readonly ensRegistry: {
|
|
93
|
-
readonly address: "0x00000000000C2E074eC69A0dFb2997BA6C7d2e1e";
|
|
94
|
-
};
|
|
95
|
-
readonly ensUniversalResolver: {
|
|
96
|
-
readonly address: "0xA292E2E58d4ddEb29C33c63173d0E8B7a2A4c62e";
|
|
97
|
-
readonly blockCreated: 8610406;
|
|
98
|
-
};
|
|
99
|
-
readonly multicall3: {
|
|
100
|
-
readonly address: "0xca11bde05977b3631167028862be2a173976ca11";
|
|
101
|
-
readonly blockCreated: 6507670;
|
|
102
|
-
};
|
|
103
|
-
};
|
|
104
|
-
readonly testnet: true;
|
|
105
|
-
})[];
|
|
106
|
-
polygon: ({
|
|
107
|
-
readonly id: 137;
|
|
108
|
-
readonly name: "Polygon";
|
|
109
|
-
readonly network: "matic";
|
|
110
|
-
readonly nativeCurrency: {
|
|
111
|
-
readonly name: "MATIC";
|
|
112
|
-
readonly symbol: "MATIC";
|
|
113
|
-
readonly decimals: 18;
|
|
114
|
-
};
|
|
115
|
-
readonly rpcUrls: {
|
|
116
|
-
readonly alchemy: {
|
|
117
|
-
readonly http: readonly ["https://polygon-mainnet.g.alchemy.com/v2"];
|
|
118
|
-
readonly webSocket: readonly ["wss://polygon-mainnet.g.alchemy.com/v2"];
|
|
119
|
-
};
|
|
120
|
-
readonly infura: {
|
|
121
|
-
readonly http: readonly ["https://polygon-mainnet.infura.io/v3"];
|
|
122
|
-
readonly webSocket: readonly ["wss://polygon-mainnet.infura.io/ws/v3"];
|
|
123
|
-
};
|
|
124
|
-
readonly default: {
|
|
125
|
-
readonly http: readonly ["https://polygon-rpc.com"];
|
|
126
|
-
};
|
|
127
|
-
readonly public: {
|
|
128
|
-
readonly http: readonly ["https://polygon-rpc.com"];
|
|
129
|
-
};
|
|
130
|
-
};
|
|
131
|
-
readonly blockExplorers: {
|
|
132
|
-
readonly etherscan: {
|
|
133
|
-
readonly name: "PolygonScan";
|
|
134
|
-
readonly url: "https://polygonscan.com";
|
|
135
|
-
};
|
|
136
|
-
readonly default: {
|
|
137
|
-
readonly name: "PolygonScan";
|
|
138
|
-
readonly url: "https://polygonscan.com";
|
|
139
|
-
};
|
|
140
|
-
};
|
|
141
|
-
readonly contracts: {
|
|
142
|
-
readonly multicall3: {
|
|
143
|
-
readonly address: "0xca11bde05977b3631167028862be2a173976ca11";
|
|
144
|
-
readonly blockCreated: 25770160;
|
|
145
|
-
};
|
|
146
|
-
};
|
|
147
|
-
} | {
|
|
148
|
-
readonly id: 80001;
|
|
149
|
-
readonly name: "Polygon Mumbai";
|
|
150
|
-
readonly network: "maticmum";
|
|
151
|
-
readonly nativeCurrency: {
|
|
152
|
-
readonly name: "MATIC";
|
|
153
|
-
readonly symbol: "MATIC";
|
|
154
|
-
readonly decimals: 18;
|
|
155
|
-
};
|
|
156
|
-
readonly rpcUrls: {
|
|
157
|
-
readonly alchemy: {
|
|
158
|
-
readonly http: readonly ["https://polygon-mumbai.g.alchemy.com/v2"];
|
|
159
|
-
readonly webSocket: readonly ["wss://polygon-mumbai.g.alchemy.com/v2"];
|
|
160
|
-
};
|
|
161
|
-
readonly infura: {
|
|
162
|
-
readonly http: readonly ["https://polygon-mumbai.infura.io/v3"];
|
|
163
|
-
readonly webSocket: readonly ["wss://polygon-mumbai.infura.io/ws/v3"];
|
|
164
|
-
};
|
|
165
|
-
readonly default: {
|
|
166
|
-
readonly http: readonly ["https://matic-mumbai.chainstacklabs.com"];
|
|
167
|
-
};
|
|
168
|
-
readonly public: {
|
|
169
|
-
readonly http: readonly ["https://matic-mumbai.chainstacklabs.com"];
|
|
170
|
-
};
|
|
171
|
-
};
|
|
172
|
-
readonly blockExplorers: {
|
|
173
|
-
readonly etherscan: {
|
|
174
|
-
readonly name: "PolygonScan";
|
|
175
|
-
readonly url: "https://mumbai.polygonscan.com";
|
|
176
|
-
};
|
|
177
|
-
readonly default: {
|
|
178
|
-
readonly name: "PolygonScan";
|
|
179
|
-
readonly url: "https://mumbai.polygonscan.com";
|
|
180
|
-
};
|
|
181
|
-
};
|
|
182
|
-
readonly contracts: {
|
|
183
|
-
readonly multicall3: {
|
|
184
|
-
readonly address: "0xca11bde05977b3631167028862be2a173976ca11";
|
|
185
|
-
readonly blockCreated: 25770160;
|
|
186
|
-
};
|
|
187
|
-
};
|
|
188
|
-
readonly testnet: true;
|
|
189
|
-
})[];
|
|
190
|
-
arbitrum: ({
|
|
191
|
-
readonly id: 42161;
|
|
192
|
-
readonly name: "Arbitrum One";
|
|
193
|
-
readonly network: "arbitrum";
|
|
194
|
-
readonly nativeCurrency: {
|
|
195
|
-
readonly name: "Ether";
|
|
196
|
-
readonly symbol: "ETH";
|
|
197
|
-
readonly decimals: 18;
|
|
198
|
-
};
|
|
199
|
-
readonly rpcUrls: {
|
|
200
|
-
readonly alchemy: {
|
|
201
|
-
readonly http: readonly ["https://arb-mainnet.g.alchemy.com/v2"];
|
|
202
|
-
readonly webSocket: readonly ["wss://arb-mainnet.g.alchemy.com/v2"];
|
|
203
|
-
};
|
|
204
|
-
readonly infura: {
|
|
205
|
-
readonly http: readonly ["https://arbitrum-mainnet.infura.io/v3"];
|
|
206
|
-
readonly webSocket: readonly ["wss://arbitrum-mainnet.infura.io/ws/v3"];
|
|
207
|
-
};
|
|
208
|
-
readonly default: {
|
|
209
|
-
readonly http: readonly ["https://arb1.arbitrum.io/rpc"];
|
|
210
|
-
};
|
|
211
|
-
readonly public: {
|
|
212
|
-
readonly http: readonly ["https://arb1.arbitrum.io/rpc"];
|
|
213
|
-
};
|
|
214
|
-
};
|
|
215
|
-
readonly blockExplorers: {
|
|
216
|
-
readonly etherscan: {
|
|
217
|
-
readonly name: "Arbiscan";
|
|
218
|
-
readonly url: "https://arbiscan.io";
|
|
219
|
-
};
|
|
220
|
-
readonly default: {
|
|
221
|
-
readonly name: "Arbiscan";
|
|
222
|
-
readonly url: "https://arbiscan.io";
|
|
223
|
-
};
|
|
224
|
-
};
|
|
225
|
-
readonly contracts: {
|
|
226
|
-
readonly multicall3: {
|
|
227
|
-
readonly address: "0xca11bde05977b3631167028862be2a173976ca11";
|
|
228
|
-
readonly blockCreated: 7654707;
|
|
229
|
-
};
|
|
230
|
-
};
|
|
231
|
-
} | {
|
|
232
|
-
readonly id: 421613;
|
|
233
|
-
readonly name: "Arbitrum Goerli";
|
|
234
|
-
readonly network: "arbitrum-goerli";
|
|
235
|
-
readonly nativeCurrency: {
|
|
236
|
-
readonly name: "Arbitrum Goerli Ether";
|
|
237
|
-
readonly symbol: "ETH";
|
|
238
|
-
readonly decimals: 18;
|
|
239
|
-
};
|
|
240
|
-
readonly rpcUrls: {
|
|
241
|
-
readonly alchemy: {
|
|
242
|
-
readonly http: readonly ["https://arb-goerli.g.alchemy.com/v2"];
|
|
243
|
-
readonly webSocket: readonly ["wss://arb-goerli.g.alchemy.com/v2"];
|
|
244
|
-
};
|
|
245
|
-
readonly infura: {
|
|
246
|
-
readonly http: readonly ["https://arbitrum-goerli.infura.io/v3"];
|
|
247
|
-
readonly webSocket: readonly ["wss://arbitrum-goerli.infura.io/ws/v3"];
|
|
248
|
-
};
|
|
249
|
-
readonly default: {
|
|
250
|
-
readonly http: readonly ["https://goerli-rollup.arbitrum.io/rpc"];
|
|
251
|
-
};
|
|
252
|
-
readonly public: {
|
|
253
|
-
readonly http: readonly ["https://goerli-rollup.arbitrum.io/rpc"];
|
|
254
|
-
};
|
|
255
|
-
};
|
|
256
|
-
readonly blockExplorers: {
|
|
257
|
-
readonly etherscan: {
|
|
258
|
-
readonly name: "Arbiscan";
|
|
259
|
-
readonly url: "https://goerli.arbiscan.io/";
|
|
260
|
-
};
|
|
261
|
-
readonly default: {
|
|
262
|
-
readonly name: "Arbiscan";
|
|
263
|
-
readonly url: "https://goerli.arbiscan.io/";
|
|
264
|
-
};
|
|
265
|
-
};
|
|
266
|
-
readonly contracts: {
|
|
267
|
-
readonly multicall3: {
|
|
268
|
-
readonly address: "0xca11bde05977b3631167028862be2a173976ca11";
|
|
269
|
-
readonly blockCreated: 88114;
|
|
270
|
-
};
|
|
271
|
-
};
|
|
272
|
-
readonly testnet: true;
|
|
273
|
-
})[];
|
|
274
|
-
optimism: ({
|
|
275
|
-
readonly id: 10;
|
|
276
|
-
readonly name: "Optimism";
|
|
277
|
-
readonly network: "optimism";
|
|
278
|
-
readonly nativeCurrency: {
|
|
279
|
-
readonly name: "Ether";
|
|
280
|
-
readonly symbol: "ETH";
|
|
281
|
-
readonly decimals: 18;
|
|
282
|
-
};
|
|
283
|
-
readonly rpcUrls: {
|
|
284
|
-
readonly alchemy: {
|
|
285
|
-
readonly http: readonly ["https://opt-mainnet.g.alchemy.com/v2"];
|
|
286
|
-
readonly webSocket: readonly ["wss://opt-mainnet.g.alchemy.com/v2"];
|
|
287
|
-
};
|
|
288
|
-
readonly infura: {
|
|
289
|
-
readonly http: readonly ["https://optimism-mainnet.infura.io/v3"];
|
|
290
|
-
readonly webSocket: readonly ["wss://optimism-mainnet.infura.io/ws/v3"];
|
|
291
|
-
};
|
|
292
|
-
readonly default: {
|
|
293
|
-
readonly http: readonly ["https://mainnet.optimism.io"];
|
|
294
|
-
};
|
|
295
|
-
readonly public: {
|
|
296
|
-
readonly http: readonly ["https://mainnet.optimism.io"];
|
|
297
|
-
};
|
|
298
|
-
};
|
|
299
|
-
readonly blockExplorers: {
|
|
300
|
-
readonly etherscan: {
|
|
301
|
-
readonly name: "Etherscan";
|
|
302
|
-
readonly url: "https://optimistic.etherscan.io";
|
|
303
|
-
};
|
|
304
|
-
readonly default: {
|
|
305
|
-
readonly name: "Optimism Explorer";
|
|
306
|
-
readonly url: "https://explorer.optimism.io";
|
|
307
|
-
};
|
|
308
|
-
};
|
|
309
|
-
readonly contracts: {
|
|
310
|
-
readonly multicall3: {
|
|
311
|
-
readonly address: "0xca11bde05977b3631167028862be2a173976ca11";
|
|
312
|
-
readonly blockCreated: 4286263;
|
|
313
|
-
};
|
|
314
|
-
};
|
|
315
|
-
} | {
|
|
316
|
-
readonly id: 420;
|
|
317
|
-
readonly name: "Optimism Goerli";
|
|
318
|
-
readonly network: "optimism-goerli";
|
|
319
|
-
readonly nativeCurrency: {
|
|
320
|
-
readonly name: "Goerli Ether";
|
|
321
|
-
readonly symbol: "ETH";
|
|
322
|
-
readonly decimals: 18;
|
|
323
|
-
};
|
|
324
|
-
readonly rpcUrls: {
|
|
325
|
-
readonly alchemy: {
|
|
326
|
-
readonly http: readonly ["https://opt-goerli.g.alchemy.com/v2"];
|
|
327
|
-
readonly webSocket: readonly ["wss://opt-goerli.g.alchemy.com/v2"];
|
|
328
|
-
};
|
|
329
|
-
readonly infura: {
|
|
330
|
-
readonly http: readonly ["https://optimism-goerli.infura.io/v3"];
|
|
331
|
-
readonly webSocket: readonly ["wss://optimism-goerli.infura.io/ws/v3"];
|
|
332
|
-
};
|
|
333
|
-
readonly default: {
|
|
334
|
-
readonly http: readonly ["https://goerli.optimism.io"];
|
|
335
|
-
};
|
|
336
|
-
readonly public: {
|
|
337
|
-
readonly http: readonly ["https://goerli.optimism.io"];
|
|
338
|
-
};
|
|
339
|
-
};
|
|
340
|
-
readonly blockExplorers: {
|
|
341
|
-
readonly etherscan: {
|
|
342
|
-
readonly name: "Etherscan";
|
|
343
|
-
readonly url: "https://goerli-optimism.etherscan.io";
|
|
344
|
-
};
|
|
345
|
-
readonly default: {
|
|
346
|
-
readonly name: "Etherscan";
|
|
347
|
-
readonly url: "https://goerli-optimism.etherscan.io";
|
|
348
|
-
};
|
|
349
|
-
};
|
|
350
|
-
readonly contracts: {
|
|
351
|
-
readonly multicall3: {
|
|
352
|
-
readonly address: "0xca11bde05977b3631167028862be2a173976ca11";
|
|
353
|
-
readonly blockCreated: 49461;
|
|
354
|
-
};
|
|
355
|
-
};
|
|
356
|
-
readonly testnet: true;
|
|
357
|
-
})[];
|
|
358
|
-
base: {
|
|
359
|
-
readonly id: 84531;
|
|
360
|
-
readonly network: "base-goerli";
|
|
361
|
-
readonly name: "Base Goerli";
|
|
362
|
-
readonly nativeCurrency: {
|
|
363
|
-
readonly name: "Base Goerli";
|
|
364
|
-
readonly symbol: "ETH";
|
|
365
|
-
readonly decimals: 18;
|
|
366
|
-
};
|
|
367
|
-
readonly rpcUrls: {
|
|
368
|
-
readonly default: {
|
|
369
|
-
readonly http: readonly ["https://goerli.base.org"];
|
|
370
|
-
};
|
|
371
|
-
readonly public: {
|
|
372
|
-
readonly http: readonly ["https://goerli.base.org"];
|
|
373
|
-
};
|
|
374
|
-
};
|
|
375
|
-
readonly blockExplorers: {
|
|
376
|
-
readonly etherscan: {
|
|
377
|
-
readonly name: "Basescan";
|
|
378
|
-
readonly url: "https://goerli.basescan.org";
|
|
379
|
-
};
|
|
380
|
-
readonly default: {
|
|
381
|
-
readonly name: "Basescan";
|
|
382
|
-
readonly url: "https://goerli.basescan.org";
|
|
383
|
-
};
|
|
384
|
-
};
|
|
385
|
-
readonly testnet: true;
|
|
386
|
-
}[];
|
|
387
|
-
localhost: {
|
|
388
|
-
readonly id: 1337;
|
|
389
|
-
readonly name: "Localhost";
|
|
390
|
-
readonly network: "localhost";
|
|
391
|
-
readonly nativeCurrency: {
|
|
392
|
-
readonly decimals: 18;
|
|
393
|
-
readonly name: "Ether";
|
|
394
|
-
readonly symbol: "ETH";
|
|
395
|
-
};
|
|
396
|
-
readonly rpcUrls: {
|
|
397
|
-
readonly default: {
|
|
398
|
-
readonly http: readonly ["http://127.0.0.1:8545"];
|
|
399
|
-
};
|
|
400
|
-
readonly public: {
|
|
401
|
-
readonly http: readonly ["http://127.0.0.1:8545"];
|
|
402
|
-
};
|
|
403
|
-
};
|
|
404
|
-
}[];
|
|
405
|
-
};
|
|
406
|
-
declare const CHAIN_NAMES: string[];
|
|
407
|
-
declare const chainForStage: (chainName: keyof typeof CHAINS_PAIRS, stage: "test" | "prod") => {
|
|
408
|
-
readonly id: 1;
|
|
409
|
-
readonly network: "homestead";
|
|
410
|
-
readonly name: "Ethereum";
|
|
411
|
-
readonly nativeCurrency: {
|
|
412
|
-
readonly name: "Ether";
|
|
413
|
-
readonly symbol: "ETH";
|
|
414
|
-
readonly decimals: 18;
|
|
415
|
-
};
|
|
416
|
-
readonly rpcUrls: {
|
|
417
|
-
readonly alchemy: {
|
|
418
|
-
readonly http: readonly ["https://eth-mainnet.g.alchemy.com/v2"];
|
|
419
|
-
readonly webSocket: readonly ["wss://eth-mainnet.g.alchemy.com/v2"];
|
|
420
|
-
};
|
|
421
|
-
readonly infura: {
|
|
422
|
-
readonly http: readonly ["https://mainnet.infura.io/v3"];
|
|
423
|
-
readonly webSocket: readonly ["wss://mainnet.infura.io/ws/v3"];
|
|
424
|
-
};
|
|
425
|
-
readonly default: {
|
|
426
|
-
readonly http: readonly ["https://cloudflare-eth.com"];
|
|
427
|
-
};
|
|
428
|
-
readonly public: {
|
|
429
|
-
readonly http: readonly ["https://cloudflare-eth.com"];
|
|
430
|
-
};
|
|
431
|
-
};
|
|
432
|
-
readonly blockExplorers: {
|
|
433
|
-
readonly etherscan: {
|
|
434
|
-
readonly name: "Etherscan";
|
|
435
|
-
readonly url: "https://etherscan.io";
|
|
436
|
-
};
|
|
437
|
-
readonly default: {
|
|
438
|
-
readonly name: "Etherscan";
|
|
439
|
-
readonly url: "https://etherscan.io";
|
|
440
|
-
};
|
|
441
|
-
};
|
|
442
|
-
readonly contracts: {
|
|
443
|
-
readonly ensRegistry: {
|
|
444
|
-
readonly address: "0x00000000000C2E074eC69A0dFb2997BA6C7d2e1e";
|
|
445
|
-
};
|
|
446
|
-
readonly ensUniversalResolver: {
|
|
447
|
-
readonly address: "0xE4Acdd618deED4e6d2f03b9bf62dc6118FC9A4da";
|
|
448
|
-
readonly blockCreated: 16773775;
|
|
449
|
-
};
|
|
450
|
-
readonly multicall3: {
|
|
451
|
-
readonly address: "0xca11bde05977b3631167028862be2a173976ca11";
|
|
452
|
-
readonly blockCreated: 14353601;
|
|
453
|
-
};
|
|
454
|
-
};
|
|
455
|
-
} | {
|
|
456
|
-
readonly id: 5;
|
|
457
|
-
readonly network: "goerli";
|
|
458
|
-
readonly name: "Goerli";
|
|
459
|
-
readonly nativeCurrency: {
|
|
460
|
-
readonly name: "Goerli Ether";
|
|
461
|
-
readonly symbol: "ETH";
|
|
462
|
-
readonly decimals: 18;
|
|
463
|
-
};
|
|
464
|
-
readonly rpcUrls: {
|
|
465
|
-
readonly alchemy: {
|
|
466
|
-
readonly http: readonly ["https://eth-goerli.g.alchemy.com/v2"];
|
|
467
|
-
readonly webSocket: readonly ["wss://eth-goerli.g.alchemy.com/v2"];
|
|
468
|
-
};
|
|
469
|
-
readonly infura: {
|
|
470
|
-
readonly http: readonly ["https://goerli.infura.io/v3"];
|
|
471
|
-
readonly webSocket: readonly ["wss://goerli.infura.io/ws/v3"];
|
|
472
|
-
};
|
|
473
|
-
readonly default: {
|
|
474
|
-
readonly http: readonly ["https://rpc.ankr.com/eth_goerli"];
|
|
475
|
-
};
|
|
476
|
-
readonly public: {
|
|
477
|
-
readonly http: readonly ["https://rpc.ankr.com/eth_goerli"];
|
|
478
|
-
};
|
|
479
|
-
};
|
|
480
|
-
readonly blockExplorers: {
|
|
481
|
-
readonly etherscan: {
|
|
482
|
-
readonly name: "Etherscan";
|
|
483
|
-
readonly url: "https://goerli.etherscan.io";
|
|
484
|
-
};
|
|
485
|
-
readonly default: {
|
|
486
|
-
readonly name: "Etherscan";
|
|
487
|
-
readonly url: "https://goerli.etherscan.io";
|
|
488
|
-
};
|
|
489
|
-
};
|
|
490
|
-
readonly contracts: {
|
|
491
|
-
readonly ensRegistry: {
|
|
492
|
-
readonly address: "0x00000000000C2E074eC69A0dFb2997BA6C7d2e1e";
|
|
493
|
-
};
|
|
494
|
-
readonly ensUniversalResolver: {
|
|
495
|
-
readonly address: "0xA292E2E58d4ddEb29C33c63173d0E8B7a2A4c62e";
|
|
496
|
-
readonly blockCreated: 8610406;
|
|
497
|
-
};
|
|
498
|
-
readonly multicall3: {
|
|
499
|
-
readonly address: "0xca11bde05977b3631167028862be2a173976ca11";
|
|
500
|
-
readonly blockCreated: 6507670;
|
|
501
|
-
};
|
|
502
|
-
};
|
|
503
|
-
readonly testnet: true;
|
|
504
|
-
} | {
|
|
505
|
-
readonly id: 137;
|
|
506
|
-
readonly name: "Polygon";
|
|
507
|
-
readonly network: "matic";
|
|
508
|
-
readonly nativeCurrency: {
|
|
509
|
-
readonly name: "MATIC";
|
|
510
|
-
readonly symbol: "MATIC";
|
|
511
|
-
readonly decimals: 18;
|
|
512
|
-
};
|
|
513
|
-
readonly rpcUrls: {
|
|
514
|
-
readonly alchemy: {
|
|
515
|
-
readonly http: readonly ["https://polygon-mainnet.g.alchemy.com/v2"];
|
|
516
|
-
readonly webSocket: readonly ["wss://polygon-mainnet.g.alchemy.com/v2"];
|
|
517
|
-
};
|
|
518
|
-
readonly infura: {
|
|
519
|
-
readonly http: readonly ["https://polygon-mainnet.infura.io/v3"];
|
|
520
|
-
readonly webSocket: readonly ["wss://polygon-mainnet.infura.io/ws/v3"];
|
|
521
|
-
};
|
|
522
|
-
readonly default: {
|
|
523
|
-
readonly http: readonly ["https://polygon-rpc.com"];
|
|
524
|
-
};
|
|
525
|
-
readonly public: {
|
|
526
|
-
readonly http: readonly ["https://polygon-rpc.com"];
|
|
527
|
-
};
|
|
528
|
-
};
|
|
529
|
-
readonly blockExplorers: {
|
|
530
|
-
readonly etherscan: {
|
|
531
|
-
readonly name: "PolygonScan";
|
|
532
|
-
readonly url: "https://polygonscan.com";
|
|
533
|
-
};
|
|
534
|
-
readonly default: {
|
|
535
|
-
readonly name: "PolygonScan";
|
|
536
|
-
readonly url: "https://polygonscan.com";
|
|
537
|
-
};
|
|
538
|
-
};
|
|
539
|
-
readonly contracts: {
|
|
540
|
-
readonly multicall3: {
|
|
541
|
-
readonly address: "0xca11bde05977b3631167028862be2a173976ca11";
|
|
542
|
-
readonly blockCreated: 25770160;
|
|
543
|
-
};
|
|
544
|
-
};
|
|
545
|
-
} | {
|
|
546
|
-
readonly id: 80001;
|
|
547
|
-
readonly name: "Polygon Mumbai";
|
|
548
|
-
readonly network: "maticmum";
|
|
549
|
-
readonly nativeCurrency: {
|
|
550
|
-
readonly name: "MATIC";
|
|
551
|
-
readonly symbol: "MATIC";
|
|
552
|
-
readonly decimals: 18;
|
|
553
|
-
};
|
|
554
|
-
readonly rpcUrls: {
|
|
555
|
-
readonly alchemy: {
|
|
556
|
-
readonly http: readonly ["https://polygon-mumbai.g.alchemy.com/v2"];
|
|
557
|
-
readonly webSocket: readonly ["wss://polygon-mumbai.g.alchemy.com/v2"];
|
|
558
|
-
};
|
|
559
|
-
readonly infura: {
|
|
560
|
-
readonly http: readonly ["https://polygon-mumbai.infura.io/v3"];
|
|
561
|
-
readonly webSocket: readonly ["wss://polygon-mumbai.infura.io/ws/v3"];
|
|
562
|
-
};
|
|
563
|
-
readonly default: {
|
|
564
|
-
readonly http: readonly ["https://matic-mumbai.chainstacklabs.com"];
|
|
565
|
-
};
|
|
566
|
-
readonly public: {
|
|
567
|
-
readonly http: readonly ["https://matic-mumbai.chainstacklabs.com"];
|
|
568
|
-
};
|
|
569
|
-
};
|
|
570
|
-
readonly blockExplorers: {
|
|
571
|
-
readonly etherscan: {
|
|
572
|
-
readonly name: "PolygonScan";
|
|
573
|
-
readonly url: "https://mumbai.polygonscan.com";
|
|
574
|
-
};
|
|
575
|
-
readonly default: {
|
|
576
|
-
readonly name: "PolygonScan";
|
|
577
|
-
readonly url: "https://mumbai.polygonscan.com";
|
|
578
|
-
};
|
|
579
|
-
};
|
|
580
|
-
readonly contracts: {
|
|
581
|
-
readonly multicall3: {
|
|
582
|
-
readonly address: "0xca11bde05977b3631167028862be2a173976ca11";
|
|
583
|
-
readonly blockCreated: 25770160;
|
|
584
|
-
};
|
|
585
|
-
};
|
|
586
|
-
readonly testnet: true;
|
|
587
|
-
} | {
|
|
588
|
-
readonly id: 42161;
|
|
589
|
-
readonly name: "Arbitrum One";
|
|
590
|
-
readonly network: "arbitrum";
|
|
591
|
-
readonly nativeCurrency: {
|
|
592
|
-
readonly name: "Ether";
|
|
593
|
-
readonly symbol: "ETH";
|
|
594
|
-
readonly decimals: 18;
|
|
595
|
-
};
|
|
596
|
-
readonly rpcUrls: {
|
|
597
|
-
readonly alchemy: {
|
|
598
|
-
readonly http: readonly ["https://arb-mainnet.g.alchemy.com/v2"];
|
|
599
|
-
readonly webSocket: readonly ["wss://arb-mainnet.g.alchemy.com/v2"];
|
|
600
|
-
};
|
|
601
|
-
readonly infura: {
|
|
602
|
-
readonly http: readonly ["https://arbitrum-mainnet.infura.io/v3"];
|
|
603
|
-
readonly webSocket: readonly ["wss://arbitrum-mainnet.infura.io/ws/v3"];
|
|
604
|
-
};
|
|
605
|
-
readonly default: {
|
|
606
|
-
readonly http: readonly ["https://arb1.arbitrum.io/rpc"];
|
|
607
|
-
};
|
|
608
|
-
readonly public: {
|
|
609
|
-
readonly http: readonly ["https://arb1.arbitrum.io/rpc"];
|
|
610
|
-
};
|
|
611
|
-
};
|
|
612
|
-
readonly blockExplorers: {
|
|
613
|
-
readonly etherscan: {
|
|
614
|
-
readonly name: "Arbiscan";
|
|
615
|
-
readonly url: "https://arbiscan.io";
|
|
616
|
-
};
|
|
617
|
-
readonly default: {
|
|
618
|
-
readonly name: "Arbiscan";
|
|
619
|
-
readonly url: "https://arbiscan.io";
|
|
620
|
-
};
|
|
621
|
-
};
|
|
622
|
-
readonly contracts: {
|
|
623
|
-
readonly multicall3: {
|
|
624
|
-
readonly address: "0xca11bde05977b3631167028862be2a173976ca11";
|
|
625
|
-
readonly blockCreated: 7654707;
|
|
626
|
-
};
|
|
627
|
-
};
|
|
628
|
-
} | {
|
|
629
|
-
readonly id: 421613;
|
|
630
|
-
readonly name: "Arbitrum Goerli";
|
|
631
|
-
readonly network: "arbitrum-goerli";
|
|
632
|
-
readonly nativeCurrency: {
|
|
633
|
-
readonly name: "Arbitrum Goerli Ether";
|
|
634
|
-
readonly symbol: "ETH";
|
|
635
|
-
readonly decimals: 18;
|
|
636
|
-
};
|
|
637
|
-
readonly rpcUrls: {
|
|
638
|
-
readonly alchemy: {
|
|
639
|
-
readonly http: readonly ["https://arb-goerli.g.alchemy.com/v2"];
|
|
640
|
-
readonly webSocket: readonly ["wss://arb-goerli.g.alchemy.com/v2"];
|
|
641
|
-
};
|
|
642
|
-
readonly infura: {
|
|
643
|
-
readonly http: readonly ["https://arbitrum-goerli.infura.io/v3"];
|
|
644
|
-
readonly webSocket: readonly ["wss://arbitrum-goerli.infura.io/ws/v3"];
|
|
645
|
-
};
|
|
646
|
-
readonly default: {
|
|
647
|
-
readonly http: readonly ["https://goerli-rollup.arbitrum.io/rpc"];
|
|
648
|
-
};
|
|
649
|
-
readonly public: {
|
|
650
|
-
readonly http: readonly ["https://goerli-rollup.arbitrum.io/rpc"];
|
|
651
|
-
};
|
|
652
|
-
};
|
|
653
|
-
readonly blockExplorers: {
|
|
654
|
-
readonly etherscan: {
|
|
655
|
-
readonly name: "Arbiscan";
|
|
656
|
-
readonly url: "https://goerli.arbiscan.io/";
|
|
657
|
-
};
|
|
658
|
-
readonly default: {
|
|
659
|
-
readonly name: "Arbiscan";
|
|
660
|
-
readonly url: "https://goerli.arbiscan.io/";
|
|
661
|
-
};
|
|
662
|
-
};
|
|
663
|
-
readonly contracts: {
|
|
664
|
-
readonly multicall3: {
|
|
665
|
-
readonly address: "0xca11bde05977b3631167028862be2a173976ca11";
|
|
666
|
-
readonly blockCreated: 88114;
|
|
667
|
-
};
|
|
668
|
-
};
|
|
669
|
-
readonly testnet: true;
|
|
670
|
-
} | {
|
|
671
|
-
readonly id: 10;
|
|
672
|
-
readonly name: "Optimism";
|
|
673
|
-
readonly network: "optimism";
|
|
674
|
-
readonly nativeCurrency: {
|
|
675
|
-
readonly name: "Ether";
|
|
676
|
-
readonly symbol: "ETH";
|
|
677
|
-
readonly decimals: 18;
|
|
678
|
-
};
|
|
679
|
-
readonly rpcUrls: {
|
|
680
|
-
readonly alchemy: {
|
|
681
|
-
readonly http: readonly ["https://opt-mainnet.g.alchemy.com/v2"];
|
|
682
|
-
readonly webSocket: readonly ["wss://opt-mainnet.g.alchemy.com/v2"];
|
|
683
|
-
};
|
|
684
|
-
readonly infura: {
|
|
685
|
-
readonly http: readonly ["https://optimism-mainnet.infura.io/v3"];
|
|
686
|
-
readonly webSocket: readonly ["wss://optimism-mainnet.infura.io/ws/v3"];
|
|
687
|
-
};
|
|
688
|
-
readonly default: {
|
|
689
|
-
readonly http: readonly ["https://mainnet.optimism.io"];
|
|
690
|
-
};
|
|
691
|
-
readonly public: {
|
|
692
|
-
readonly http: readonly ["https://mainnet.optimism.io"];
|
|
693
|
-
};
|
|
694
|
-
};
|
|
695
|
-
readonly blockExplorers: {
|
|
696
|
-
readonly etherscan: {
|
|
697
|
-
readonly name: "Etherscan";
|
|
698
|
-
readonly url: "https://optimistic.etherscan.io";
|
|
699
|
-
};
|
|
700
|
-
readonly default: {
|
|
701
|
-
readonly name: "Optimism Explorer";
|
|
702
|
-
readonly url: "https://explorer.optimism.io";
|
|
703
|
-
};
|
|
704
|
-
};
|
|
705
|
-
readonly contracts: {
|
|
706
|
-
readonly multicall3: {
|
|
707
|
-
readonly address: "0xca11bde05977b3631167028862be2a173976ca11";
|
|
708
|
-
readonly blockCreated: 4286263;
|
|
709
|
-
};
|
|
710
|
-
};
|
|
711
|
-
} | {
|
|
712
|
-
readonly id: 420;
|
|
713
|
-
readonly name: "Optimism Goerli";
|
|
714
|
-
readonly network: "optimism-goerli";
|
|
715
|
-
readonly nativeCurrency: {
|
|
716
|
-
readonly name: "Goerli Ether";
|
|
717
|
-
readonly symbol: "ETH";
|
|
718
|
-
readonly decimals: 18;
|
|
719
|
-
};
|
|
720
|
-
readonly rpcUrls: {
|
|
721
|
-
readonly alchemy: {
|
|
722
|
-
readonly http: readonly ["https://opt-goerli.g.alchemy.com/v2"];
|
|
723
|
-
readonly webSocket: readonly ["wss://opt-goerli.g.alchemy.com/v2"];
|
|
724
|
-
};
|
|
725
|
-
readonly infura: {
|
|
726
|
-
readonly http: readonly ["https://optimism-goerli.infura.io/v3"];
|
|
727
|
-
readonly webSocket: readonly ["wss://optimism-goerli.infura.io/ws/v3"];
|
|
728
|
-
};
|
|
729
|
-
readonly default: {
|
|
730
|
-
readonly http: readonly ["https://goerli.optimism.io"];
|
|
731
|
-
};
|
|
732
|
-
readonly public: {
|
|
733
|
-
readonly http: readonly ["https://goerli.optimism.io"];
|
|
734
|
-
};
|
|
735
|
-
};
|
|
736
|
-
readonly blockExplorers: {
|
|
737
|
-
readonly etherscan: {
|
|
738
|
-
readonly name: "Etherscan";
|
|
739
|
-
readonly url: "https://goerli-optimism.etherscan.io";
|
|
740
|
-
};
|
|
741
|
-
readonly default: {
|
|
742
|
-
readonly name: "Etherscan";
|
|
743
|
-
readonly url: "https://goerli-optimism.etherscan.io";
|
|
744
|
-
};
|
|
745
|
-
};
|
|
746
|
-
readonly contracts: {
|
|
747
|
-
readonly multicall3: {
|
|
748
|
-
readonly address: "0xca11bde05977b3631167028862be2a173976ca11";
|
|
749
|
-
readonly blockCreated: 49461;
|
|
750
|
-
};
|
|
751
|
-
};
|
|
752
|
-
readonly testnet: true;
|
|
753
|
-
} | {
|
|
754
|
-
readonly id: 84531;
|
|
755
|
-
readonly network: "base-goerli";
|
|
756
|
-
readonly name: "Base Goerli";
|
|
757
|
-
readonly nativeCurrency: {
|
|
758
|
-
readonly name: "Base Goerli";
|
|
759
|
-
readonly symbol: "ETH";
|
|
760
|
-
readonly decimals: 18;
|
|
761
|
-
};
|
|
762
|
-
readonly rpcUrls: {
|
|
763
|
-
readonly default: {
|
|
764
|
-
readonly http: readonly ["https://goerli.base.org"];
|
|
765
|
-
};
|
|
766
|
-
readonly public: {
|
|
767
|
-
readonly http: readonly ["https://goerli.base.org"];
|
|
768
|
-
};
|
|
769
|
-
};
|
|
770
|
-
readonly blockExplorers: {
|
|
771
|
-
readonly etherscan: {
|
|
772
|
-
readonly name: "Basescan";
|
|
773
|
-
readonly url: "https://goerli.basescan.org";
|
|
774
|
-
};
|
|
775
|
-
readonly default: {
|
|
776
|
-
readonly name: "Basescan";
|
|
777
|
-
readonly url: "https://goerli.basescan.org";
|
|
778
|
-
};
|
|
779
|
-
};
|
|
780
|
-
readonly testnet: true;
|
|
781
|
-
} | {
|
|
782
|
-
readonly id: 1337;
|
|
783
|
-
readonly name: "Localhost";
|
|
784
|
-
readonly network: "localhost";
|
|
785
|
-
readonly nativeCurrency: {
|
|
786
|
-
readonly decimals: 18;
|
|
787
|
-
readonly name: "Ether";
|
|
788
|
-
readonly symbol: "ETH";
|
|
789
|
-
};
|
|
790
|
-
readonly rpcUrls: {
|
|
791
|
-
readonly default: {
|
|
792
|
-
readonly http: readonly ["http://127.0.0.1:8545"];
|
|
793
|
-
};
|
|
794
|
-
readonly public: {
|
|
795
|
-
readonly http: readonly ["http://127.0.0.1:8545"];
|
|
796
|
-
};
|
|
797
|
-
};
|
|
798
|
-
};
|
|
799
|
-
declare function getChainById(chainId: number | string): {
|
|
800
|
-
readonly id: 1;
|
|
801
|
-
readonly network: "homestead";
|
|
802
|
-
readonly name: "Ethereum";
|
|
803
|
-
readonly nativeCurrency: {
|
|
804
|
-
readonly name: "Ether";
|
|
805
|
-
readonly symbol: "ETH";
|
|
806
|
-
readonly decimals: 18;
|
|
807
|
-
};
|
|
808
|
-
readonly rpcUrls: {
|
|
809
|
-
readonly alchemy: {
|
|
810
|
-
readonly http: readonly ["https://eth-mainnet.g.alchemy.com/v2"];
|
|
811
|
-
readonly webSocket: readonly ["wss://eth-mainnet.g.alchemy.com/v2"];
|
|
812
|
-
};
|
|
813
|
-
readonly infura: {
|
|
814
|
-
readonly http: readonly ["https://mainnet.infura.io/v3"];
|
|
815
|
-
readonly webSocket: readonly ["wss://mainnet.infura.io/ws/v3"];
|
|
816
|
-
};
|
|
817
|
-
readonly default: {
|
|
818
|
-
readonly http: readonly ["https://cloudflare-eth.com"];
|
|
819
|
-
};
|
|
820
|
-
readonly public: {
|
|
821
|
-
readonly http: readonly ["https://cloudflare-eth.com"];
|
|
822
|
-
};
|
|
823
|
-
};
|
|
824
|
-
readonly blockExplorers: {
|
|
825
|
-
readonly etherscan: {
|
|
826
|
-
readonly name: "Etherscan";
|
|
827
|
-
readonly url: "https://etherscan.io";
|
|
828
|
-
};
|
|
829
|
-
readonly default: {
|
|
830
|
-
readonly name: "Etherscan";
|
|
831
|
-
readonly url: "https://etherscan.io";
|
|
832
|
-
};
|
|
833
|
-
};
|
|
834
|
-
readonly contracts: {
|
|
835
|
-
readonly ensRegistry: {
|
|
836
|
-
readonly address: "0x00000000000C2E074eC69A0dFb2997BA6C7d2e1e";
|
|
837
|
-
};
|
|
838
|
-
readonly ensUniversalResolver: {
|
|
839
|
-
readonly address: "0xE4Acdd618deED4e6d2f03b9bf62dc6118FC9A4da";
|
|
840
|
-
readonly blockCreated: 16773775;
|
|
841
|
-
};
|
|
842
|
-
readonly multicall3: {
|
|
843
|
-
readonly address: "0xca11bde05977b3631167028862be2a173976ca11";
|
|
844
|
-
readonly blockCreated: 14353601;
|
|
845
|
-
};
|
|
846
|
-
};
|
|
847
|
-
} | {
|
|
848
|
-
readonly id: 5;
|
|
849
|
-
readonly network: "goerli";
|
|
850
|
-
readonly name: "Goerli";
|
|
851
|
-
readonly nativeCurrency: {
|
|
852
|
-
readonly name: "Goerli Ether";
|
|
853
|
-
readonly symbol: "ETH";
|
|
854
|
-
readonly decimals: 18;
|
|
855
|
-
};
|
|
856
|
-
readonly rpcUrls: {
|
|
857
|
-
readonly alchemy: {
|
|
858
|
-
readonly http: readonly ["https://eth-goerli.g.alchemy.com/v2"];
|
|
859
|
-
readonly webSocket: readonly ["wss://eth-goerli.g.alchemy.com/v2"];
|
|
860
|
-
};
|
|
861
|
-
readonly infura: {
|
|
862
|
-
readonly http: readonly ["https://goerli.infura.io/v3"];
|
|
863
|
-
readonly webSocket: readonly ["wss://goerli.infura.io/ws/v3"];
|
|
864
|
-
};
|
|
865
|
-
readonly default: {
|
|
866
|
-
readonly http: readonly ["https://rpc.ankr.com/eth_goerli"];
|
|
867
|
-
};
|
|
868
|
-
readonly public: {
|
|
869
|
-
readonly http: readonly ["https://rpc.ankr.com/eth_goerli"];
|
|
870
|
-
};
|
|
871
|
-
};
|
|
872
|
-
readonly blockExplorers: {
|
|
873
|
-
readonly etherscan: {
|
|
874
|
-
readonly name: "Etherscan";
|
|
875
|
-
readonly url: "https://goerli.etherscan.io";
|
|
876
|
-
};
|
|
877
|
-
readonly default: {
|
|
878
|
-
readonly name: "Etherscan";
|
|
879
|
-
readonly url: "https://goerli.etherscan.io";
|
|
880
|
-
};
|
|
881
|
-
};
|
|
882
|
-
readonly contracts: {
|
|
883
|
-
readonly ensRegistry: {
|
|
884
|
-
readonly address: "0x00000000000C2E074eC69A0dFb2997BA6C7d2e1e";
|
|
885
|
-
};
|
|
886
|
-
readonly ensUniversalResolver: {
|
|
887
|
-
readonly address: "0xA292E2E58d4ddEb29C33c63173d0E8B7a2A4c62e";
|
|
888
|
-
readonly blockCreated: 8610406;
|
|
889
|
-
};
|
|
890
|
-
readonly multicall3: {
|
|
891
|
-
readonly address: "0xca11bde05977b3631167028862be2a173976ca11";
|
|
892
|
-
readonly blockCreated: 6507670;
|
|
893
|
-
};
|
|
894
|
-
};
|
|
895
|
-
readonly testnet: true;
|
|
896
|
-
} | {
|
|
897
|
-
readonly id: 137;
|
|
898
|
-
readonly name: "Polygon";
|
|
899
|
-
readonly network: "matic";
|
|
900
|
-
readonly nativeCurrency: {
|
|
901
|
-
readonly name: "MATIC";
|
|
902
|
-
readonly symbol: "MATIC";
|
|
903
|
-
readonly decimals: 18;
|
|
904
|
-
};
|
|
905
|
-
readonly rpcUrls: {
|
|
906
|
-
readonly alchemy: {
|
|
907
|
-
readonly http: readonly ["https://polygon-mainnet.g.alchemy.com/v2"];
|
|
908
|
-
readonly webSocket: readonly ["wss://polygon-mainnet.g.alchemy.com/v2"];
|
|
909
|
-
};
|
|
910
|
-
readonly infura: {
|
|
911
|
-
readonly http: readonly ["https://polygon-mainnet.infura.io/v3"];
|
|
912
|
-
readonly webSocket: readonly ["wss://polygon-mainnet.infura.io/ws/v3"];
|
|
913
|
-
};
|
|
914
|
-
readonly default: {
|
|
915
|
-
readonly http: readonly ["https://polygon-rpc.com"];
|
|
916
|
-
};
|
|
917
|
-
readonly public: {
|
|
918
|
-
readonly http: readonly ["https://polygon-rpc.com"];
|
|
919
|
-
};
|
|
920
|
-
};
|
|
921
|
-
readonly blockExplorers: {
|
|
922
|
-
readonly etherscan: {
|
|
923
|
-
readonly name: "PolygonScan";
|
|
924
|
-
readonly url: "https://polygonscan.com";
|
|
925
|
-
};
|
|
926
|
-
readonly default: {
|
|
927
|
-
readonly name: "PolygonScan";
|
|
928
|
-
readonly url: "https://polygonscan.com";
|
|
929
|
-
};
|
|
930
|
-
};
|
|
931
|
-
readonly contracts: {
|
|
932
|
-
readonly multicall3: {
|
|
933
|
-
readonly address: "0xca11bde05977b3631167028862be2a173976ca11";
|
|
934
|
-
readonly blockCreated: 25770160;
|
|
935
|
-
};
|
|
936
|
-
};
|
|
937
|
-
} | {
|
|
938
|
-
readonly id: 80001;
|
|
939
|
-
readonly name: "Polygon Mumbai";
|
|
940
|
-
readonly network: "maticmum";
|
|
941
|
-
readonly nativeCurrency: {
|
|
942
|
-
readonly name: "MATIC";
|
|
943
|
-
readonly symbol: "MATIC";
|
|
944
|
-
readonly decimals: 18;
|
|
945
|
-
};
|
|
946
|
-
readonly rpcUrls: {
|
|
947
|
-
readonly alchemy: {
|
|
948
|
-
readonly http: readonly ["https://polygon-mumbai.g.alchemy.com/v2"];
|
|
949
|
-
readonly webSocket: readonly ["wss://polygon-mumbai.g.alchemy.com/v2"];
|
|
950
|
-
};
|
|
951
|
-
readonly infura: {
|
|
952
|
-
readonly http: readonly ["https://polygon-mumbai.infura.io/v3"];
|
|
953
|
-
readonly webSocket: readonly ["wss://polygon-mumbai.infura.io/ws/v3"];
|
|
954
|
-
};
|
|
955
|
-
readonly default: {
|
|
956
|
-
readonly http: readonly ["https://matic-mumbai.chainstacklabs.com"];
|
|
957
|
-
};
|
|
958
|
-
readonly public: {
|
|
959
|
-
readonly http: readonly ["https://matic-mumbai.chainstacklabs.com"];
|
|
960
|
-
};
|
|
961
|
-
};
|
|
962
|
-
readonly blockExplorers: {
|
|
963
|
-
readonly etherscan: {
|
|
964
|
-
readonly name: "PolygonScan";
|
|
965
|
-
readonly url: "https://mumbai.polygonscan.com";
|
|
966
|
-
};
|
|
967
|
-
readonly default: {
|
|
968
|
-
readonly name: "PolygonScan";
|
|
969
|
-
readonly url: "https://mumbai.polygonscan.com";
|
|
970
|
-
};
|
|
971
|
-
};
|
|
972
|
-
readonly contracts: {
|
|
973
|
-
readonly multicall3: {
|
|
974
|
-
readonly address: "0xca11bde05977b3631167028862be2a173976ca11";
|
|
975
|
-
readonly blockCreated: 25770160;
|
|
976
|
-
};
|
|
977
|
-
};
|
|
978
|
-
readonly testnet: true;
|
|
979
|
-
} | {
|
|
980
|
-
readonly id: 42161;
|
|
981
|
-
readonly name: "Arbitrum One";
|
|
982
|
-
readonly network: "arbitrum";
|
|
983
|
-
readonly nativeCurrency: {
|
|
984
|
-
readonly name: "Ether";
|
|
985
|
-
readonly symbol: "ETH";
|
|
986
|
-
readonly decimals: 18;
|
|
987
|
-
};
|
|
988
|
-
readonly rpcUrls: {
|
|
989
|
-
readonly alchemy: {
|
|
990
|
-
readonly http: readonly ["https://arb-mainnet.g.alchemy.com/v2"];
|
|
991
|
-
readonly webSocket: readonly ["wss://arb-mainnet.g.alchemy.com/v2"];
|
|
992
|
-
};
|
|
993
|
-
readonly infura: {
|
|
994
|
-
readonly http: readonly ["https://arbitrum-mainnet.infura.io/v3"];
|
|
995
|
-
readonly webSocket: readonly ["wss://arbitrum-mainnet.infura.io/ws/v3"];
|
|
996
|
-
};
|
|
997
|
-
readonly default: {
|
|
998
|
-
readonly http: readonly ["https://arb1.arbitrum.io/rpc"];
|
|
999
|
-
};
|
|
1000
|
-
readonly public: {
|
|
1001
|
-
readonly http: readonly ["https://arb1.arbitrum.io/rpc"];
|
|
1002
|
-
};
|
|
1003
|
-
};
|
|
1004
|
-
readonly blockExplorers: {
|
|
1005
|
-
readonly etherscan: {
|
|
1006
|
-
readonly name: "Arbiscan";
|
|
1007
|
-
readonly url: "https://arbiscan.io";
|
|
1008
|
-
};
|
|
1009
|
-
readonly default: {
|
|
1010
|
-
readonly name: "Arbiscan";
|
|
1011
|
-
readonly url: "https://arbiscan.io";
|
|
1012
|
-
};
|
|
1013
|
-
};
|
|
1014
|
-
readonly contracts: {
|
|
1015
|
-
readonly multicall3: {
|
|
1016
|
-
readonly address: "0xca11bde05977b3631167028862be2a173976ca11";
|
|
1017
|
-
readonly blockCreated: 7654707;
|
|
1018
|
-
};
|
|
1019
|
-
};
|
|
1020
|
-
} | {
|
|
1021
|
-
readonly id: 421613;
|
|
1022
|
-
readonly name: "Arbitrum Goerli";
|
|
1023
|
-
readonly network: "arbitrum-goerli";
|
|
1024
|
-
readonly nativeCurrency: {
|
|
1025
|
-
readonly name: "Arbitrum Goerli Ether";
|
|
1026
|
-
readonly symbol: "ETH";
|
|
1027
|
-
readonly decimals: 18;
|
|
1028
|
-
};
|
|
1029
|
-
readonly rpcUrls: {
|
|
1030
|
-
readonly alchemy: {
|
|
1031
|
-
readonly http: readonly ["https://arb-goerli.g.alchemy.com/v2"];
|
|
1032
|
-
readonly webSocket: readonly ["wss://arb-goerli.g.alchemy.com/v2"];
|
|
1033
|
-
};
|
|
1034
|
-
readonly infura: {
|
|
1035
|
-
readonly http: readonly ["https://arbitrum-goerli.infura.io/v3"];
|
|
1036
|
-
readonly webSocket: readonly ["wss://arbitrum-goerli.infura.io/ws/v3"];
|
|
1037
|
-
};
|
|
1038
|
-
readonly default: {
|
|
1039
|
-
readonly http: readonly ["https://goerli-rollup.arbitrum.io/rpc"];
|
|
1040
|
-
};
|
|
1041
|
-
readonly public: {
|
|
1042
|
-
readonly http: readonly ["https://goerli-rollup.arbitrum.io/rpc"];
|
|
1043
|
-
};
|
|
1044
|
-
};
|
|
1045
|
-
readonly blockExplorers: {
|
|
1046
|
-
readonly etherscan: {
|
|
1047
|
-
readonly name: "Arbiscan";
|
|
1048
|
-
readonly url: "https://goerli.arbiscan.io/";
|
|
1049
|
-
};
|
|
1050
|
-
readonly default: {
|
|
1051
|
-
readonly name: "Arbiscan";
|
|
1052
|
-
readonly url: "https://goerli.arbiscan.io/";
|
|
1053
|
-
};
|
|
1054
|
-
};
|
|
1055
|
-
readonly contracts: {
|
|
1056
|
-
readonly multicall3: {
|
|
1057
|
-
readonly address: "0xca11bde05977b3631167028862be2a173976ca11";
|
|
1058
|
-
readonly blockCreated: 88114;
|
|
1059
|
-
};
|
|
1060
|
-
};
|
|
1061
|
-
readonly testnet: true;
|
|
1062
|
-
} | {
|
|
1063
|
-
readonly id: 10;
|
|
1064
|
-
readonly name: "Optimism";
|
|
1065
|
-
readonly network: "optimism";
|
|
1066
|
-
readonly nativeCurrency: {
|
|
1067
|
-
readonly name: "Ether";
|
|
1068
|
-
readonly symbol: "ETH";
|
|
1069
|
-
readonly decimals: 18;
|
|
1070
|
-
};
|
|
1071
|
-
readonly rpcUrls: {
|
|
1072
|
-
readonly alchemy: {
|
|
1073
|
-
readonly http: readonly ["https://opt-mainnet.g.alchemy.com/v2"];
|
|
1074
|
-
readonly webSocket: readonly ["wss://opt-mainnet.g.alchemy.com/v2"];
|
|
1075
|
-
};
|
|
1076
|
-
readonly infura: {
|
|
1077
|
-
readonly http: readonly ["https://optimism-mainnet.infura.io/v3"];
|
|
1078
|
-
readonly webSocket: readonly ["wss://optimism-mainnet.infura.io/ws/v3"];
|
|
1079
|
-
};
|
|
1080
|
-
readonly default: {
|
|
1081
|
-
readonly http: readonly ["https://mainnet.optimism.io"];
|
|
1082
|
-
};
|
|
1083
|
-
readonly public: {
|
|
1084
|
-
readonly http: readonly ["https://mainnet.optimism.io"];
|
|
1085
|
-
};
|
|
1086
|
-
};
|
|
1087
|
-
readonly blockExplorers: {
|
|
1088
|
-
readonly etherscan: {
|
|
1089
|
-
readonly name: "Etherscan";
|
|
1090
|
-
readonly url: "https://optimistic.etherscan.io";
|
|
1091
|
-
};
|
|
1092
|
-
readonly default: {
|
|
1093
|
-
readonly name: "Optimism Explorer";
|
|
1094
|
-
readonly url: "https://explorer.optimism.io";
|
|
1095
|
-
};
|
|
1096
|
-
};
|
|
1097
|
-
readonly contracts: {
|
|
1098
|
-
readonly multicall3: {
|
|
1099
|
-
readonly address: "0xca11bde05977b3631167028862be2a173976ca11";
|
|
1100
|
-
readonly blockCreated: 4286263;
|
|
1101
|
-
};
|
|
1102
|
-
};
|
|
1103
|
-
} | {
|
|
1104
|
-
readonly id: 420;
|
|
1105
|
-
readonly name: "Optimism Goerli";
|
|
1106
|
-
readonly network: "optimism-goerli";
|
|
1107
|
-
readonly nativeCurrency: {
|
|
1108
|
-
readonly name: "Goerli Ether";
|
|
1109
|
-
readonly symbol: "ETH";
|
|
1110
|
-
readonly decimals: 18;
|
|
1111
|
-
};
|
|
1112
|
-
readonly rpcUrls: {
|
|
1113
|
-
readonly alchemy: {
|
|
1114
|
-
readonly http: readonly ["https://opt-goerli.g.alchemy.com/v2"];
|
|
1115
|
-
readonly webSocket: readonly ["wss://opt-goerli.g.alchemy.com/v2"];
|
|
1116
|
-
};
|
|
1117
|
-
readonly infura: {
|
|
1118
|
-
readonly http: readonly ["https://optimism-goerli.infura.io/v3"];
|
|
1119
|
-
readonly webSocket: readonly ["wss://optimism-goerli.infura.io/ws/v3"];
|
|
1120
|
-
};
|
|
1121
|
-
readonly default: {
|
|
1122
|
-
readonly http: readonly ["https://goerli.optimism.io"];
|
|
1123
|
-
};
|
|
1124
|
-
readonly public: {
|
|
1125
|
-
readonly http: readonly ["https://goerli.optimism.io"];
|
|
1126
|
-
};
|
|
1127
|
-
};
|
|
1128
|
-
readonly blockExplorers: {
|
|
1129
|
-
readonly etherscan: {
|
|
1130
|
-
readonly name: "Etherscan";
|
|
1131
|
-
readonly url: "https://goerli-optimism.etherscan.io";
|
|
1132
|
-
};
|
|
1133
|
-
readonly default: {
|
|
1134
|
-
readonly name: "Etherscan";
|
|
1135
|
-
readonly url: "https://goerli-optimism.etherscan.io";
|
|
1136
|
-
};
|
|
1137
|
-
};
|
|
1138
|
-
readonly contracts: {
|
|
1139
|
-
readonly multicall3: {
|
|
1140
|
-
readonly address: "0xca11bde05977b3631167028862be2a173976ca11";
|
|
1141
|
-
readonly blockCreated: 49461;
|
|
1142
|
-
};
|
|
1143
|
-
};
|
|
1144
|
-
readonly testnet: true;
|
|
1145
|
-
} | {
|
|
1146
|
-
readonly id: 84531;
|
|
1147
|
-
readonly network: "base-goerli";
|
|
1148
|
-
readonly name: "Base Goerli";
|
|
1149
|
-
readonly nativeCurrency: {
|
|
1150
|
-
readonly name: "Base Goerli";
|
|
1151
|
-
readonly symbol: "ETH";
|
|
1152
|
-
readonly decimals: 18;
|
|
1153
|
-
};
|
|
1154
|
-
readonly rpcUrls: {
|
|
1155
|
-
readonly default: {
|
|
1156
|
-
readonly http: readonly ["https://goerli.base.org"];
|
|
1157
|
-
};
|
|
1158
|
-
readonly public: {
|
|
1159
|
-
readonly http: readonly ["https://goerli.base.org"];
|
|
1160
|
-
};
|
|
1161
|
-
};
|
|
1162
|
-
readonly blockExplorers: {
|
|
1163
|
-
readonly etherscan: {
|
|
1164
|
-
readonly name: "Basescan";
|
|
1165
|
-
readonly url: "https://goerli.basescan.org";
|
|
1166
|
-
};
|
|
1167
|
-
readonly default: {
|
|
1168
|
-
readonly name: "Basescan";
|
|
1169
|
-
readonly url: "https://goerli.basescan.org";
|
|
1170
|
-
};
|
|
1171
|
-
};
|
|
1172
|
-
readonly testnet: true;
|
|
1173
|
-
} | {
|
|
1174
|
-
readonly id: 1337;
|
|
1175
|
-
readonly name: "Localhost";
|
|
1176
|
-
readonly network: "localhost";
|
|
1177
|
-
readonly nativeCurrency: {
|
|
1178
|
-
readonly decimals: 18;
|
|
1179
|
-
readonly name: "Ether";
|
|
1180
|
-
readonly symbol: "ETH";
|
|
1181
|
-
};
|
|
1182
|
-
readonly rpcUrls: {
|
|
1183
|
-
readonly default: {
|
|
1184
|
-
readonly http: readonly ["http://127.0.0.1:8545"];
|
|
1185
|
-
};
|
|
1186
|
-
readonly public: {
|
|
1187
|
-
readonly http: readonly ["http://127.0.0.1:8545"];
|
|
1188
|
-
};
|
|
1189
|
-
};
|
|
1190
|
-
} | {
|
|
1191
|
-
readonly id: 1313161554;
|
|
1192
|
-
readonly name: "Aurora";
|
|
1193
|
-
readonly network: "aurora";
|
|
1194
|
-
readonly nativeCurrency: {
|
|
1195
|
-
readonly decimals: 18;
|
|
1196
|
-
readonly name: "Ether";
|
|
1197
|
-
readonly symbol: "ETH";
|
|
1198
|
-
};
|
|
1199
|
-
readonly rpcUrls: {
|
|
1200
|
-
readonly infura: {
|
|
1201
|
-
readonly http: readonly ["https://aurora-mainnet.infura.io/v3"];
|
|
1202
|
-
};
|
|
1203
|
-
readonly default: {
|
|
1204
|
-
readonly http: readonly ["https://mainnet.aurora.dev"];
|
|
1205
|
-
};
|
|
1206
|
-
readonly public: {
|
|
1207
|
-
readonly http: readonly ["https://mainnet.aurora.dev"];
|
|
1208
|
-
};
|
|
1209
|
-
};
|
|
1210
|
-
readonly blockExplorers: {
|
|
1211
|
-
readonly etherscan: {
|
|
1212
|
-
readonly name: "Aurorascan";
|
|
1213
|
-
readonly url: "https://aurorascan.dev";
|
|
1214
|
-
};
|
|
1215
|
-
readonly default: {
|
|
1216
|
-
readonly name: "Aurorascan";
|
|
1217
|
-
readonly url: "https://aurorascan.dev";
|
|
1218
|
-
};
|
|
1219
|
-
};
|
|
1220
|
-
} | {
|
|
1221
|
-
readonly id: 1313161555;
|
|
1222
|
-
readonly name: "Aurora Testnet";
|
|
1223
|
-
readonly network: "aurora-testnet";
|
|
1224
|
-
readonly nativeCurrency: {
|
|
1225
|
-
readonly decimals: 18;
|
|
1226
|
-
readonly name: "Ether";
|
|
1227
|
-
readonly symbol: "ETH";
|
|
1228
|
-
};
|
|
1229
|
-
readonly rpcUrls: {
|
|
1230
|
-
readonly infura: {
|
|
1231
|
-
readonly http: readonly ["https://aurora-testnet.infura.io/v3"];
|
|
1232
|
-
};
|
|
1233
|
-
readonly default: {
|
|
1234
|
-
readonly http: readonly ["https://testnet.aurora.dev"];
|
|
1235
|
-
};
|
|
1236
|
-
readonly public: {
|
|
1237
|
-
readonly http: readonly ["https://testnet.aurora.dev"];
|
|
1238
|
-
};
|
|
1239
|
-
};
|
|
1240
|
-
readonly blockExplorers: {
|
|
1241
|
-
readonly etherscan: {
|
|
1242
|
-
readonly name: "Aurorascan";
|
|
1243
|
-
readonly url: "https://testnet.aurorascan.dev";
|
|
1244
|
-
};
|
|
1245
|
-
readonly default: {
|
|
1246
|
-
readonly name: "Aurorascan";
|
|
1247
|
-
readonly url: "https://testnet.aurorascan.dev";
|
|
1248
|
-
};
|
|
1249
|
-
};
|
|
1250
|
-
readonly testnet: true;
|
|
1251
|
-
} | {
|
|
1252
|
-
readonly id: 43114;
|
|
1253
|
-
readonly name: "Avalanche";
|
|
1254
|
-
readonly network: "avalanche";
|
|
1255
|
-
readonly nativeCurrency: {
|
|
1256
|
-
readonly decimals: 18;
|
|
1257
|
-
readonly name: "Avalanche";
|
|
1258
|
-
readonly symbol: "AVAX";
|
|
1259
|
-
};
|
|
1260
|
-
readonly rpcUrls: {
|
|
1261
|
-
readonly default: {
|
|
1262
|
-
readonly http: readonly ["https://api.avax.network/ext/bc/C/rpc"];
|
|
1263
|
-
};
|
|
1264
|
-
readonly public: {
|
|
1265
|
-
readonly http: readonly ["https://api.avax.network/ext/bc/C/rpc"];
|
|
1266
|
-
};
|
|
1267
|
-
};
|
|
1268
|
-
readonly blockExplorers: {
|
|
1269
|
-
readonly etherscan: {
|
|
1270
|
-
readonly name: "SnowTrace";
|
|
1271
|
-
readonly url: "https://snowtrace.io";
|
|
1272
|
-
};
|
|
1273
|
-
readonly default: {
|
|
1274
|
-
readonly name: "SnowTrace";
|
|
1275
|
-
readonly url: "https://snowtrace.io";
|
|
1276
|
-
};
|
|
1277
|
-
};
|
|
1278
|
-
readonly contracts: {
|
|
1279
|
-
readonly multicall3: {
|
|
1280
|
-
readonly address: "0xca11bde05977b3631167028862be2a173976ca11";
|
|
1281
|
-
readonly blockCreated: 11907934;
|
|
1282
|
-
};
|
|
1283
|
-
};
|
|
1284
|
-
} | {
|
|
1285
|
-
readonly id: 43113;
|
|
1286
|
-
readonly name: "Avalanche Fuji";
|
|
1287
|
-
readonly network: "avalanche-fuji";
|
|
1288
|
-
readonly nativeCurrency: {
|
|
1289
|
-
readonly decimals: 18;
|
|
1290
|
-
readonly name: "Avalanche Fuji";
|
|
1291
|
-
readonly symbol: "AVAX";
|
|
1292
|
-
};
|
|
1293
|
-
readonly rpcUrls: {
|
|
1294
|
-
readonly default: {
|
|
1295
|
-
readonly http: readonly ["https://api.avax-test.network/ext/bc/C/rpc"];
|
|
1296
|
-
};
|
|
1297
|
-
readonly public: {
|
|
1298
|
-
readonly http: readonly ["https://api.avax-test.network/ext/bc/C/rpc"];
|
|
1299
|
-
};
|
|
1300
|
-
};
|
|
1301
|
-
readonly blockExplorers: {
|
|
1302
|
-
readonly etherscan: {
|
|
1303
|
-
readonly name: "SnowTrace";
|
|
1304
|
-
readonly url: "https://testnet.snowtrace.io";
|
|
1305
|
-
};
|
|
1306
|
-
readonly default: {
|
|
1307
|
-
readonly name: "SnowTrace";
|
|
1308
|
-
readonly url: "https://testnet.snowtrace.io";
|
|
1309
|
-
};
|
|
1310
|
-
};
|
|
1311
|
-
readonly contracts: {
|
|
1312
|
-
readonly multicall3: {
|
|
1313
|
-
readonly address: "0xca11bde05977b3631167028862be2a173976ca11";
|
|
1314
|
-
readonly blockCreated: 7096959;
|
|
1315
|
-
};
|
|
1316
|
-
};
|
|
1317
|
-
readonly testnet: true;
|
|
1318
|
-
} | {
|
|
1319
|
-
readonly id: 288;
|
|
1320
|
-
readonly name: "Boba Network";
|
|
1321
|
-
readonly network: "boba";
|
|
1322
|
-
readonly nativeCurrency: {
|
|
1323
|
-
readonly decimals: 18;
|
|
1324
|
-
readonly name: "Boba";
|
|
1325
|
-
readonly symbol: "BOBA";
|
|
1326
|
-
};
|
|
1327
|
-
readonly rpcUrls: {
|
|
1328
|
-
readonly default: {
|
|
1329
|
-
readonly http: readonly ["https://mainnet.boba.network"];
|
|
1330
|
-
};
|
|
1331
|
-
readonly public: {
|
|
1332
|
-
readonly http: readonly ["https://mainnet.boba.network"];
|
|
1333
|
-
};
|
|
1334
|
-
};
|
|
1335
|
-
readonly blockExplorers: {
|
|
1336
|
-
readonly etherscan: {
|
|
1337
|
-
readonly name: "BOBAScan";
|
|
1338
|
-
readonly url: "https://bobascan.com";
|
|
1339
|
-
};
|
|
1340
|
-
readonly default: {
|
|
1341
|
-
readonly name: "BOBAScan";
|
|
1342
|
-
readonly url: "https://bobascan.com";
|
|
1343
|
-
};
|
|
1344
|
-
};
|
|
1345
|
-
readonly contracts: {
|
|
1346
|
-
readonly multicall3: {
|
|
1347
|
-
readonly address: "0xca11bde05977b3631167028862be2a173976ca11";
|
|
1348
|
-
readonly blockCreated: 446859;
|
|
1349
|
-
};
|
|
1350
|
-
};
|
|
1351
|
-
} | {
|
|
1352
|
-
readonly id: 1039;
|
|
1353
|
-
readonly name: "Bronos";
|
|
1354
|
-
readonly network: "bronos";
|
|
1355
|
-
readonly nativeCurrency: {
|
|
1356
|
-
readonly decimals: 18;
|
|
1357
|
-
readonly name: "BRO";
|
|
1358
|
-
readonly symbol: "BRO";
|
|
1359
|
-
};
|
|
1360
|
-
readonly rpcUrls: {
|
|
1361
|
-
readonly default: {
|
|
1362
|
-
readonly http: readonly ["https://evm.bronos.org"];
|
|
1363
|
-
};
|
|
1364
|
-
readonly public: {
|
|
1365
|
-
readonly http: readonly ["https://evm.bronos.org"];
|
|
1366
|
-
};
|
|
1367
|
-
};
|
|
1368
|
-
readonly blockExplorers: {
|
|
1369
|
-
readonly default: {
|
|
1370
|
-
readonly name: "BronoScan";
|
|
1371
|
-
readonly url: "https://broscan.bronos.org";
|
|
1372
|
-
};
|
|
1373
|
-
};
|
|
1374
|
-
} | {
|
|
1375
|
-
readonly id: 1038;
|
|
1376
|
-
readonly name: "Bronos Testnet";
|
|
1377
|
-
readonly network: "bronos-testnet";
|
|
1378
|
-
readonly nativeCurrency: {
|
|
1379
|
-
readonly decimals: 18;
|
|
1380
|
-
readonly name: "Bronos Coin";
|
|
1381
|
-
readonly symbol: "tBRO";
|
|
1382
|
-
};
|
|
1383
|
-
readonly rpcUrls: {
|
|
1384
|
-
readonly default: {
|
|
1385
|
-
readonly http: readonly ["https://evm-testnet.bronos.org"];
|
|
1386
|
-
};
|
|
1387
|
-
readonly public: {
|
|
1388
|
-
readonly http: readonly ["https://evm-testnet.bronos.org"];
|
|
1389
|
-
};
|
|
1390
|
-
};
|
|
1391
|
-
readonly blockExplorers: {
|
|
1392
|
-
readonly default: {
|
|
1393
|
-
readonly name: "BronoScan";
|
|
1394
|
-
readonly url: "https://tbroscan.bronos.org";
|
|
1395
|
-
};
|
|
1396
|
-
};
|
|
1397
|
-
readonly testnet: true;
|
|
1398
|
-
} | {
|
|
1399
|
-
readonly id: 56;
|
|
1400
|
-
readonly name: "BNB Smart Chain";
|
|
1401
|
-
readonly network: "bsc";
|
|
1402
|
-
readonly nativeCurrency: {
|
|
1403
|
-
readonly decimals: 18;
|
|
1404
|
-
readonly name: "BNB";
|
|
1405
|
-
readonly symbol: "BNB";
|
|
1406
|
-
};
|
|
1407
|
-
readonly rpcUrls: {
|
|
1408
|
-
readonly default: {
|
|
1409
|
-
readonly http: readonly ["https://rpc.ankr.com/bsc"];
|
|
1410
|
-
};
|
|
1411
|
-
readonly public: {
|
|
1412
|
-
readonly http: readonly ["https://rpc.ankr.com/bsc"];
|
|
1413
|
-
};
|
|
1414
|
-
};
|
|
1415
|
-
readonly blockExplorers: {
|
|
1416
|
-
readonly etherscan: {
|
|
1417
|
-
readonly name: "BscScan";
|
|
1418
|
-
readonly url: "https://bscscan.com";
|
|
1419
|
-
};
|
|
1420
|
-
readonly default: {
|
|
1421
|
-
readonly name: "BscScan";
|
|
1422
|
-
readonly url: "https://bscscan.com";
|
|
1423
|
-
};
|
|
1424
|
-
};
|
|
1425
|
-
readonly contracts: {
|
|
1426
|
-
readonly multicall3: {
|
|
1427
|
-
readonly address: "0xca11bde05977b3631167028862be2a173976ca11";
|
|
1428
|
-
readonly blockCreated: 15921452;
|
|
1429
|
-
};
|
|
1430
|
-
};
|
|
1431
|
-
} | {
|
|
1432
|
-
readonly id: 97;
|
|
1433
|
-
readonly name: "Binance Smart Chain Testnet";
|
|
1434
|
-
readonly network: "bsc-testnet";
|
|
1435
|
-
readonly nativeCurrency: {
|
|
1436
|
-
readonly decimals: 18;
|
|
1437
|
-
readonly name: "BNB";
|
|
1438
|
-
readonly symbol: "tBNB";
|
|
1439
|
-
};
|
|
1440
|
-
readonly rpcUrls: {
|
|
1441
|
-
readonly default: {
|
|
1442
|
-
readonly http: readonly ["https://data-seed-prebsc-1-s1.binance.org:8545"];
|
|
1443
|
-
};
|
|
1444
|
-
readonly public: {
|
|
1445
|
-
readonly http: readonly ["https://data-seed-prebsc-1-s1.binance.org:8545"];
|
|
1446
|
-
};
|
|
1447
|
-
};
|
|
1448
|
-
readonly blockExplorers: {
|
|
1449
|
-
readonly etherscan: {
|
|
1450
|
-
readonly name: "BscScan";
|
|
1451
|
-
readonly url: "https://testnet.bscscan.com";
|
|
1452
|
-
};
|
|
1453
|
-
readonly default: {
|
|
1454
|
-
readonly name: "BscScan";
|
|
1455
|
-
readonly url: "https://testnet.bscscan.com";
|
|
1456
|
-
};
|
|
1457
|
-
};
|
|
1458
|
-
readonly contracts: {
|
|
1459
|
-
readonly multicall3: {
|
|
1460
|
-
readonly address: "0xca11bde05977b3631167028862be2a173976ca11";
|
|
1461
|
-
readonly blockCreated: 17422483;
|
|
1462
|
-
};
|
|
1463
|
-
};
|
|
1464
|
-
readonly testnet: true;
|
|
1465
|
-
} | {
|
|
1466
|
-
readonly id: 7700;
|
|
1467
|
-
readonly name: "Canto";
|
|
1468
|
-
readonly network: "canto";
|
|
1469
|
-
readonly nativeCurrency: {
|
|
1470
|
-
readonly decimals: 18;
|
|
1471
|
-
readonly name: "Canto";
|
|
1472
|
-
readonly symbol: "CANTO";
|
|
1473
|
-
};
|
|
1474
|
-
readonly rpcUrls: {
|
|
1475
|
-
readonly default: {
|
|
1476
|
-
readonly http: readonly ["https://canto.slingshot.finance"];
|
|
1477
|
-
};
|
|
1478
|
-
readonly public: {
|
|
1479
|
-
readonly http: readonly ["https://canto.slingshot.finance"];
|
|
1480
|
-
};
|
|
1481
|
-
};
|
|
1482
|
-
readonly blockExplorers: {
|
|
1483
|
-
readonly default: {
|
|
1484
|
-
readonly name: "Canto EVM Explorer (Blockscout)";
|
|
1485
|
-
readonly url: "https://evm.explorer.canto.io";
|
|
1486
|
-
};
|
|
1487
|
-
};
|
|
1488
|
-
} | {
|
|
1489
|
-
readonly id: 42220;
|
|
1490
|
-
readonly name: "Celo";
|
|
1491
|
-
readonly network: "celo";
|
|
1492
|
-
readonly nativeCurrency: {
|
|
1493
|
-
readonly decimals: 18;
|
|
1494
|
-
readonly name: "CELO";
|
|
1495
|
-
readonly symbol: "CELO";
|
|
1496
|
-
};
|
|
1497
|
-
readonly rpcUrls: {
|
|
1498
|
-
readonly default: {
|
|
1499
|
-
readonly http: readonly ["https://forno.celo.org"];
|
|
1500
|
-
};
|
|
1501
|
-
readonly infura: {
|
|
1502
|
-
readonly http: readonly ["https://celo-mainnet.infura.io/v3"];
|
|
1503
|
-
};
|
|
1504
|
-
readonly public: {
|
|
1505
|
-
readonly http: readonly ["https://forno.celo.org"];
|
|
1506
|
-
};
|
|
1507
|
-
};
|
|
1508
|
-
readonly blockExplorers: {
|
|
1509
|
-
readonly default: {
|
|
1510
|
-
readonly name: "Celo Explorer";
|
|
1511
|
-
readonly url: "https://explorer.celo.org/mainnet";
|
|
1512
|
-
};
|
|
1513
|
-
readonly etherscan: {
|
|
1514
|
-
readonly name: "CeloScan";
|
|
1515
|
-
readonly url: "https://celoscan.io";
|
|
1516
|
-
};
|
|
1517
|
-
};
|
|
1518
|
-
readonly contracts: {
|
|
1519
|
-
readonly multicall3: {
|
|
1520
|
-
readonly address: "0xcA11bde05977b3631167028862bE2a173976CA11";
|
|
1521
|
-
readonly blockCreated: 13112599;
|
|
1522
|
-
};
|
|
1523
|
-
};
|
|
1524
|
-
readonly testnet: false;
|
|
1525
|
-
} | {
|
|
1526
|
-
readonly id: 44787;
|
|
1527
|
-
readonly name: "Alfajores";
|
|
1528
|
-
readonly network: "celo-alfajores";
|
|
1529
|
-
readonly nativeCurrency: {
|
|
1530
|
-
readonly decimals: 18;
|
|
1531
|
-
readonly name: "CELO";
|
|
1532
|
-
readonly symbol: "A-CELO";
|
|
1533
|
-
};
|
|
1534
|
-
readonly rpcUrls: {
|
|
1535
|
-
readonly default: {
|
|
1536
|
-
readonly http: readonly ["https://alfajores-forno.celo-testnet.org"];
|
|
1537
|
-
};
|
|
1538
|
-
readonly infura: {
|
|
1539
|
-
readonly http: readonly ["https://celo-alfajores.infura.io/v3"];
|
|
1540
|
-
};
|
|
1541
|
-
readonly public: {
|
|
1542
|
-
readonly http: readonly ["https://alfajores-forno.celo-testnet.org"];
|
|
1543
|
-
};
|
|
1544
|
-
};
|
|
1545
|
-
readonly blockExplorers: {
|
|
1546
|
-
readonly default: {
|
|
1547
|
-
readonly name: "Celo Explorer";
|
|
1548
|
-
readonly url: "https://explorer.celo.org/alfajores";
|
|
1549
|
-
};
|
|
1550
|
-
readonly etherscan: {
|
|
1551
|
-
readonly name: "CeloScan";
|
|
1552
|
-
readonly url: "https://alfajores.celoscan.io/";
|
|
1553
|
-
};
|
|
1554
|
-
};
|
|
1555
|
-
readonly contracts: {
|
|
1556
|
-
readonly multicall3: {
|
|
1557
|
-
readonly address: "0xcA11bde05977b3631167028862bE2a173976CA11";
|
|
1558
|
-
readonly blockCreated: 14569001;
|
|
1559
|
-
};
|
|
1560
|
-
};
|
|
1561
|
-
readonly testnet: true;
|
|
1562
|
-
} | {
|
|
1563
|
-
readonly id: 25;
|
|
1564
|
-
readonly name: "Cronos";
|
|
1565
|
-
readonly network: "cronos";
|
|
1566
|
-
readonly nativeCurrency: {
|
|
1567
|
-
readonly decimals: 18;
|
|
1568
|
-
readonly name: "Cronos";
|
|
1569
|
-
readonly symbol: "CRO";
|
|
1570
|
-
};
|
|
1571
|
-
readonly rpcUrls: {
|
|
1572
|
-
readonly default: {
|
|
1573
|
-
readonly http: readonly ["https://node.croswap.com/rpc"];
|
|
1574
|
-
};
|
|
1575
|
-
readonly public: {
|
|
1576
|
-
readonly http: readonly ["https://node.croswap.com/rpc"];
|
|
1577
|
-
};
|
|
1578
|
-
};
|
|
1579
|
-
readonly blockExplorers: {
|
|
1580
|
-
readonly etherscan: {
|
|
1581
|
-
readonly name: "CronosScan";
|
|
1582
|
-
readonly url: "https://cronoscan.com";
|
|
1583
|
-
};
|
|
1584
|
-
readonly default: {
|
|
1585
|
-
readonly name: "CronosScan";
|
|
1586
|
-
readonly url: "https://cronoscan.com";
|
|
1587
|
-
};
|
|
1588
|
-
};
|
|
1589
|
-
readonly contracts: {
|
|
1590
|
-
readonly multicall3: {
|
|
1591
|
-
readonly address: "0xcA11bde05977b3631167028862bE2a173976CA11";
|
|
1592
|
-
readonly blockCreated: 1963112;
|
|
1593
|
-
};
|
|
1594
|
-
};
|
|
1595
|
-
} | {
|
|
1596
|
-
readonly id: 3737;
|
|
1597
|
-
readonly network: "crossbell";
|
|
1598
|
-
readonly name: "Crossbell";
|
|
1599
|
-
readonly nativeCurrency: {
|
|
1600
|
-
readonly decimals: 18;
|
|
1601
|
-
readonly name: "CSB";
|
|
1602
|
-
readonly symbol: "CSB";
|
|
1603
|
-
};
|
|
1604
|
-
readonly rpcUrls: {
|
|
1605
|
-
readonly default: {
|
|
1606
|
-
readonly http: readonly ["https://rpc.crossbell.io"];
|
|
1607
|
-
};
|
|
1608
|
-
readonly public: {
|
|
1609
|
-
readonly http: readonly ["https://rpc.crossbell.io"];
|
|
1610
|
-
};
|
|
1611
|
-
};
|
|
1612
|
-
readonly blockExplorers: {
|
|
1613
|
-
readonly default: {
|
|
1614
|
-
readonly name: "CrossScan";
|
|
1615
|
-
readonly url: "https://scan.crossbell.io";
|
|
1616
|
-
};
|
|
1617
|
-
};
|
|
1618
|
-
readonly contracts: {
|
|
1619
|
-
readonly multicall3: {
|
|
1620
|
-
readonly address: "0xBB9759009cDaC82774EfC84D94cD9F7440f75Fcf";
|
|
1621
|
-
readonly blockCreated: 23499787;
|
|
1622
|
-
};
|
|
1623
|
-
};
|
|
1624
|
-
} | {
|
|
1625
|
-
readonly id: 53935;
|
|
1626
|
-
readonly name: "DFK Chain";
|
|
1627
|
-
readonly network: "dfk";
|
|
1628
|
-
readonly nativeCurrency: {
|
|
1629
|
-
readonly decimals: 18;
|
|
1630
|
-
readonly name: "Jewel";
|
|
1631
|
-
readonly symbol: "JEWEL";
|
|
1632
|
-
};
|
|
1633
|
-
readonly rpcUrls: {
|
|
1634
|
-
readonly default: {
|
|
1635
|
-
readonly http: readonly ["https://subnets.avax.network/defi-kingdoms/dfk-chain/rpc"];
|
|
1636
|
-
};
|
|
1637
|
-
readonly public: {
|
|
1638
|
-
readonly http: readonly ["https://subnets.avax.network/defi-kingdoms/dfk-chain/rpc"];
|
|
1639
|
-
};
|
|
1640
|
-
};
|
|
1641
|
-
readonly blockExplorers: {
|
|
1642
|
-
readonly etherscan: {
|
|
1643
|
-
readonly name: "DFKSubnetScan";
|
|
1644
|
-
readonly url: "https://subnets.avax.network/defi-kingdoms";
|
|
1645
|
-
};
|
|
1646
|
-
readonly default: {
|
|
1647
|
-
readonly name: "DFKSubnetScan";
|
|
1648
|
-
readonly url: "https://subnets.avax.network/defi-kingdoms";
|
|
1649
|
-
};
|
|
1650
|
-
};
|
|
1651
|
-
} | {
|
|
1652
|
-
readonly id: 2000;
|
|
1653
|
-
readonly name: "Dogechain";
|
|
1654
|
-
readonly network: "dogechain";
|
|
1655
|
-
readonly nativeCurrency: {
|
|
1656
|
-
readonly decimals: 18;
|
|
1657
|
-
readonly name: "Dogechain";
|
|
1658
|
-
readonly symbol: "DC";
|
|
1659
|
-
};
|
|
1660
|
-
readonly rpcUrls: {
|
|
1661
|
-
readonly default: {
|
|
1662
|
-
readonly http: readonly ["https://rpc.dogechain.dog"];
|
|
1663
|
-
};
|
|
1664
|
-
readonly public: {
|
|
1665
|
-
readonly http: readonly ["https://rpc.dogechain.dog"];
|
|
1666
|
-
};
|
|
1667
|
-
};
|
|
1668
|
-
readonly blockExplorers: {
|
|
1669
|
-
readonly etherscan: {
|
|
1670
|
-
readonly name: "DogeChainExplorer";
|
|
1671
|
-
readonly url: "https://explorer.dogechain.dog";
|
|
1672
|
-
};
|
|
1673
|
-
readonly default: {
|
|
1674
|
-
readonly name: "DogeChainExplorer";
|
|
1675
|
-
readonly url: "https://explorer.dogechain.dog";
|
|
1676
|
-
};
|
|
1677
|
-
};
|
|
1678
|
-
} | {
|
|
1679
|
-
readonly id: 9001;
|
|
1680
|
-
readonly name: "Evmos";
|
|
1681
|
-
readonly network: "evmos";
|
|
1682
|
-
readonly nativeCurrency: {
|
|
1683
|
-
readonly decimals: 18;
|
|
1684
|
-
readonly name: "Evmos";
|
|
1685
|
-
readonly symbol: "EVMOS";
|
|
1686
|
-
};
|
|
1687
|
-
readonly rpcUrls: {
|
|
1688
|
-
readonly default: {
|
|
1689
|
-
readonly http: readonly ["https://eth.bd.evmos.org:8545"];
|
|
1690
|
-
};
|
|
1691
|
-
readonly public: {
|
|
1692
|
-
readonly http: readonly ["https://eth.bd.evmos.org:8545"];
|
|
1693
|
-
};
|
|
1694
|
-
};
|
|
1695
|
-
readonly blockExplorers: {
|
|
1696
|
-
readonly default: {
|
|
1697
|
-
readonly name: "Evmos Block Explorer";
|
|
1698
|
-
readonly url: "https://escan.live/";
|
|
1699
|
-
};
|
|
1700
|
-
};
|
|
1701
|
-
} | {
|
|
1702
|
-
readonly id: 9000;
|
|
1703
|
-
readonly name: "Evmos Testnet";
|
|
1704
|
-
readonly network: "evmos-testnet";
|
|
1705
|
-
readonly nativeCurrency: {
|
|
1706
|
-
readonly decimals: 18;
|
|
1707
|
-
readonly name: "Evmos";
|
|
1708
|
-
readonly symbol: "EVMOS";
|
|
1709
|
-
};
|
|
1710
|
-
readonly rpcUrls: {
|
|
1711
|
-
readonly default: {
|
|
1712
|
-
readonly http: readonly ["https://eth.bd.evmos.dev:8545"];
|
|
1713
|
-
};
|
|
1714
|
-
readonly public: {
|
|
1715
|
-
readonly http: readonly ["https://eth.bd.evmos.dev:8545"];
|
|
1716
|
-
};
|
|
1717
|
-
};
|
|
1718
|
-
readonly blockExplorers: {
|
|
1719
|
-
readonly default: {
|
|
1720
|
-
readonly name: "Evmos Testnet Block Explorer";
|
|
1721
|
-
readonly url: "https://evm.evmos.dev/";
|
|
1722
|
-
};
|
|
1723
|
-
};
|
|
1724
|
-
} | {
|
|
1725
|
-
readonly id: 250;
|
|
1726
|
-
readonly name: "Fantom";
|
|
1727
|
-
readonly network: "fantom";
|
|
1728
|
-
readonly nativeCurrency: {
|
|
1729
|
-
readonly decimals: 18;
|
|
1730
|
-
readonly name: "Fantom";
|
|
1731
|
-
readonly symbol: "FTM";
|
|
1732
|
-
};
|
|
1733
|
-
readonly rpcUrls: {
|
|
1734
|
-
readonly default: {
|
|
1735
|
-
readonly http: readonly ["https://rpc.ankr.com/fantom"];
|
|
1736
|
-
};
|
|
1737
|
-
readonly public: {
|
|
1738
|
-
readonly http: readonly ["https://rpc.ankr.com/fantom"];
|
|
1739
|
-
};
|
|
1740
|
-
};
|
|
1741
|
-
readonly blockExplorers: {
|
|
1742
|
-
readonly etherscan: {
|
|
1743
|
-
readonly name: "FTMScan";
|
|
1744
|
-
readonly url: "https://ftmscan.com";
|
|
1745
|
-
};
|
|
1746
|
-
readonly default: {
|
|
1747
|
-
readonly name: "FTMScan";
|
|
1748
|
-
readonly url: "https://ftmscan.com";
|
|
1749
|
-
};
|
|
1750
|
-
};
|
|
1751
|
-
readonly contracts: {
|
|
1752
|
-
readonly multicall3: {
|
|
1753
|
-
readonly address: "0xca11bde05977b3631167028862be2a173976ca11";
|
|
1754
|
-
readonly blockCreated: 33001987;
|
|
1755
|
-
};
|
|
1756
|
-
};
|
|
1757
|
-
} | {
|
|
1758
|
-
readonly id: 4002;
|
|
1759
|
-
readonly name: "Fantom Testnet";
|
|
1760
|
-
readonly network: "fantom-testnet";
|
|
1761
|
-
readonly nativeCurrency: {
|
|
1762
|
-
readonly decimals: 18;
|
|
1763
|
-
readonly name: "Fantom";
|
|
1764
|
-
readonly symbol: "FTM";
|
|
1765
|
-
};
|
|
1766
|
-
readonly rpcUrls: {
|
|
1767
|
-
readonly default: {
|
|
1768
|
-
readonly http: readonly ["https://rpc.testnet.fantom.network"];
|
|
1769
|
-
};
|
|
1770
|
-
readonly public: {
|
|
1771
|
-
readonly http: readonly ["https://rpc.testnet.fantom.network"];
|
|
1772
|
-
};
|
|
1773
|
-
};
|
|
1774
|
-
readonly blockExplorers: {
|
|
1775
|
-
readonly etherscan: {
|
|
1776
|
-
readonly name: "FTMScan";
|
|
1777
|
-
readonly url: "https://testnet.ftmscan.com";
|
|
1778
|
-
};
|
|
1779
|
-
readonly default: {
|
|
1780
|
-
readonly name: "FTMScan";
|
|
1781
|
-
readonly url: "https://testnet.ftmscan.com";
|
|
1782
|
-
};
|
|
1783
|
-
};
|
|
1784
|
-
readonly contracts: {
|
|
1785
|
-
readonly multicall3: {
|
|
1786
|
-
readonly address: "0xca11bde05977b3631167028862be2a173976ca11";
|
|
1787
|
-
readonly blockCreated: 8328688;
|
|
1788
|
-
};
|
|
1789
|
-
};
|
|
1790
|
-
} | {
|
|
1791
|
-
readonly id: 314;
|
|
1792
|
-
readonly name: "Filecoin Mainnet";
|
|
1793
|
-
readonly network: "filecoin-mainnet";
|
|
1794
|
-
readonly nativeCurrency: {
|
|
1795
|
-
readonly decimals: 18;
|
|
1796
|
-
readonly name: "filecoin";
|
|
1797
|
-
readonly symbol: "FIL";
|
|
1798
|
-
};
|
|
1799
|
-
readonly rpcUrls: {
|
|
1800
|
-
readonly default: {
|
|
1801
|
-
readonly http: readonly ["https://api.node.glif.io/rpc/v1"];
|
|
1802
|
-
};
|
|
1803
|
-
readonly public: {
|
|
1804
|
-
readonly http: readonly ["https://api.node.glif.io/rpc/v1"];
|
|
1805
|
-
};
|
|
1806
|
-
};
|
|
1807
|
-
readonly blockExplorers: {
|
|
1808
|
-
readonly default: {
|
|
1809
|
-
readonly name: "Filfox";
|
|
1810
|
-
readonly url: "https://filfox.info/en";
|
|
1811
|
-
};
|
|
1812
|
-
readonly filscan: {
|
|
1813
|
-
readonly name: "Filscan";
|
|
1814
|
-
readonly url: "https://filscan.io";
|
|
1815
|
-
};
|
|
1816
|
-
readonly filscout: {
|
|
1817
|
-
readonly name: "Filscout";
|
|
1818
|
-
readonly url: "https://filscout.io/en";
|
|
1819
|
-
};
|
|
1820
|
-
readonly glif: {
|
|
1821
|
-
readonly name: "Glif";
|
|
1822
|
-
readonly url: "https://explorer.glif.io";
|
|
1823
|
-
};
|
|
1824
|
-
};
|
|
1825
|
-
} | Chains.Chain | {
|
|
1826
|
-
readonly id: 3141;
|
|
1827
|
-
readonly name: "Filecoin Hyperspace";
|
|
1828
|
-
readonly network: "filecoin-hyperspace";
|
|
1829
|
-
readonly nativeCurrency: {
|
|
1830
|
-
readonly decimals: 18;
|
|
1831
|
-
readonly name: "testnet filecoin";
|
|
1832
|
-
readonly symbol: "tFIL";
|
|
1833
|
-
};
|
|
1834
|
-
readonly rpcUrls: {
|
|
1835
|
-
readonly default: {
|
|
1836
|
-
readonly http: readonly ["https://api.hyperspace.node.glif.io/rpc/v1"];
|
|
1837
|
-
};
|
|
1838
|
-
readonly public: {
|
|
1839
|
-
readonly http: readonly ["https://api.hyperspace.node.glif.io/rpc/v1"];
|
|
1840
|
-
};
|
|
1841
|
-
};
|
|
1842
|
-
readonly blockExplorers: {
|
|
1843
|
-
readonly default: {
|
|
1844
|
-
readonly name: "Filfox";
|
|
1845
|
-
readonly url: "https://hyperspace.filfox.info/en";
|
|
1846
|
-
};
|
|
1847
|
-
readonly filscan: {
|
|
1848
|
-
readonly name: "Filscan";
|
|
1849
|
-
readonly url: "https://hyperspace.filscan.io";
|
|
1850
|
-
};
|
|
1851
|
-
};
|
|
1852
|
-
} | {
|
|
1853
|
-
readonly id: 31337;
|
|
1854
|
-
readonly name: "Foundry";
|
|
1855
|
-
readonly network: "foundry";
|
|
1856
|
-
readonly nativeCurrency: {
|
|
1857
|
-
readonly decimals: 18;
|
|
1858
|
-
readonly name: "Ether";
|
|
1859
|
-
readonly symbol: "ETH";
|
|
1860
|
-
};
|
|
1861
|
-
readonly rpcUrls: {
|
|
1862
|
-
readonly default: {
|
|
1863
|
-
readonly http: readonly ["http://127.0.0.1:8545"];
|
|
1864
|
-
};
|
|
1865
|
-
readonly public: {
|
|
1866
|
-
readonly http: readonly ["http://127.0.0.1:8545"];
|
|
1867
|
-
};
|
|
1868
|
-
};
|
|
1869
|
-
} | {
|
|
1870
|
-
readonly id: 100;
|
|
1871
|
-
readonly name: "Gnosis";
|
|
1872
|
-
readonly network: "gnosis";
|
|
1873
|
-
readonly nativeCurrency: {
|
|
1874
|
-
readonly decimals: 18;
|
|
1875
|
-
readonly name: "Gnosis";
|
|
1876
|
-
readonly symbol: "xDAI";
|
|
1877
|
-
};
|
|
1878
|
-
readonly rpcUrls: {
|
|
1879
|
-
readonly default: {
|
|
1880
|
-
readonly http: readonly ["https://rpc.gnosischain.com"];
|
|
1881
|
-
};
|
|
1882
|
-
readonly public: {
|
|
1883
|
-
readonly http: readonly ["https://rpc.gnosischain.com"];
|
|
1884
|
-
};
|
|
1885
|
-
};
|
|
1886
|
-
readonly blockExplorers: {
|
|
1887
|
-
readonly etherscan: {
|
|
1888
|
-
readonly name: "Gnosisscan";
|
|
1889
|
-
readonly url: "https://gnosisscan.io/";
|
|
1890
|
-
};
|
|
1891
|
-
readonly default: {
|
|
1892
|
-
readonly name: "Gnosis Chain Explorer";
|
|
1893
|
-
readonly url: "https://blockscout.com/xdai/mainnet/";
|
|
1894
|
-
};
|
|
1895
|
-
};
|
|
1896
|
-
} | {
|
|
1897
|
-
readonly id: 10200;
|
|
1898
|
-
readonly name: "Gnosis Chiado";
|
|
1899
|
-
readonly network: "chiado";
|
|
1900
|
-
readonly nativeCurrency: {
|
|
1901
|
-
readonly decimals: 18;
|
|
1902
|
-
readonly name: "Gnosis";
|
|
1903
|
-
readonly symbol: "xDAI";
|
|
1904
|
-
};
|
|
1905
|
-
readonly rpcUrls: {
|
|
1906
|
-
readonly default: {
|
|
1907
|
-
readonly http: readonly ["https://rpc.chiadochain.net"];
|
|
1908
|
-
};
|
|
1909
|
-
readonly public: {
|
|
1910
|
-
readonly http: readonly ["https://rpc.chiadochain.net"];
|
|
1911
|
-
};
|
|
1912
|
-
};
|
|
1913
|
-
readonly blockExplorers: {
|
|
1914
|
-
readonly default: {
|
|
1915
|
-
readonly name: "Blockscout";
|
|
1916
|
-
readonly url: "https://blockscout.chiadochain.net";
|
|
1917
|
-
};
|
|
1918
|
-
};
|
|
1919
|
-
} | {
|
|
1920
|
-
readonly id: 31337;
|
|
1921
|
-
readonly name: "Hardhat";
|
|
1922
|
-
readonly network: "hardhat";
|
|
1923
|
-
readonly nativeCurrency: {
|
|
1924
|
-
readonly decimals: 18;
|
|
1925
|
-
readonly name: "Ether";
|
|
1926
|
-
readonly symbol: "ETH";
|
|
1927
|
-
};
|
|
1928
|
-
readonly rpcUrls: {
|
|
1929
|
-
readonly default: {
|
|
1930
|
-
readonly http: readonly ["http://127.0.0.1:8545"];
|
|
1931
|
-
};
|
|
1932
|
-
readonly public: {
|
|
1933
|
-
readonly http: readonly ["http://127.0.0.1:8545"];
|
|
1934
|
-
};
|
|
1935
|
-
};
|
|
1936
|
-
} | {
|
|
1937
|
-
readonly id: 1666600000;
|
|
1938
|
-
readonly name: "Harmony One";
|
|
1939
|
-
readonly network: "harmony";
|
|
1940
|
-
readonly nativeCurrency: {
|
|
1941
|
-
readonly name: "Harmony";
|
|
1942
|
-
readonly symbol: "ONE";
|
|
1943
|
-
readonly decimals: 18;
|
|
1944
|
-
};
|
|
1945
|
-
readonly rpcUrls: {
|
|
1946
|
-
readonly public: {
|
|
1947
|
-
readonly http: readonly ["https://rpc.ankr.com/harmony"];
|
|
1948
|
-
};
|
|
1949
|
-
readonly default: {
|
|
1950
|
-
readonly http: readonly ["https://rpc.ankr.com/harmony"];
|
|
1951
|
-
};
|
|
1952
|
-
};
|
|
1953
|
-
readonly blockExplorers: {
|
|
1954
|
-
readonly default: {
|
|
1955
|
-
readonly name: "Harmony Explorer";
|
|
1956
|
-
readonly url: "https://explorer.harmony.one";
|
|
1957
|
-
};
|
|
1958
|
-
};
|
|
1959
|
-
readonly contracts: {
|
|
1960
|
-
readonly multicall3: {
|
|
1961
|
-
readonly address: "0xca11bde05977b3631167028862be2a173976ca11";
|
|
1962
|
-
readonly blockCreated: 24185753;
|
|
1963
|
-
};
|
|
1964
|
-
};
|
|
1965
|
-
} | {
|
|
1966
|
-
readonly id: 4689;
|
|
1967
|
-
readonly name: "IoTeX";
|
|
1968
|
-
readonly network: "iotex";
|
|
1969
|
-
readonly nativeCurrency: {
|
|
1970
|
-
readonly decimals: 18;
|
|
1971
|
-
readonly name: "IoTeX";
|
|
1972
|
-
readonly symbol: "IOTX";
|
|
1973
|
-
};
|
|
1974
|
-
readonly rpcUrls: {
|
|
1975
|
-
readonly default: {
|
|
1976
|
-
readonly http: readonly ["https://babel-api.mainnet.iotex.io"];
|
|
1977
|
-
readonly webSocket: readonly ["wss://babel-api.mainnet.iotex.io"];
|
|
1978
|
-
};
|
|
1979
|
-
readonly public: {
|
|
1980
|
-
readonly http: readonly ["https://babel-api.mainnet.iotex.io"];
|
|
1981
|
-
readonly webSocket: readonly ["wss://babel-api.mainnet.iotex.io"];
|
|
1982
|
-
};
|
|
1983
|
-
};
|
|
1984
|
-
readonly blockExplorers: {
|
|
1985
|
-
readonly default: {
|
|
1986
|
-
readonly name: "IoTeXScan";
|
|
1987
|
-
readonly url: "https://iotexscan.io";
|
|
1988
|
-
};
|
|
1989
|
-
};
|
|
1990
|
-
} | {
|
|
1991
|
-
readonly id: 4690;
|
|
1992
|
-
readonly name: "IoTeX Testnet";
|
|
1993
|
-
readonly network: "iotex-testnet";
|
|
1994
|
-
readonly nativeCurrency: {
|
|
1995
|
-
readonly decimals: 18;
|
|
1996
|
-
readonly name: "IoTeX";
|
|
1997
|
-
readonly symbol: "IOTX";
|
|
1998
|
-
};
|
|
1999
|
-
readonly rpcUrls: {
|
|
2000
|
-
readonly default: {
|
|
2001
|
-
readonly http: readonly ["https://babel-api.testnet.iotex.io"];
|
|
2002
|
-
readonly webSocket: readonly ["wss://babel-api.testnet.iotex.io"];
|
|
2003
|
-
};
|
|
2004
|
-
readonly public: {
|
|
2005
|
-
readonly http: readonly ["https://babel-api.testnet.iotex.io"];
|
|
2006
|
-
readonly webSocket: readonly ["wss://babel-api.testnet.iotex.io"];
|
|
2007
|
-
};
|
|
2008
|
-
};
|
|
2009
|
-
readonly blockExplorers: {
|
|
2010
|
-
readonly default: {
|
|
2011
|
-
readonly name: "IoTeXScan";
|
|
2012
|
-
readonly url: "https://testnet.iotexscan.io";
|
|
2013
|
-
};
|
|
2014
|
-
};
|
|
2015
|
-
} | {
|
|
2016
|
-
readonly id: 8217;
|
|
2017
|
-
readonly name: "Klaytn";
|
|
2018
|
-
readonly network: "klaytn";
|
|
2019
|
-
readonly nativeCurrency: {
|
|
2020
|
-
readonly decimals: 18;
|
|
2021
|
-
readonly name: "Klaytn";
|
|
2022
|
-
readonly symbol: "KLAY";
|
|
2023
|
-
};
|
|
2024
|
-
readonly rpcUrls: {
|
|
2025
|
-
readonly default: {
|
|
2026
|
-
readonly http: readonly ["https://cypress.fautor.app/archive"];
|
|
2027
|
-
};
|
|
2028
|
-
readonly public: {
|
|
2029
|
-
readonly http: readonly ["https://cypress.fautor.app/archive"];
|
|
2030
|
-
};
|
|
2031
|
-
};
|
|
2032
|
-
readonly blockExplorers: {
|
|
2033
|
-
readonly etherscan: {
|
|
2034
|
-
readonly name: "KlaytnScope";
|
|
2035
|
-
readonly url: "https://scope.klaytn.com";
|
|
2036
|
-
};
|
|
2037
|
-
readonly default: {
|
|
2038
|
-
readonly name: "KlaytnScope";
|
|
2039
|
-
readonly url: "https://scope.klaytn.com";
|
|
2040
|
-
};
|
|
2041
|
-
};
|
|
2042
|
-
} | {
|
|
2043
|
-
readonly id: 1088;
|
|
2044
|
-
readonly name: "Metis";
|
|
2045
|
-
readonly network: "andromeda";
|
|
2046
|
-
readonly nativeCurrency: {
|
|
2047
|
-
readonly decimals: 18;
|
|
2048
|
-
readonly name: "Metis";
|
|
2049
|
-
readonly symbol: "METIS";
|
|
2050
|
-
};
|
|
2051
|
-
readonly rpcUrls: {
|
|
2052
|
-
readonly default: {
|
|
2053
|
-
readonly http: readonly ["https://andromeda.metis.io/?owner=1088"];
|
|
2054
|
-
};
|
|
2055
|
-
readonly public: {
|
|
2056
|
-
readonly http: readonly ["https://andromeda.metis.io/?owner=1088"];
|
|
2057
|
-
};
|
|
2058
|
-
};
|
|
2059
|
-
readonly blockExplorers: {
|
|
2060
|
-
readonly default: {
|
|
2061
|
-
readonly name: "Andromeda Explorer";
|
|
2062
|
-
readonly url: "https://andromeda-explorer.metis.io";
|
|
2063
|
-
};
|
|
2064
|
-
};
|
|
2065
|
-
} | {
|
|
2066
|
-
readonly id: 599;
|
|
2067
|
-
readonly name: "Metis Goerli";
|
|
2068
|
-
readonly network: "metis-goerli";
|
|
2069
|
-
readonly nativeCurrency: {
|
|
2070
|
-
readonly decimals: 18;
|
|
2071
|
-
readonly name: "Metis Goerli";
|
|
2072
|
-
readonly symbol: "METIS";
|
|
2073
|
-
};
|
|
2074
|
-
readonly rpcUrls: {
|
|
2075
|
-
readonly default: {
|
|
2076
|
-
readonly http: readonly ["https://goerli.gateway.metisdevops.link"];
|
|
2077
|
-
};
|
|
2078
|
-
readonly public: {
|
|
2079
|
-
readonly http: readonly ["https://goerli.gateway.metisdevops.link"];
|
|
2080
|
-
};
|
|
2081
|
-
};
|
|
2082
|
-
readonly blockExplorers: {
|
|
2083
|
-
readonly default: {
|
|
2084
|
-
readonly name: "Metis Goerli Explorer";
|
|
2085
|
-
readonly url: "https://goerli.explorer.metisdevops.link";
|
|
2086
|
-
};
|
|
2087
|
-
};
|
|
2088
|
-
} | {
|
|
2089
|
-
readonly id: 1287;
|
|
2090
|
-
readonly name: "Moonbase Alpha";
|
|
2091
|
-
readonly network: "moonbase-alpha";
|
|
2092
|
-
readonly nativeCurrency: {
|
|
2093
|
-
readonly decimals: 18;
|
|
2094
|
-
readonly name: "DEV";
|
|
2095
|
-
readonly symbol: "DEV";
|
|
2096
|
-
};
|
|
2097
|
-
readonly rpcUrls: {
|
|
2098
|
-
readonly default: {
|
|
2099
|
-
readonly http: readonly ["https://rpc.api.moonbase.moonbeam.network"];
|
|
2100
|
-
readonly webSocket: readonly ["wss://wss.api.moonbase.moonbeam.network"];
|
|
2101
|
-
};
|
|
2102
|
-
readonly public: {
|
|
2103
|
-
readonly http: readonly ["https://rpc.api.moonbase.moonbeam.network"];
|
|
2104
|
-
readonly webSocket: readonly ["wss://wss.api.moonbase.moonbeam.network"];
|
|
2105
|
-
};
|
|
2106
|
-
};
|
|
2107
|
-
readonly blockExplorers: {
|
|
2108
|
-
readonly default: {
|
|
2109
|
-
readonly name: "Moonscan";
|
|
2110
|
-
readonly url: "https://moonbase.moonscan.io";
|
|
2111
|
-
};
|
|
2112
|
-
readonly etherscan: {
|
|
2113
|
-
readonly name: "Moonscan";
|
|
2114
|
-
readonly url: "https://moonbase.moonscan.io";
|
|
2115
|
-
};
|
|
2116
|
-
};
|
|
2117
|
-
readonly contracts: {
|
|
2118
|
-
readonly multicall3: {
|
|
2119
|
-
readonly address: "0xcA11bde05977b3631167028862bE2a173976CA11";
|
|
2120
|
-
readonly blockCreated: 1850686;
|
|
2121
|
-
};
|
|
2122
|
-
};
|
|
2123
|
-
readonly testnet: true;
|
|
2124
|
-
} | {
|
|
2125
|
-
readonly id: 1284;
|
|
2126
|
-
readonly name: "Moonbeam";
|
|
2127
|
-
readonly network: "moonbeam";
|
|
2128
|
-
readonly nativeCurrency: {
|
|
2129
|
-
readonly decimals: 18;
|
|
2130
|
-
readonly name: "GLMR";
|
|
2131
|
-
readonly symbol: "GLMR";
|
|
2132
|
-
};
|
|
2133
|
-
readonly rpcUrls: {
|
|
2134
|
-
readonly public: {
|
|
2135
|
-
readonly http: readonly ["https://moonbeam.public.blastapi.io"];
|
|
2136
|
-
readonly webSocket: readonly ["wss://moonbeam.public.blastapi.io"];
|
|
2137
|
-
};
|
|
2138
|
-
readonly default: {
|
|
2139
|
-
readonly http: readonly ["https://moonbeam.public.blastapi.io"];
|
|
2140
|
-
readonly webSocket: readonly ["wss://moonbeam.public.blastapi.io"];
|
|
2141
|
-
};
|
|
2142
|
-
};
|
|
2143
|
-
readonly blockExplorers: {
|
|
2144
|
-
readonly default: {
|
|
2145
|
-
readonly name: "Moonscan";
|
|
2146
|
-
readonly url: "https://moonscan.io";
|
|
2147
|
-
};
|
|
2148
|
-
readonly etherscan: {
|
|
2149
|
-
readonly name: "Moonscan";
|
|
2150
|
-
readonly url: "https://moonscan.io";
|
|
2151
|
-
};
|
|
2152
|
-
};
|
|
2153
|
-
readonly contracts: {
|
|
2154
|
-
readonly multicall3: {
|
|
2155
|
-
readonly address: "0xcA11bde05977b3631167028862bE2a173976CA11";
|
|
2156
|
-
readonly blockCreated: 609002;
|
|
2157
|
-
};
|
|
2158
|
-
};
|
|
2159
|
-
readonly testnet: false;
|
|
2160
|
-
} | {
|
|
2161
|
-
readonly id: 1285;
|
|
2162
|
-
readonly name: "Moonriver";
|
|
2163
|
-
readonly network: "moonriver";
|
|
2164
|
-
readonly nativeCurrency: {
|
|
2165
|
-
readonly decimals: 18;
|
|
2166
|
-
readonly name: "MOVR";
|
|
2167
|
-
readonly symbol: "MOVR";
|
|
2168
|
-
};
|
|
2169
|
-
readonly rpcUrls: {
|
|
2170
|
-
readonly public: {
|
|
2171
|
-
readonly http: readonly ["https://moonriver.public.blastapi.io"];
|
|
2172
|
-
readonly webSocket: readonly ["wss://moonriver.public.blastapi.io"];
|
|
2173
|
-
};
|
|
2174
|
-
readonly default: {
|
|
2175
|
-
readonly http: readonly ["https://moonriver.public.blastapi.io"];
|
|
2176
|
-
readonly webSocket: readonly ["wss://moonriver.public.blastapi.io"];
|
|
2177
|
-
};
|
|
2178
|
-
};
|
|
2179
|
-
readonly blockExplorers: {
|
|
2180
|
-
readonly default: {
|
|
2181
|
-
readonly name: "Moonscan";
|
|
2182
|
-
readonly url: "https://moonriver.moonscan.io";
|
|
2183
|
-
};
|
|
2184
|
-
readonly etherscan: {
|
|
2185
|
-
readonly name: "Moonscan";
|
|
2186
|
-
readonly url: "https://moonriver.moonscan.io";
|
|
2187
|
-
};
|
|
2188
|
-
};
|
|
2189
|
-
readonly contracts: {
|
|
2190
|
-
readonly multicall3: {
|
|
2191
|
-
readonly address: "0xcA11bde05977b3631167028862bE2a173976CA11";
|
|
2192
|
-
readonly blockCreated: 1597904;
|
|
2193
|
-
};
|
|
2194
|
-
};
|
|
2195
|
-
readonly testnet: false;
|
|
2196
|
-
} | {
|
|
2197
|
-
readonly id: 4242;
|
|
2198
|
-
readonly name: "Nexi";
|
|
2199
|
-
readonly network: "nexi";
|
|
2200
|
-
readonly nativeCurrency: {
|
|
2201
|
-
readonly name: "Nexi";
|
|
2202
|
-
readonly symbol: "NEXI";
|
|
2203
|
-
readonly decimals: 18;
|
|
2204
|
-
};
|
|
2205
|
-
readonly rpcUrls: {
|
|
2206
|
-
readonly default: {
|
|
2207
|
-
readonly http: readonly ["https://rpc.chain.nexi.technology"];
|
|
2208
|
-
};
|
|
2209
|
-
readonly public: {
|
|
2210
|
-
readonly http: readonly ["https://rpc.chain.nexi.technology"];
|
|
2211
|
-
};
|
|
2212
|
-
};
|
|
2213
|
-
readonly blockExplorers: {
|
|
2214
|
-
readonly etherscan: {
|
|
2215
|
-
readonly name: "NexiScan";
|
|
2216
|
-
readonly url: "https://www.nexiscan.com";
|
|
2217
|
-
};
|
|
2218
|
-
readonly default: {
|
|
2219
|
-
readonly name: "NexiScan";
|
|
2220
|
-
readonly url: "https://www.nexiscan.com";
|
|
2221
|
-
};
|
|
2222
|
-
};
|
|
2223
|
-
readonly contracts: {
|
|
2224
|
-
readonly multicall3: {
|
|
2225
|
-
readonly address: "0x0277A46Cc69A57eE3A6C8c158bA874832F718B8E";
|
|
2226
|
-
readonly blockCreated: 25770160;
|
|
2227
|
-
};
|
|
2228
|
-
};
|
|
2229
|
-
} | {
|
|
2230
|
-
readonly id: 66;
|
|
2231
|
-
readonly name: "OKC";
|
|
2232
|
-
readonly network: "okc";
|
|
2233
|
-
readonly nativeCurrency: {
|
|
2234
|
-
readonly decimals: 18;
|
|
2235
|
-
readonly name: "OKT";
|
|
2236
|
-
readonly symbol: "OKT";
|
|
2237
|
-
};
|
|
2238
|
-
readonly rpcUrls: {
|
|
2239
|
-
readonly default: {
|
|
2240
|
-
readonly http: readonly ["https://exchainrpc.okex.org"];
|
|
2241
|
-
};
|
|
2242
|
-
readonly public: {
|
|
2243
|
-
readonly http: readonly ["https://exchainrpc.okex.org"];
|
|
2244
|
-
};
|
|
2245
|
-
};
|
|
2246
|
-
readonly blockExplorers: {
|
|
2247
|
-
readonly default: {
|
|
2248
|
-
readonly name: "oklink";
|
|
2249
|
-
readonly url: "https://www.oklink.com/okc";
|
|
2250
|
-
};
|
|
2251
|
-
};
|
|
2252
|
-
readonly contracts: {
|
|
2253
|
-
readonly multicall3: {
|
|
2254
|
-
readonly address: "0xca11bde05977b3631167028862be2a173976ca11";
|
|
2255
|
-
readonly blockCreated: 10364792;
|
|
2256
|
-
};
|
|
2257
|
-
};
|
|
2258
|
-
} | {
|
|
2259
|
-
readonly id: 1101;
|
|
2260
|
-
readonly name: "Polygon zkEVM";
|
|
2261
|
-
readonly network: "polygon-zkevm";
|
|
2262
|
-
readonly nativeCurrency: {
|
|
2263
|
-
readonly name: "Ether";
|
|
2264
|
-
readonly symbol: "ETH";
|
|
2265
|
-
readonly decimals: 18;
|
|
2266
|
-
};
|
|
2267
|
-
readonly rpcUrls: {
|
|
2268
|
-
readonly default: {
|
|
2269
|
-
readonly http: readonly ["https://zkevm-rpc.com"];
|
|
2270
|
-
};
|
|
2271
|
-
readonly public: {
|
|
2272
|
-
readonly http: readonly ["https://zkevm-rpc.com"];
|
|
2273
|
-
};
|
|
2274
|
-
};
|
|
2275
|
-
readonly blockExplorers: {
|
|
2276
|
-
readonly default: {
|
|
2277
|
-
readonly name: "PolygonScan";
|
|
2278
|
-
readonly url: "https://zkevm.polygonscan.com";
|
|
2279
|
-
};
|
|
2280
|
-
};
|
|
2281
|
-
} | {
|
|
2282
|
-
readonly id: 1442;
|
|
2283
|
-
readonly name: "Polygon zkEVM Testnet";
|
|
2284
|
-
readonly network: "polygon-zkevm-testnet";
|
|
2285
|
-
readonly nativeCurrency: {
|
|
2286
|
-
readonly name: "Ether";
|
|
2287
|
-
readonly symbol: "ETH";
|
|
2288
|
-
readonly decimals: 18;
|
|
2289
|
-
};
|
|
2290
|
-
readonly rpcUrls: {
|
|
2291
|
-
readonly default: {
|
|
2292
|
-
readonly http: readonly ["https://rpc.public.zkevm-test.net"];
|
|
2293
|
-
};
|
|
2294
|
-
readonly public: {
|
|
2295
|
-
readonly http: readonly ["https://rpc.public.zkevm-test.net"];
|
|
2296
|
-
};
|
|
2297
|
-
};
|
|
2298
|
-
readonly blockExplorers: {
|
|
2299
|
-
readonly default: {
|
|
2300
|
-
readonly name: "Blockscout";
|
|
2301
|
-
readonly url: "https://explorer.public.zkevm-test.net";
|
|
2302
|
-
};
|
|
2303
|
-
};
|
|
2304
|
-
readonly testnet: true;
|
|
2305
|
-
} | {
|
|
2306
|
-
readonly id: 534353;
|
|
2307
|
-
readonly name: "Scroll Testnet";
|
|
2308
|
-
readonly network: "scroll-testnet";
|
|
2309
|
-
readonly nativeCurrency: {
|
|
2310
|
-
readonly name: "Ether";
|
|
2311
|
-
readonly symbol: "ETH";
|
|
2312
|
-
readonly decimals: 18;
|
|
2313
|
-
};
|
|
2314
|
-
readonly rpcUrls: {
|
|
2315
|
-
readonly default: {
|
|
2316
|
-
readonly http: readonly ["https://alpha-rpc.scroll.io/l2"];
|
|
2317
|
-
readonly webSocket: readonly ["wss://alpha-rpc.scroll.io/l2/ws"];
|
|
2318
|
-
};
|
|
2319
|
-
readonly public: {
|
|
2320
|
-
readonly http: readonly ["https://alpha-rpc.scroll.io/l2"];
|
|
2321
|
-
readonly webSocket: readonly ["wss://alpha-rpc.scroll.io/l2/ws"];
|
|
2322
|
-
};
|
|
2323
|
-
};
|
|
2324
|
-
readonly blockExplorers: {
|
|
2325
|
-
readonly default: {
|
|
2326
|
-
readonly name: "Blockscout";
|
|
2327
|
-
readonly url: "https://blockscout.scroll.io";
|
|
2328
|
-
};
|
|
2329
|
-
};
|
|
2330
|
-
readonly testnet: true;
|
|
2331
|
-
} | {
|
|
2332
|
-
readonly id: 11155111;
|
|
2333
|
-
readonly network: "sepolia";
|
|
2334
|
-
readonly name: "Sepolia";
|
|
2335
|
-
readonly nativeCurrency: {
|
|
2336
|
-
readonly name: "Sepolia Ether";
|
|
2337
|
-
readonly symbol: "SEP";
|
|
2338
|
-
readonly decimals: 18;
|
|
2339
|
-
};
|
|
2340
|
-
readonly rpcUrls: {
|
|
2341
|
-
readonly infura: {
|
|
2342
|
-
readonly http: readonly ["https://sepolia.infura.io/v3"];
|
|
2343
|
-
readonly webSocket: readonly ["wss://sepolia.infura.io/ws/v3"];
|
|
2344
|
-
};
|
|
2345
|
-
readonly default: {
|
|
2346
|
-
readonly http: readonly ["https://rpc.sepolia.org"];
|
|
2347
|
-
};
|
|
2348
|
-
readonly public: {
|
|
2349
|
-
readonly http: readonly ["https://rpc.sepolia.org"];
|
|
2350
|
-
};
|
|
2351
|
-
};
|
|
2352
|
-
readonly blockExplorers: {
|
|
2353
|
-
readonly etherscan: {
|
|
2354
|
-
readonly name: "Etherscan";
|
|
2355
|
-
readonly url: "https://sepolia.etherscan.io";
|
|
2356
|
-
};
|
|
2357
|
-
readonly default: {
|
|
2358
|
-
readonly name: "Etherscan";
|
|
2359
|
-
readonly url: "https://sepolia.etherscan.io";
|
|
2360
|
-
};
|
|
2361
|
-
};
|
|
2362
|
-
readonly contracts: {
|
|
2363
|
-
readonly multicall3: {
|
|
2364
|
-
readonly address: "0xca11bde05977b3631167028862be2a173976ca11";
|
|
2365
|
-
readonly blockCreated: 6507670;
|
|
2366
|
-
};
|
|
2367
|
-
};
|
|
2368
|
-
readonly testnet: true;
|
|
2369
|
-
} | {
|
|
2370
|
-
readonly id: 8082;
|
|
2371
|
-
readonly name: "Shardeum Sphinx";
|
|
2372
|
-
readonly network: "shmSphinx";
|
|
2373
|
-
readonly nativeCurrency: {
|
|
2374
|
-
readonly name: "SHARDEUM";
|
|
2375
|
-
readonly symbol: "SHM";
|
|
2376
|
-
readonly decimals: 18;
|
|
2377
|
-
};
|
|
2378
|
-
readonly rpcUrls: {
|
|
2379
|
-
readonly default: {
|
|
2380
|
-
readonly http: readonly ["https://sphinx.shardeum.org"];
|
|
2381
|
-
};
|
|
2382
|
-
readonly public: {
|
|
2383
|
-
readonly http: readonly ["https://sphinx.shardeum.org"];
|
|
2384
|
-
};
|
|
2385
|
-
};
|
|
2386
|
-
readonly blockExplorers: {
|
|
2387
|
-
readonly default: {
|
|
2388
|
-
readonly name: "Shardeum Explorer";
|
|
2389
|
-
readonly url: "https://explorer-sphinx.shardeum.org";
|
|
2390
|
-
};
|
|
2391
|
-
};
|
|
2392
|
-
readonly testnet: true;
|
|
2393
|
-
} | {
|
|
2394
|
-
readonly id: 391845894;
|
|
2395
|
-
readonly name: "SKALE | Block Brawlers";
|
|
2396
|
-
readonly network: "skale-brawl";
|
|
2397
|
-
readonly nativeCurrency: {
|
|
2398
|
-
readonly name: "BRAWL";
|
|
2399
|
-
readonly symbol: "BRAWL";
|
|
2400
|
-
readonly decimals: 18;
|
|
2401
|
-
};
|
|
2402
|
-
readonly rpcUrls: {
|
|
2403
|
-
readonly default: {
|
|
2404
|
-
readonly http: readonly ["https://mainnet.skalenodes.com/v1/frayed-decent-antares"];
|
|
2405
|
-
};
|
|
2406
|
-
readonly public: {
|
|
2407
|
-
readonly http: readonly ["https://mainnet.skalenodes.com/v1/frayed-decent-antares"];
|
|
2408
|
-
};
|
|
2409
|
-
};
|
|
2410
|
-
readonly blockExplorers: {
|
|
2411
|
-
readonly etherscan: {
|
|
2412
|
-
readonly name: "SKALE Explorer";
|
|
2413
|
-
readonly url: "https://frayed-decent-antares.explorer.mainnet.skalenodes.com";
|
|
2414
|
-
};
|
|
2415
|
-
readonly default: {
|
|
2416
|
-
readonly name: "SKALE Explorer";
|
|
2417
|
-
readonly url: "https://frayed-decent-antares.explorer.mainnet.skalenodes.com";
|
|
2418
|
-
};
|
|
2419
|
-
};
|
|
2420
|
-
readonly contracts: {};
|
|
2421
|
-
} | {
|
|
2422
|
-
readonly id: 1564830818;
|
|
2423
|
-
readonly name: "SKALE | Calypso NFT Hub";
|
|
2424
|
-
readonly network: "skale-calypso";
|
|
2425
|
-
readonly nativeCurrency: {
|
|
2426
|
-
readonly name: "sFUEL";
|
|
2427
|
-
readonly symbol: "sFUEL";
|
|
2428
|
-
readonly decimals: 18;
|
|
2429
|
-
};
|
|
2430
|
-
readonly rpcUrls: {
|
|
2431
|
-
readonly default: {
|
|
2432
|
-
readonly http: readonly ["https://mainnet.skalenodes.com/v1/honorable-steel-rasalhague"];
|
|
2433
|
-
};
|
|
2434
|
-
readonly public: {
|
|
2435
|
-
readonly http: readonly ["https://mainnet.skalenodes.com/v1/honorable-steel-rasalhague"];
|
|
2436
|
-
};
|
|
2437
|
-
};
|
|
2438
|
-
readonly blockExplorers: {
|
|
2439
|
-
readonly etherscan: {
|
|
2440
|
-
readonly name: "SKALE Explorer";
|
|
2441
|
-
readonly url: "https://honorable-steel-rasalhague.explorer.mainnet.skalenodes.com";
|
|
2442
|
-
};
|
|
2443
|
-
readonly default: {
|
|
2444
|
-
readonly name: "SKALE Explorer";
|
|
2445
|
-
readonly url: "https://honorable-steel-rasalhague.explorer.mainnet.skalenodes.com";
|
|
2446
|
-
};
|
|
2447
|
-
};
|
|
2448
|
-
readonly contracts: {};
|
|
2449
|
-
} | {
|
|
2450
|
-
readonly id: 344106930;
|
|
2451
|
-
readonly name: "SKALE | Calypso NFT Hub Testnet";
|
|
2452
|
-
readonly network: "skale-calypso-testnet";
|
|
2453
|
-
readonly nativeCurrency: {
|
|
2454
|
-
readonly name: "sFUEL";
|
|
2455
|
-
readonly symbol: "sFUEL";
|
|
2456
|
-
readonly decimals: 18;
|
|
2457
|
-
};
|
|
2458
|
-
readonly rpcUrls: {
|
|
2459
|
-
readonly default: {
|
|
2460
|
-
readonly http: readonly ["https://staging-v3.skalenodes.com/v1/staging-utter-unripe-menkar"];
|
|
2461
|
-
};
|
|
2462
|
-
readonly public: {
|
|
2463
|
-
readonly http: readonly ["https://staging-v3.skalenodes.com/v1/staging-utter-unripe-menkar"];
|
|
2464
|
-
};
|
|
2465
|
-
};
|
|
2466
|
-
readonly blockExplorers: {
|
|
2467
|
-
readonly etherscan: {
|
|
2468
|
-
readonly name: "SKALE Explorer";
|
|
2469
|
-
readonly url: "https://staging-utter-unripe-menkar.explorer.staging-v3.skalenodes.com";
|
|
2470
|
-
};
|
|
2471
|
-
readonly default: {
|
|
2472
|
-
readonly name: "SKALE Explorer";
|
|
2473
|
-
readonly url: "https://staging-utter-unripe-menkar.explorer.staging-v3.skalenodes.com";
|
|
2474
|
-
};
|
|
2475
|
-
};
|
|
2476
|
-
readonly contracts: {};
|
|
2477
|
-
readonly testnet: true;
|
|
2478
|
-
} | {
|
|
2479
|
-
readonly id: 1351057110;
|
|
2480
|
-
readonly name: "SKALE | Chaos Testnet";
|
|
2481
|
-
readonly network: "skale-chaos-testnet";
|
|
2482
|
-
readonly nativeCurrency: {
|
|
2483
|
-
readonly name: "sFUEL";
|
|
2484
|
-
readonly symbol: "sFUEL";
|
|
2485
|
-
readonly decimals: 18;
|
|
2486
|
-
};
|
|
2487
|
-
readonly rpcUrls: {
|
|
2488
|
-
readonly default: {
|
|
2489
|
-
readonly http: readonly ["https://staging-v3.skalenodes.com/v1/staging-fast-active-bellatrix"];
|
|
2490
|
-
};
|
|
2491
|
-
readonly public: {
|
|
2492
|
-
readonly http: readonly ["https://staging-v3.skalenodes.com/v1/staging-fast-active-bellatrix"];
|
|
2493
|
-
};
|
|
2494
|
-
};
|
|
2495
|
-
readonly blockExplorers: {
|
|
2496
|
-
readonly etherscan: {
|
|
2497
|
-
readonly name: "SKALE Explorer";
|
|
2498
|
-
readonly url: "https://staging-fast-active-bellatrix.explorer.staging-v3.skalenodes.com";
|
|
2499
|
-
};
|
|
2500
|
-
readonly default: {
|
|
2501
|
-
readonly name: "SKALE Explorer";
|
|
2502
|
-
readonly url: "https://staging-fast-active-bellatrix.explorer.staging-v3.skalenodes.com";
|
|
2503
|
-
};
|
|
2504
|
-
};
|
|
2505
|
-
readonly contracts: {};
|
|
2506
|
-
readonly testnet: true;
|
|
2507
|
-
} | {
|
|
2508
|
-
readonly id: 1026062157;
|
|
2509
|
-
readonly name: "SKALE | CryptoBlades";
|
|
2510
|
-
readonly network: "skale-cryptoblades";
|
|
2511
|
-
readonly nativeCurrency: {
|
|
2512
|
-
readonly name: "sFUEL";
|
|
2513
|
-
readonly symbol: "sFUEL";
|
|
2514
|
-
readonly decimals: 18;
|
|
2515
|
-
};
|
|
2516
|
-
readonly rpcUrls: {
|
|
2517
|
-
readonly default: {
|
|
2518
|
-
readonly http: readonly ["https://mainnet.skalenodes.com/v1/affectionate-immediate-pollux"];
|
|
2519
|
-
};
|
|
2520
|
-
readonly public: {
|
|
2521
|
-
readonly http: readonly ["https://mainnet.skalenodes.com/v1/affectionate-immediate-pollux"];
|
|
2522
|
-
};
|
|
2523
|
-
};
|
|
2524
|
-
readonly blockExplorers: {
|
|
2525
|
-
readonly etherscan: {
|
|
2526
|
-
readonly name: "SKALE Explorer";
|
|
2527
|
-
readonly url: "https://affectionate-immediate-pollux.explorer.mainnet.skalenodes.com";
|
|
2528
|
-
};
|
|
2529
|
-
readonly default: {
|
|
2530
|
-
readonly name: "SKALE Explorer";
|
|
2531
|
-
readonly url: "https://affectionate-immediate-pollux.explorer.mainnet.skalenodes.com";
|
|
2532
|
-
};
|
|
2533
|
-
};
|
|
2534
|
-
readonly contracts: {};
|
|
2535
|
-
} | {
|
|
2536
|
-
readonly id: 2046399126;
|
|
2537
|
-
readonly name: "SKALE | Crypto Colosseum";
|
|
2538
|
-
readonly network: "skale-crypto-coloseeum";
|
|
2539
|
-
readonly nativeCurrency: {
|
|
2540
|
-
readonly name: "sFUEL";
|
|
2541
|
-
readonly symbol: "sFUEL";
|
|
2542
|
-
readonly decimals: 18;
|
|
2543
|
-
};
|
|
2544
|
-
readonly rpcUrls: {
|
|
2545
|
-
readonly default: {
|
|
2546
|
-
readonly http: readonly ["https://mainnet.skalenodes.com/v1/haunting-devoted-deneb"];
|
|
2547
|
-
};
|
|
2548
|
-
readonly public: {
|
|
2549
|
-
readonly http: readonly ["https://mainnet.skalenodes.com/v1/haunting-devoted-deneb"];
|
|
2550
|
-
};
|
|
2551
|
-
};
|
|
2552
|
-
readonly blockExplorers: {
|
|
2553
|
-
readonly etherscan: {
|
|
2554
|
-
readonly name: "SKALE Explorer";
|
|
2555
|
-
readonly url: "https://haunting-devoted-deneb.explorer.mainnet.skalenodes.com";
|
|
2556
|
-
};
|
|
2557
|
-
readonly default: {
|
|
2558
|
-
readonly name: "SKALE Explorer";
|
|
2559
|
-
readonly url: "https://haunting-devoted-deneb.explorer.mainnet.skalenodes.com";
|
|
2560
|
-
};
|
|
2561
|
-
};
|
|
2562
|
-
readonly contracts: {};
|
|
2563
|
-
} | {
|
|
2564
|
-
readonly id: 2046399126;
|
|
2565
|
-
readonly name: "SKALE | Europa Liquidity Hub";
|
|
2566
|
-
readonly network: "skale-europa";
|
|
2567
|
-
readonly nativeCurrency: {
|
|
2568
|
-
readonly name: "sFUEL";
|
|
2569
|
-
readonly symbol: "sFUEL";
|
|
2570
|
-
readonly decimals: 18;
|
|
2571
|
-
};
|
|
2572
|
-
readonly rpcUrls: {
|
|
2573
|
-
readonly default: {
|
|
2574
|
-
readonly http: readonly ["https://mainnet.skalenodes.com/v1/elated-tan-skat"];
|
|
2575
|
-
};
|
|
2576
|
-
readonly public: {
|
|
2577
|
-
readonly http: readonly ["https://mainnet.skalenodes.com/v1/elated-tan-skat"];
|
|
2578
|
-
};
|
|
2579
|
-
};
|
|
2580
|
-
readonly blockExplorers: {
|
|
2581
|
-
readonly etherscan: {
|
|
2582
|
-
readonly name: "SKALE Explorer";
|
|
2583
|
-
readonly url: "https://elated-tan-skat.explorer.mainnet.skalenodes.com";
|
|
2584
|
-
};
|
|
2585
|
-
readonly default: {
|
|
2586
|
-
readonly name: "SKALE Explorer";
|
|
2587
|
-
readonly url: "https://elated-tan-skat.explorer.mainnet.skalenodes.com";
|
|
2588
|
-
};
|
|
2589
|
-
};
|
|
2590
|
-
readonly contracts: {};
|
|
2591
|
-
} | {
|
|
2592
|
-
readonly id: 476158412;
|
|
2593
|
-
readonly name: "SKALE | Europa Liquidity Hub Testnet";
|
|
2594
|
-
readonly network: "skale-europa-testnet";
|
|
2595
|
-
readonly nativeCurrency: {
|
|
2596
|
-
readonly name: "sFUEL";
|
|
2597
|
-
readonly symbol: "sFUEL";
|
|
2598
|
-
readonly decimals: 18;
|
|
2599
|
-
};
|
|
2600
|
-
readonly rpcUrls: {
|
|
2601
|
-
readonly default: {
|
|
2602
|
-
readonly http: readonly ["https://staging-v3.skalenodes.com/v1/staging-legal-crazy-castor"];
|
|
2603
|
-
};
|
|
2604
|
-
readonly public: {
|
|
2605
|
-
readonly http: readonly ["https://staging-v3.skalenodes.com/v1/staging-legal-crazy-castor"];
|
|
2606
|
-
};
|
|
2607
|
-
};
|
|
2608
|
-
readonly blockExplorers: {
|
|
2609
|
-
readonly etherscan: {
|
|
2610
|
-
readonly name: "SKALE Explorer";
|
|
2611
|
-
readonly url: "https://staging-legal-crazy-castor.explorer.staging-v3.skalenodes.com";
|
|
2612
|
-
};
|
|
2613
|
-
readonly default: {
|
|
2614
|
-
readonly name: "SKALE Explorer";
|
|
2615
|
-
readonly url: "https://staging-legal-crazy-castor.explorer.staging-v3.skalenodes.com";
|
|
2616
|
-
};
|
|
2617
|
-
};
|
|
2618
|
-
readonly contracts: {};
|
|
2619
|
-
readonly testnet: true;
|
|
2620
|
-
} | {
|
|
2621
|
-
readonly id: 2139927552;
|
|
2622
|
-
readonly name: "SKALE | Exorde";
|
|
2623
|
-
readonly network: "skale-exorde";
|
|
2624
|
-
readonly nativeCurrency: {
|
|
2625
|
-
readonly name: "sFUEL";
|
|
2626
|
-
readonly symbol: "sFUEL";
|
|
2627
|
-
readonly decimals: 18;
|
|
2628
|
-
};
|
|
2629
|
-
readonly rpcUrls: {
|
|
2630
|
-
readonly default: {
|
|
2631
|
-
readonly http: readonly ["https://mainnet.skalenodes.com/v1/light-vast-diphda"];
|
|
2632
|
-
};
|
|
2633
|
-
readonly public: {
|
|
2634
|
-
readonly http: readonly ["https://mainnet.skalenodes.com/v1/light-vast-diphda"];
|
|
2635
|
-
};
|
|
2636
|
-
};
|
|
2637
|
-
readonly blockExplorers: {
|
|
2638
|
-
readonly etherscan: {
|
|
2639
|
-
readonly name: "SKALE Explorer";
|
|
2640
|
-
readonly url: "https://light-vast-diphda.explorer.mainnet.skalenodes.com";
|
|
2641
|
-
};
|
|
2642
|
-
readonly default: {
|
|
2643
|
-
readonly name: "SKALE Explorer";
|
|
2644
|
-
readonly url: "https://light-vast-diphda.explorer.mainnet.skalenodes.com";
|
|
2645
|
-
};
|
|
2646
|
-
};
|
|
2647
|
-
readonly contracts: {};
|
|
2648
|
-
} | {
|
|
2649
|
-
readonly id: 1273227453;
|
|
2650
|
-
readonly name: "SKALE | Human Protocol";
|
|
2651
|
-
readonly network: "skale-human-protocol";
|
|
2652
|
-
readonly nativeCurrency: {
|
|
2653
|
-
readonly name: "sFUEL";
|
|
2654
|
-
readonly symbol: "sFUEL";
|
|
2655
|
-
readonly decimals: 18;
|
|
2656
|
-
};
|
|
2657
|
-
readonly rpcUrls: {
|
|
2658
|
-
readonly default: {
|
|
2659
|
-
readonly http: readonly ["https://mainnet.skalenodes.com/v1/wan-red-ain"];
|
|
2660
|
-
};
|
|
2661
|
-
readonly public: {
|
|
2662
|
-
readonly http: readonly ["https://mainnet.skalenodes.com/v1/wan-red-ain"];
|
|
2663
|
-
};
|
|
2664
|
-
};
|
|
2665
|
-
readonly blockExplorers: {
|
|
2666
|
-
readonly etherscan: {
|
|
2667
|
-
readonly name: "SKALE Explorer";
|
|
2668
|
-
readonly url: "https://wan-red-ain.explorer.mainnet.skalenodes.com";
|
|
2669
|
-
};
|
|
2670
|
-
readonly default: {
|
|
2671
|
-
readonly name: "SKALE Explorer";
|
|
2672
|
-
readonly url: "https://wan-red-ain.explorer.mainnet.skalenodes.com";
|
|
2673
|
-
};
|
|
2674
|
-
};
|
|
2675
|
-
readonly contracts: {};
|
|
2676
|
-
} | {
|
|
2677
|
-
readonly id: 1482601649;
|
|
2678
|
-
readonly name: "SKALE | Nebula Gaming Hub";
|
|
2679
|
-
readonly network: "skale-nebula";
|
|
2680
|
-
readonly nativeCurrency: {
|
|
2681
|
-
readonly name: "sFUEL";
|
|
2682
|
-
readonly symbol: "sFUEL";
|
|
2683
|
-
readonly decimals: 18;
|
|
2684
|
-
};
|
|
2685
|
-
readonly rpcUrls: {
|
|
2686
|
-
readonly default: {
|
|
2687
|
-
readonly http: readonly ["https://mainnet.skalenodes.com/v1/green-giddy-denebola"];
|
|
2688
|
-
};
|
|
2689
|
-
readonly public: {
|
|
2690
|
-
readonly http: readonly ["https://mainnet.skalenodes.com/v1/green-giddy-denebola"];
|
|
2691
|
-
};
|
|
2692
|
-
};
|
|
2693
|
-
readonly blockExplorers: {
|
|
2694
|
-
readonly etherscan: {
|
|
2695
|
-
readonly name: "SKALE Explorer";
|
|
2696
|
-
readonly url: "https://green-giddy-denebola.explorer.mainnet.skalenodes.com";
|
|
2697
|
-
};
|
|
2698
|
-
readonly default: {
|
|
2699
|
-
readonly name: "SKALE Explorer";
|
|
2700
|
-
readonly url: "https://green-giddy-denebola.explorer.mainnet.skalenodes.com";
|
|
2701
|
-
};
|
|
2702
|
-
};
|
|
2703
|
-
readonly contracts: {};
|
|
2704
|
-
} | {
|
|
2705
|
-
readonly id: 503129905;
|
|
2706
|
-
readonly name: "SKALE | Nebula Gaming Hub Testnet";
|
|
2707
|
-
readonly network: "skale-nebula-testnet";
|
|
2708
|
-
readonly nativeCurrency: {
|
|
2709
|
-
readonly name: "sFUEL";
|
|
2710
|
-
readonly symbol: "sFUEL";
|
|
2711
|
-
readonly decimals: 18;
|
|
2712
|
-
};
|
|
2713
|
-
readonly rpcUrls: {
|
|
2714
|
-
readonly default: {
|
|
2715
|
-
readonly http: readonly ["https://staging-v3.skalenodes.com/v1/staging-faint-slimy-achird"];
|
|
2716
|
-
};
|
|
2717
|
-
readonly public: {
|
|
2718
|
-
readonly http: readonly ["https://staging-v3.skalenodes.com/v1/staging-faint-slimy-achird"];
|
|
2719
|
-
};
|
|
2720
|
-
};
|
|
2721
|
-
readonly blockExplorers: {
|
|
2722
|
-
readonly etherscan: {
|
|
2723
|
-
readonly name: "SKALE Explorer";
|
|
2724
|
-
readonly url: "https://staging-faint-slimy-achird.explorer.staging-v3.skalenodes.com";
|
|
2725
|
-
};
|
|
2726
|
-
readonly default: {
|
|
2727
|
-
readonly name: "SKALE Explorer";
|
|
2728
|
-
readonly url: "https://staging-faint-slimy-achird.explorer.staging-v3.skalenodes.com";
|
|
2729
|
-
};
|
|
2730
|
-
};
|
|
2731
|
-
readonly contracts: {};
|
|
2732
|
-
readonly testnet: true;
|
|
2733
|
-
} | {
|
|
2734
|
-
readonly id: 278611351;
|
|
2735
|
-
readonly name: "SKALE | Razor Network";
|
|
2736
|
-
readonly network: "skale-razor";
|
|
2737
|
-
readonly nativeCurrency: {
|
|
2738
|
-
readonly name: "sFUEL";
|
|
2739
|
-
readonly symbol: "sFUEL";
|
|
2740
|
-
readonly decimals: 18;
|
|
2741
|
-
};
|
|
2742
|
-
readonly rpcUrls: {
|
|
2743
|
-
readonly default: {
|
|
2744
|
-
readonly http: readonly ["https://mainnet.skalenodes.com/v1/turbulent-unique-scheat"];
|
|
2745
|
-
};
|
|
2746
|
-
readonly public: {
|
|
2747
|
-
readonly http: readonly ["https://mainnet.skalenodes.com/v1/turbulent-unique-scheat"];
|
|
2748
|
-
};
|
|
2749
|
-
};
|
|
2750
|
-
readonly blockExplorers: {
|
|
2751
|
-
readonly etherscan: {
|
|
2752
|
-
readonly name: "SKALE Explorer";
|
|
2753
|
-
readonly url: "https://turbulent-unique-scheat.explorer.mainnet.skalenodes.com";
|
|
2754
|
-
};
|
|
2755
|
-
readonly default: {
|
|
2756
|
-
readonly name: "SKALE Explorer";
|
|
2757
|
-
readonly url: "https://turbulent-unique-scheat.explorer.mainnet.skalenodes.com";
|
|
2758
|
-
};
|
|
2759
|
-
};
|
|
2760
|
-
readonly contracts: {};
|
|
2761
|
-
} | {
|
|
2762
|
-
readonly id: 1350216234;
|
|
2763
|
-
readonly name: "SKALE | Titan Community Hub";
|
|
2764
|
-
readonly network: "skale-titan";
|
|
2765
|
-
readonly nativeCurrency: {
|
|
2766
|
-
readonly name: "sFUEL";
|
|
2767
|
-
readonly symbol: "sFUEL";
|
|
2768
|
-
readonly decimals: 18;
|
|
2769
|
-
};
|
|
2770
|
-
readonly rpcUrls: {
|
|
2771
|
-
readonly default: {
|
|
2772
|
-
readonly http: readonly ["https://mainnet.skalenodes.com/v1/parallel-stormy-spica"];
|
|
2773
|
-
};
|
|
2774
|
-
readonly public: {
|
|
2775
|
-
readonly http: readonly ["https://mainnet.skalenodes.com/v1/parallel-stormy-spica"];
|
|
2776
|
-
};
|
|
2777
|
-
};
|
|
2778
|
-
readonly blockExplorers: {
|
|
2779
|
-
readonly etherscan: {
|
|
2780
|
-
readonly name: "SKALE Explorer";
|
|
2781
|
-
readonly url: "https://parallel-stormy-spica.explorer.mainnet.skalenodes.com";
|
|
2782
|
-
};
|
|
2783
|
-
readonly default: {
|
|
2784
|
-
readonly name: "SKALE Explorer";
|
|
2785
|
-
readonly url: "https://parallel-stormy-spica.explorer.mainnet.skalenodes.com";
|
|
2786
|
-
};
|
|
2787
|
-
};
|
|
2788
|
-
readonly contracts: {};
|
|
2789
|
-
} | {
|
|
2790
|
-
readonly id: 1517929550;
|
|
2791
|
-
readonly name: "SKALE | Titan Community Hub Testnet";
|
|
2792
|
-
readonly network: "skale-titan-testnet";
|
|
2793
|
-
readonly nativeCurrency: {
|
|
2794
|
-
readonly name: "sFUEL";
|
|
2795
|
-
readonly symbol: "sFUEL";
|
|
2796
|
-
readonly decimals: 18;
|
|
2797
|
-
};
|
|
2798
|
-
readonly rpcUrls: {
|
|
2799
|
-
readonly default: {
|
|
2800
|
-
readonly http: readonly ["https://staging-v3.skalenodes.com/v1/staging-aware-chief-gianfar"];
|
|
2801
|
-
};
|
|
2802
|
-
readonly public: {
|
|
2803
|
-
readonly http: readonly ["https://staging-v3.skalenodes.com/v1/staging-aware-chief-gianfar"];
|
|
2804
|
-
};
|
|
2805
|
-
};
|
|
2806
|
-
readonly blockExplorers: {
|
|
2807
|
-
readonly etherscan: {
|
|
2808
|
-
readonly name: "SKALE Explorer";
|
|
2809
|
-
readonly url: "https://staging-aware-chief-gianfar.explorer.staging-v3.skalenodes.com";
|
|
2810
|
-
};
|
|
2811
|
-
readonly default: {
|
|
2812
|
-
readonly name: "SKALE Explorer";
|
|
2813
|
-
readonly url: "https://staging-aware-chief-gianfar.explorer.staging-v3.skalenodes.com";
|
|
2814
|
-
};
|
|
2815
|
-
};
|
|
2816
|
-
readonly contracts: {};
|
|
2817
|
-
readonly testnet: true;
|
|
2818
|
-
} | {
|
|
2819
|
-
readonly id: 841;
|
|
2820
|
-
readonly name: "Taraxa Mainnet";
|
|
2821
|
-
readonly network: "taraxa";
|
|
2822
|
-
readonly nativeCurrency: {
|
|
2823
|
-
readonly name: "Tara";
|
|
2824
|
-
readonly symbol: "TARA";
|
|
2825
|
-
readonly decimals: 18;
|
|
2826
|
-
};
|
|
2827
|
-
readonly rpcUrls: {
|
|
2828
|
-
readonly default: {
|
|
2829
|
-
readonly http: readonly ["https://rpc.mainnet.taraxa.io"];
|
|
2830
|
-
};
|
|
2831
|
-
readonly public: {
|
|
2832
|
-
readonly http: readonly ["https://rpc.mainnet.taraxa.io"];
|
|
2833
|
-
};
|
|
2834
|
-
};
|
|
2835
|
-
readonly blockExplorers: {
|
|
2836
|
-
readonly default: {
|
|
2837
|
-
readonly name: "Taraxa Explorer";
|
|
2838
|
-
readonly url: "https://explorer.mainnet.taraxa.io";
|
|
2839
|
-
};
|
|
2840
|
-
};
|
|
2841
|
-
} | {
|
|
2842
|
-
readonly id: 842;
|
|
2843
|
-
readonly name: "Taraxa Testnet";
|
|
2844
|
-
readonly network: "taraxa-testnet";
|
|
2845
|
-
readonly nativeCurrency: {
|
|
2846
|
-
readonly name: "Tara";
|
|
2847
|
-
readonly symbol: "TARA";
|
|
2848
|
-
readonly decimals: 18;
|
|
2849
|
-
};
|
|
2850
|
-
readonly rpcUrls: {
|
|
2851
|
-
readonly default: {
|
|
2852
|
-
readonly http: readonly ["https://rpc.testnet.taraxa.io"];
|
|
2853
|
-
};
|
|
2854
|
-
readonly public: {
|
|
2855
|
-
readonly http: readonly ["https://rpc.testnet.taraxa.io"];
|
|
2856
|
-
};
|
|
2857
|
-
};
|
|
2858
|
-
readonly blockExplorers: {
|
|
2859
|
-
readonly default: {
|
|
2860
|
-
readonly name: "Taraxa Explorer";
|
|
2861
|
-
readonly url: "https://explorer.testnet.taraxa.io";
|
|
2862
|
-
};
|
|
2863
|
-
};
|
|
2864
|
-
readonly testnet: true;
|
|
2865
|
-
} | {
|
|
2866
|
-
readonly id: 40;
|
|
2867
|
-
readonly name: "Telos";
|
|
2868
|
-
readonly network: "telos";
|
|
2869
|
-
readonly nativeCurrency: {
|
|
2870
|
-
readonly decimals: 18;
|
|
2871
|
-
readonly name: "Telos";
|
|
2872
|
-
readonly symbol: "TLOS";
|
|
2873
|
-
};
|
|
2874
|
-
readonly rpcUrls: {
|
|
2875
|
-
readonly default: {
|
|
2876
|
-
readonly http: readonly ["https://mainnet.telos.net/evm"];
|
|
2877
|
-
};
|
|
2878
|
-
readonly public: {
|
|
2879
|
-
readonly http: readonly ["https://mainnet.telos.net/evm"];
|
|
2880
|
-
};
|
|
2881
|
-
};
|
|
2882
|
-
readonly blockExplorers: {
|
|
2883
|
-
readonly default: {
|
|
2884
|
-
readonly name: "Teloscan";
|
|
2885
|
-
readonly url: "https://www.teloscan.io/";
|
|
2886
|
-
};
|
|
2887
|
-
};
|
|
2888
|
-
readonly contracts: {
|
|
2889
|
-
readonly multicall3: {
|
|
2890
|
-
readonly address: "0xcA11bde05977b3631167028862bE2a173976CA11";
|
|
2891
|
-
readonly blockCreated: 246530709;
|
|
2892
|
-
};
|
|
2893
|
-
};
|
|
2894
|
-
} | {
|
|
2895
|
-
readonly id: 41;
|
|
2896
|
-
readonly name: "Telos";
|
|
2897
|
-
readonly network: "telosTestnet";
|
|
2898
|
-
readonly nativeCurrency: {
|
|
2899
|
-
readonly decimals: 18;
|
|
2900
|
-
readonly name: "Telos";
|
|
2901
|
-
readonly symbol: "TLOS";
|
|
2902
|
-
};
|
|
2903
|
-
readonly rpcUrls: {
|
|
2904
|
-
readonly default: {
|
|
2905
|
-
readonly http: readonly ["https://testnet.telos.net/evm"];
|
|
2906
|
-
};
|
|
2907
|
-
readonly public: {
|
|
2908
|
-
readonly http: readonly ["https://testnet.telos.net/evm"];
|
|
2909
|
-
};
|
|
2910
|
-
};
|
|
2911
|
-
readonly blockExplorers: {
|
|
2912
|
-
readonly default: {
|
|
2913
|
-
readonly name: "Teloscan (testnet)";
|
|
2914
|
-
readonly url: "https://testnet.teloscan.io/";
|
|
2915
|
-
};
|
|
2916
|
-
};
|
|
2917
|
-
readonly testnet: true;
|
|
2918
|
-
} | {
|
|
2919
|
-
readonly id: 888;
|
|
2920
|
-
readonly name: "Wanchain";
|
|
2921
|
-
readonly network: "wanchain";
|
|
2922
|
-
readonly nativeCurrency: {
|
|
2923
|
-
readonly name: "WANCHAIN";
|
|
2924
|
-
readonly symbol: "WAN";
|
|
2925
|
-
readonly decimals: 18;
|
|
2926
|
-
};
|
|
2927
|
-
readonly rpcUrls: {
|
|
2928
|
-
readonly default: {
|
|
2929
|
-
readonly http: readonly ["https://gwan-ssl.wandevs.org:56891", "https://gwan2-ssl.wandevs.org"];
|
|
2930
|
-
};
|
|
2931
|
-
readonly public: {
|
|
2932
|
-
readonly http: readonly ["https://gwan-ssl.wandevs.org:56891", "https://gwan2-ssl.wandevs.org"];
|
|
2933
|
-
};
|
|
2934
|
-
};
|
|
2935
|
-
readonly blockExplorers: {
|
|
2936
|
-
readonly etherscan: {
|
|
2937
|
-
readonly name: "WanScan";
|
|
2938
|
-
readonly url: "https://wanscan.org";
|
|
2939
|
-
};
|
|
2940
|
-
readonly default: {
|
|
2941
|
-
readonly name: "WanScan";
|
|
2942
|
-
readonly url: "https://wanscan.org";
|
|
2943
|
-
};
|
|
2944
|
-
};
|
|
2945
|
-
readonly contracts: {
|
|
2946
|
-
readonly multicall3: {
|
|
2947
|
-
readonly address: "0xcDF6A1566e78EB4594c86Fe73Fcdc82429e97fbB";
|
|
2948
|
-
readonly blockCreated: 25312390;
|
|
2949
|
-
};
|
|
2950
|
-
};
|
|
2951
|
-
} | {
|
|
2952
|
-
readonly id: 999;
|
|
2953
|
-
readonly name: "Wanchain Testnet";
|
|
2954
|
-
readonly network: "wanchainTestnet";
|
|
2955
|
-
readonly nativeCurrency: {
|
|
2956
|
-
readonly name: "WANCHAIN";
|
|
2957
|
-
readonly symbol: "WANt";
|
|
2958
|
-
readonly decimals: 18;
|
|
2959
|
-
};
|
|
2960
|
-
readonly rpcUrls: {
|
|
2961
|
-
readonly default: {
|
|
2962
|
-
readonly http: readonly ["https://gwan-ssl.wandevs.org:46891"];
|
|
2963
|
-
};
|
|
2964
|
-
readonly public: {
|
|
2965
|
-
readonly http: readonly ["https://gwan-ssl.wandevs.org:46891"];
|
|
2966
|
-
};
|
|
2967
|
-
};
|
|
2968
|
-
readonly blockExplorers: {
|
|
2969
|
-
readonly etherscan: {
|
|
2970
|
-
readonly name: "WanScanTest";
|
|
2971
|
-
readonly url: "https://wanscan.org";
|
|
2972
|
-
};
|
|
2973
|
-
readonly default: {
|
|
2974
|
-
readonly name: "WanScanTest";
|
|
2975
|
-
readonly url: "https://wanscan.org";
|
|
2976
|
-
};
|
|
2977
|
-
};
|
|
2978
|
-
readonly contracts: {
|
|
2979
|
-
readonly multicall3: {
|
|
2980
|
-
readonly address: "0x11c89bF4496c39FB80535Ffb4c92715839CC5324";
|
|
2981
|
-
readonly blockCreated: 24743448;
|
|
2982
|
-
};
|
|
2983
|
-
};
|
|
2984
|
-
readonly testnet: true;
|
|
2985
|
-
} | {
|
|
2986
|
-
readonly id: 50;
|
|
2987
|
-
readonly name: "XinFin Network";
|
|
2988
|
-
readonly network: "xdc";
|
|
2989
|
-
readonly nativeCurrency: {
|
|
2990
|
-
readonly decimals: 18;
|
|
2991
|
-
readonly name: "XDC";
|
|
2992
|
-
readonly symbol: "XDC";
|
|
2993
|
-
};
|
|
2994
|
-
readonly rpcUrls: {
|
|
2995
|
-
readonly default: {
|
|
2996
|
-
readonly http: readonly ["https://rpc.xinfin.network"];
|
|
2997
|
-
};
|
|
2998
|
-
readonly public: {
|
|
2999
|
-
readonly http: readonly ["https://rpc.xinfin.network"];
|
|
3000
|
-
};
|
|
3001
|
-
};
|
|
3002
|
-
readonly blockExplorers: {
|
|
3003
|
-
readonly xinfin: {
|
|
3004
|
-
readonly name: "XinFin";
|
|
3005
|
-
readonly url: "https://explorer.xinfin.network";
|
|
3006
|
-
};
|
|
3007
|
-
readonly default: {
|
|
3008
|
-
readonly name: "Blocksscan";
|
|
3009
|
-
readonly url: "https://xdc.blocksscan.io";
|
|
3010
|
-
};
|
|
3011
|
-
};
|
|
3012
|
-
} | {
|
|
3013
|
-
readonly id: 51;
|
|
3014
|
-
readonly name: "Apothem Network";
|
|
3015
|
-
readonly network: "xdc-testnet";
|
|
3016
|
-
readonly nativeCurrency: {
|
|
3017
|
-
readonly decimals: 18;
|
|
3018
|
-
readonly name: "TXDC";
|
|
3019
|
-
readonly symbol: "TXDC";
|
|
3020
|
-
};
|
|
3021
|
-
readonly rpcUrls: {
|
|
3022
|
-
readonly default: {
|
|
3023
|
-
readonly http: readonly ["https://erpc.apothem.network"];
|
|
3024
|
-
};
|
|
3025
|
-
readonly public: {
|
|
3026
|
-
readonly http: readonly ["https://erpc.apothem.network"];
|
|
3027
|
-
};
|
|
3028
|
-
};
|
|
3029
|
-
readonly blockExplorers: {
|
|
3030
|
-
readonly xinfin: {
|
|
3031
|
-
readonly name: "XinFin";
|
|
3032
|
-
readonly url: "https://explorer.apothem.network";
|
|
3033
|
-
};
|
|
3034
|
-
readonly default: {
|
|
3035
|
-
readonly name: "Blocksscan";
|
|
3036
|
-
readonly url: "https://apothem.blocksscan.io";
|
|
3037
|
-
};
|
|
3038
|
-
};
|
|
3039
|
-
} | {
|
|
3040
|
-
readonly id: 1337803;
|
|
3041
|
-
readonly network: "zhejiang";
|
|
3042
|
-
readonly name: "Zhejiang";
|
|
3043
|
-
readonly nativeCurrency: {
|
|
3044
|
-
readonly name: "Zhejiang Ether";
|
|
3045
|
-
readonly symbol: "ZhejETH";
|
|
3046
|
-
readonly decimals: 18;
|
|
3047
|
-
};
|
|
3048
|
-
readonly rpcUrls: {
|
|
3049
|
-
readonly default: {
|
|
3050
|
-
readonly http: readonly ["https://rpc.zhejiang.ethpandaops.io"];
|
|
3051
|
-
};
|
|
3052
|
-
readonly public: {
|
|
3053
|
-
readonly http: readonly ["https://rpc.zhejiang.ethpandaops.io"];
|
|
3054
|
-
};
|
|
3055
|
-
};
|
|
3056
|
-
readonly blockExplorers: {
|
|
3057
|
-
readonly beaconchain: {
|
|
3058
|
-
readonly name: "Etherscan";
|
|
3059
|
-
readonly url: "https://zhejiang.beaconcha.in";
|
|
3060
|
-
};
|
|
3061
|
-
readonly blockscout: {
|
|
3062
|
-
readonly name: "Blockscout";
|
|
3063
|
-
readonly url: "https://blockscout.com/eth/zhejiang-testnet";
|
|
3064
|
-
};
|
|
3065
|
-
readonly default: {
|
|
3066
|
-
readonly name: "Beaconchain";
|
|
3067
|
-
readonly url: "https://zhejiang.beaconcha.in";
|
|
3068
|
-
};
|
|
3069
|
-
};
|
|
3070
|
-
readonly testnet: true;
|
|
3071
|
-
} | {
|
|
3072
|
-
readonly id: 324;
|
|
3073
|
-
readonly name: "zkSync";
|
|
3074
|
-
readonly network: "zksync";
|
|
3075
|
-
readonly nativeCurrency: {
|
|
3076
|
-
readonly decimals: 18;
|
|
3077
|
-
readonly name: "Ether";
|
|
3078
|
-
readonly symbol: "ETH";
|
|
3079
|
-
};
|
|
3080
|
-
readonly rpcUrls: {
|
|
3081
|
-
readonly default: {
|
|
3082
|
-
readonly http: readonly ["https://zksync2-mainnet.zksync.io"];
|
|
3083
|
-
readonly webSocket: readonly ["wss://zksync2-mainnet.zksync.io/ws"];
|
|
3084
|
-
};
|
|
3085
|
-
readonly public: {
|
|
3086
|
-
readonly http: readonly ["https://zksync2-mainnet.zksync.io"];
|
|
3087
|
-
readonly webSocket: readonly ["wss://zksync2-mainnet.zksync.io/ws"];
|
|
3088
|
-
};
|
|
3089
|
-
};
|
|
3090
|
-
readonly blockExplorers: {
|
|
3091
|
-
readonly default: {
|
|
3092
|
-
readonly name: "zkExplorer";
|
|
3093
|
-
readonly url: "https://explorer.zksync.io";
|
|
3094
|
-
};
|
|
3095
|
-
};
|
|
3096
|
-
} | {
|
|
3097
|
-
readonly id: 280;
|
|
3098
|
-
readonly name: "zkSync Testnet";
|
|
3099
|
-
readonly network: "zksync-testnet";
|
|
3100
|
-
readonly nativeCurrency: {
|
|
3101
|
-
readonly name: "Ether";
|
|
3102
|
-
readonly symbol: "ETH";
|
|
3103
|
-
readonly decimals: 18;
|
|
3104
|
-
};
|
|
3105
|
-
readonly rpcUrls: {
|
|
3106
|
-
readonly default: {
|
|
3107
|
-
readonly http: readonly ["https://zksync2-testnet.zksync.dev"];
|
|
3108
|
-
readonly webSocket: readonly ["wss://zksync2-testnet.zksync.dev/ws"];
|
|
3109
|
-
};
|
|
3110
|
-
readonly public: {
|
|
3111
|
-
readonly http: readonly ["https://zksync2-testnet.zksync.dev"];
|
|
3112
|
-
readonly webSocket: readonly ["wss://zksync2-testnet.zksync.dev/ws"];
|
|
3113
|
-
};
|
|
3114
|
-
};
|
|
3115
|
-
readonly blockExplorers: {
|
|
3116
|
-
readonly default: {
|
|
3117
|
-
readonly name: "zkExplorer";
|
|
3118
|
-
readonly url: "https://goerli.explorer.zksync.io";
|
|
3119
|
-
};
|
|
3120
|
-
};
|
|
3121
|
-
readonly testnet: true;
|
|
3122
|
-
};
|
|
3123
|
-
|
|
3124
|
-
declare function etherscanAddressURL(address: string, chainId?: number): string;
|
|
3125
|
-
declare function etherscanTxURL(hash: string, chainId?: number): string;
|
|
3126
|
-
declare function etherscanHost(chainId?: number): "https://etherscan.io" | "https://goerli.etherscan.io" | "https://polygonscan.com" | "https://mumbai.polygonscan.com";
|
|
3127
|
-
|
|
3128
|
-
declare function truncateEthAddress(address: string | undefined): string;
|
|
3129
|
-
|
|
3130
|
-
export { CHAINS_PAIRS, CHAIN_NAMES, bipsToDecimal, bipsToPercent, chainForStage, etherscanAddressURL, etherscanHost, etherscanTxURL, getChainById, percentToBips, truncateEthAddress };
|
|
1
|
+
export * from "./lib/array";
|
|
2
|
+
export * from "./lib/cloudflare";
|
|
3
|
+
export * from "./lib/storage";
|
|
4
|
+
export * from "./lib/date";
|
|
5
|
+
export * from "./lib/object";
|
|
6
|
+
export * from "./lib/markdown";
|
|
7
|
+
export * from "./lib/string";
|
|
8
|
+
export * from "./lib/urls";
|
|
9
|
+
export * from "./lib/uuid";
|
|
10
|
+
//# sourceMappingURL=index.d.ts.map
|