@bitgo-beta/statics 15.1.1-beta.151 → 15.1.1-beta.1510
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/dist/src/account.d.ts +859 -54
- package/dist/src/account.d.ts.map +1 -1
- package/dist/src/account.js +1415 -182
- package/dist/src/ada.d.ts.map +1 -1
- package/dist/src/ada.js +7 -3
- package/dist/src/allCoinsAndTokens.d.ts +2 -0
- package/dist/src/allCoinsAndTokens.d.ts.map +1 -0
- package/dist/src/allCoinsAndTokens.js +1085 -0
- package/dist/src/avaxp.d.ts.map +1 -1
- package/dist/src/avaxp.js +8 -3
- package/dist/src/base.d.ts +1996 -49
- package/dist/src/base.d.ts.map +1 -1
- package/dist/src/base.js +2081 -59
- package/dist/src/canton.d.ts +34 -0
- package/dist/src/canton.d.ts.map +1 -0
- package/dist/src/canton.js +51 -0
- package/dist/src/coinFeatures.d.ts +110 -0
- package/dist/src/coinFeatures.d.ts.map +1 -0
- package/dist/src/coinFeatures.js +699 -0
- package/dist/src/coins/adaTokens.d.ts +2 -0
- package/dist/src/coins/adaTokens.d.ts.map +1 -0
- package/dist/src/coins/adaTokens.js +18 -0
- package/dist/src/coins/avaxTokens.d.ts +2 -0
- package/dist/src/coins/avaxTokens.d.ts.map +1 -0
- package/dist/src/coins/avaxTokens.js +126 -0
- package/dist/src/coins/botOfcTokens.d.ts +2 -0
- package/dist/src/coins/botOfcTokens.d.ts.map +1 -0
- package/dist/src/coins/botOfcTokens.js +5 -0
- package/dist/src/coins/botTokens.d.ts +3 -0
- package/dist/src/coins/botTokens.d.ts.map +1 -0
- package/dist/src/coins/botTokens.js +43 -0
- package/dist/src/coins/bscTokens.d.ts +2 -0
- package/dist/src/coins/bscTokens.d.ts.map +1 -0
- package/dist/src/coins/bscTokens.js +192 -0
- package/dist/src/coins/cosmosTokens.d.ts +2 -0
- package/dist/src/coins/cosmosTokens.d.ts.map +1 -0
- package/dist/src/coins/cosmosTokens.js +12 -0
- package/dist/src/coins/erc20Coins.d.ts +2 -0
- package/dist/src/coins/erc20Coins.d.ts.map +1 -0
- package/dist/src/coins/erc20Coins.js +1957 -0
- package/dist/src/coins/jettonTokens.d.ts +2 -0
- package/dist/src/coins/jettonTokens.d.ts.map +1 -0
- package/dist/src/coins/jettonTokens.js +18 -0
- package/dist/src/coins/nep141Tokens.d.ts +2 -0
- package/dist/src/coins/nep141Tokens.d.ts.map +1 -0
- package/dist/src/coins/nep141Tokens.js +16 -0
- package/dist/src/coins/ofcCoins.d.ts +2 -0
- package/dist/src/coins/ofcCoins.d.ts.map +1 -0
- package/dist/src/coins/ofcCoins.js +827 -0
- package/dist/src/coins/ofcErc20Coins.d.ts +3 -0
- package/dist/src/coins/ofcErc20Coins.d.ts.map +1 -0
- package/dist/src/coins/ofcErc20Coins.js +1632 -0
- package/dist/src/coins/polygonTokens.d.ts +2 -0
- package/dist/src/coins/polygonTokens.d.ts.map +1 -0
- package/dist/src/coins/polygonTokens.js +163 -0
- package/dist/src/coins/polyxTokens.d.ts +2 -0
- package/dist/src/coins/polyxTokens.d.ts.map +1 -0
- package/dist/src/coins/polyxTokens.js +21 -0
- package/dist/src/coins/sip10Tokens.d.ts +2 -0
- package/dist/src/coins/sip10Tokens.d.ts.map +1 -0
- package/dist/src/coins/sip10Tokens.js +25 -0
- package/dist/src/coins/solTokens.d.ts +3 -0
- package/dist/src/coins/solTokens.d.ts.map +1 -0
- package/dist/src/coins/solTokens.js +431 -0
- package/dist/src/coins/vetTokens.d.ts +2 -0
- package/dist/src/coins/vetTokens.d.ts.map +1 -0
- package/dist/src/coins/vetTokens.js +11 -0
- package/dist/src/coins.d.ts +11 -1
- package/dist/src/coins.d.ts.map +1 -1
- package/dist/src/coins.js +369 -1676
- package/dist/src/constants.d.ts +1 -0
- package/dist/src/constants.d.ts.map +1 -1
- package/dist/src/constants.js +3 -2
- package/dist/src/errors.d.ts +3 -0
- package/dist/src/errors.d.ts.map +1 -1
- package/dist/src/errors.js +9 -2
- package/dist/src/flrp.d.ts +40 -0
- package/dist/src/flrp.d.ts.map +1 -0
- package/dist/src/flrp.js +65 -0
- package/dist/src/index.d.ts +3 -1
- package/dist/src/index.d.ts.map +1 -1
- package/dist/src/index.js +26 -3
- package/dist/src/lightning.d.ts +43 -0
- package/dist/src/lightning.d.ts.map +1 -0
- package/dist/src/lightning.js +60 -0
- package/dist/src/map.d.ts +16 -0
- package/dist/src/map.d.ts.map +1 -1
- package/dist/src/map.js +181 -17
- package/dist/src/networkFeatureMapForTokens.d.ts +3 -0
- package/dist/src/networkFeatureMapForTokens.d.ts.map +1 -0
- package/dist/src/networkFeatureMapForTokens.js +31 -0
- package/dist/src/networks.d.ts +1338 -15
- package/dist/src/networks.d.ts.map +1 -1
- package/dist/src/networks.js +1686 -96
- package/dist/src/ofc.d.ts +597 -3
- package/dist/src/ofc.d.ts.map +1 -1
- package/dist/src/ofc.js +1419 -28
- package/dist/src/tokenConfig.d.ts +261 -108
- package/dist/src/tokenConfig.d.ts.map +1 -1
- package/dist/src/tokenConfig.js +962 -217
- package/dist/src/utxo.d.ts +3 -1
- package/dist/src/utxo.d.ts.map +1 -1
- package/dist/src/utxo.js +84 -3
- package/dist/tsconfig.tsbuildinfo +1 -1
- package/package.json +6 -3
- package/.mocharc.js +0 -10
- package/.prettierignore +0 -2
- package/CHANGELOG.md +0 -875
package/dist/src/networks.d.ts
CHANGED
|
@@ -1,3 +1,34 @@
|
|
|
1
|
+
export interface FlareNetwork extends BaseNetwork {
|
|
2
|
+
name: string;
|
|
3
|
+
family: CoinFamily;
|
|
4
|
+
explorerUrl: string;
|
|
5
|
+
accountExplorerUrl: string;
|
|
6
|
+
chainId?: number;
|
|
7
|
+
nativeCoinOperationHashPrefix?: string;
|
|
8
|
+
batcherContractAddress?: string;
|
|
9
|
+
forwarderFactoryAddress?: string;
|
|
10
|
+
forwarderImplementationAddress?: string;
|
|
11
|
+
blockchainID: string;
|
|
12
|
+
cChainBlockchainID: string;
|
|
13
|
+
networkID: number;
|
|
14
|
+
hrp: string;
|
|
15
|
+
alias: string;
|
|
16
|
+
assetId: string;
|
|
17
|
+
vm?: string;
|
|
18
|
+
txFee: string;
|
|
19
|
+
maxImportFee: string;
|
|
20
|
+
createSubnetTx?: string;
|
|
21
|
+
createChainTx?: string;
|
|
22
|
+
creationTxFee?: string;
|
|
23
|
+
minConsumption?: string;
|
|
24
|
+
maxConsumption?: string;
|
|
25
|
+
maxSupply?: string;
|
|
26
|
+
minStake: string;
|
|
27
|
+
minStakeDuration?: string;
|
|
28
|
+
maxStakeDuration?: string;
|
|
29
|
+
minDelegationStake?: string;
|
|
30
|
+
minDelegationFee?: string;
|
|
31
|
+
}
|
|
1
32
|
import { CoinFamily } from './base';
|
|
2
33
|
export declare enum NetworkType {
|
|
3
34
|
MAINNET = "mainnet",
|
|
@@ -11,6 +42,25 @@ export declare abstract class BaseNetwork {
|
|
|
11
42
|
}
|
|
12
43
|
export interface UtxoNetwork extends BaseNetwork {
|
|
13
44
|
utxolibName: string;
|
|
45
|
+
paygoAddressAttestationPubkey?: string;
|
|
46
|
+
}
|
|
47
|
+
export interface LightningNetwork extends UtxoNetwork {
|
|
48
|
+
/**
|
|
49
|
+
* The public key of the Lightning service, used for deriving the shared Elliptic Curve Diffie-Hellman (ECDH) secret
|
|
50
|
+
* between the user's extended private key and the Lightning service. This key facilitates secure communication
|
|
51
|
+
* by enabling the creation of a shared secret for encryption and decryption of data.
|
|
52
|
+
*/
|
|
53
|
+
lightningServicePubKey: string;
|
|
54
|
+
/**
|
|
55
|
+
* The public key of the middleware service, used for deriving the shared Elliptic Curve Diffie-Hellman (ECDH) secret
|
|
56
|
+
* between the user's extended private key and the middleware service.
|
|
57
|
+
*/
|
|
58
|
+
middlewarePubKey: string;
|
|
59
|
+
/**
|
|
60
|
+
* The public key of the TAT service, used for deriving the shared Elliptic Curve Diffie-Hellman (ECDH) secret
|
|
61
|
+
* between the user's extended private key and the TAT service.
|
|
62
|
+
*/
|
|
63
|
+
tatPubKey: string;
|
|
14
64
|
}
|
|
15
65
|
export interface AdaNetwork extends BaseNetwork {
|
|
16
66
|
utxolibName: string;
|
|
@@ -40,15 +90,25 @@ export interface AvalancheNetwork extends BaseNetwork {
|
|
|
40
90
|
readonly minDelegationFee: string;
|
|
41
91
|
readonly avaxAssetID: string;
|
|
42
92
|
readonly txFee: string;
|
|
93
|
+
readonly maxImportFee: string;
|
|
43
94
|
}
|
|
44
95
|
export interface AccountNetwork extends BaseNetwork {
|
|
45
96
|
readonly accountExplorerUrl?: string;
|
|
46
97
|
readonly blockExplorerUrl?: string;
|
|
47
98
|
}
|
|
99
|
+
export interface CosmosNetwork extends AccountNetwork {
|
|
100
|
+
readonly addressPrefix: string;
|
|
101
|
+
readonly validatorPrefix: string;
|
|
102
|
+
readonly denom: string;
|
|
103
|
+
readonly gasAmount: string;
|
|
104
|
+
readonly gasLimit: number;
|
|
105
|
+
readonly validDenoms: string[];
|
|
106
|
+
}
|
|
48
107
|
/**
|
|
49
108
|
* Specification name type of the chain. Used in setting up the registry
|
|
50
109
|
*/
|
|
51
|
-
export
|
|
110
|
+
export type PolkadotSpecNameType = 'kusama' | 'polkadot' | 'westend' | 'statemint' | 'statemine' | 'westmint';
|
|
111
|
+
export type SubstrateSpecNameType = 'kusama' | 'polkadot' | 'westend' | 'statemint' | 'statemine' | 'node-subtensor' | 'polymesh_testnet' | 'polymesh_mainnet';
|
|
52
112
|
export interface DotNetwork extends AccountNetwork {
|
|
53
113
|
readonly specName: PolkadotSpecNameType;
|
|
54
114
|
readonly genesisHash: string;
|
|
@@ -61,6 +121,18 @@ export interface EthereumNetwork extends AccountNetwork {
|
|
|
61
121
|
readonly batcherContractAddress?: string;
|
|
62
122
|
readonly forwarderFactoryAddress?: string;
|
|
63
123
|
readonly forwarderImplementationAddress?: string;
|
|
124
|
+
readonly walletV2ForwarderFactoryAddress?: string;
|
|
125
|
+
readonly walletV2ForwarderImplementationAddress?: string;
|
|
126
|
+
readonly walletV4ForwarderFactoryAddress?: string;
|
|
127
|
+
readonly walletV4ForwarderImplementationAddress?: string;
|
|
128
|
+
readonly walletFactoryAddress?: string;
|
|
129
|
+
readonly walletImplementationAddress?: string;
|
|
130
|
+
readonly walletV2FactoryAddress?: string;
|
|
131
|
+
readonly walletV2ImplementationAddress?: string;
|
|
132
|
+
readonly walletV4FactoryAddress?: string;
|
|
133
|
+
readonly walletV4ImplementationAddress?: string;
|
|
134
|
+
readonly nativeCoinOperationHashPrefix?: string;
|
|
135
|
+
readonly tokenOperationHashPrefix?: string;
|
|
64
136
|
}
|
|
65
137
|
export interface TronNetwork extends AccountNetwork {
|
|
66
138
|
maxFeeLimit: string;
|
|
@@ -110,12 +182,45 @@ declare class AdaTestnet extends Testnet implements AdaNetwork {
|
|
|
110
182
|
poolDeposit: number;
|
|
111
183
|
stakeKeyDeposit: number;
|
|
112
184
|
}
|
|
185
|
+
declare class Apt extends Mainnet implements AccountNetwork {
|
|
186
|
+
name: string;
|
|
187
|
+
family: CoinFamily;
|
|
188
|
+
explorerUrl: string;
|
|
189
|
+
accountExplorerUrl: string;
|
|
190
|
+
blockExplorerUrl: string;
|
|
191
|
+
}
|
|
192
|
+
declare class AptTestnet extends Testnet implements AccountNetwork {
|
|
193
|
+
name: string;
|
|
194
|
+
family: CoinFamily;
|
|
195
|
+
explorerUrl: string;
|
|
196
|
+
accountExplorerUrl: string;
|
|
197
|
+
blockExplorerUrl: string;
|
|
198
|
+
}
|
|
199
|
+
declare class Icp extends Mainnet implements AccountNetwork {
|
|
200
|
+
name: string;
|
|
201
|
+
family: CoinFamily;
|
|
202
|
+
explorerUrl: string;
|
|
203
|
+
accountExplorerUrl: string;
|
|
204
|
+
}
|
|
205
|
+
declare class IcpTestnet extends Testnet implements AccountNetwork {
|
|
206
|
+
name: string;
|
|
207
|
+
family: CoinFamily;
|
|
208
|
+
explorerUrl: string;
|
|
209
|
+
accountExplorerUrl: string;
|
|
210
|
+
}
|
|
113
211
|
declare class Arbitrum extends Mainnet implements EthereumNetwork {
|
|
114
212
|
name: string;
|
|
115
213
|
family: CoinFamily;
|
|
116
214
|
explorerUrl: string;
|
|
117
215
|
accountExplorerUrl: string;
|
|
118
216
|
chainId: number;
|
|
217
|
+
nativeCoinOperationHashPrefix: string;
|
|
218
|
+
tokenOperationHashPrefix: string;
|
|
219
|
+
forwarderFactoryAddress: string;
|
|
220
|
+
forwarderImplementationAddress: string;
|
|
221
|
+
walletFactoryAddress: string;
|
|
222
|
+
walletImplementationAddress: string;
|
|
223
|
+
batcherContractAddress: string;
|
|
119
224
|
}
|
|
120
225
|
declare class ArbitrumTestnet extends Testnet implements EthereumNetwork {
|
|
121
226
|
name: string;
|
|
@@ -123,6 +228,13 @@ declare class ArbitrumTestnet extends Testnet implements EthereumNetwork {
|
|
|
123
228
|
explorerUrl: string;
|
|
124
229
|
accountExplorerUrl: string;
|
|
125
230
|
chainId: number;
|
|
231
|
+
nativeCoinOperationHashPrefix: string;
|
|
232
|
+
tokenOperationHashPrefix: string;
|
|
233
|
+
forwarderFactoryAddress: string;
|
|
234
|
+
forwarderImplementationAddress: string;
|
|
235
|
+
walletFactoryAddress: string;
|
|
236
|
+
walletImplementationAddress: string;
|
|
237
|
+
batcherContractAddress: string;
|
|
126
238
|
}
|
|
127
239
|
declare class AvalancheC extends Mainnet implements AccountNetwork {
|
|
128
240
|
name: string;
|
|
@@ -151,6 +263,7 @@ declare class AvalancheP extends Mainnet implements AvalancheNetwork {
|
|
|
151
263
|
alias: string;
|
|
152
264
|
vm: string;
|
|
153
265
|
txFee: string;
|
|
266
|
+
maxImportFee: string;
|
|
154
267
|
createSubnetTx: string;
|
|
155
268
|
createChainTx: string;
|
|
156
269
|
creationTxFee: string;
|
|
@@ -176,6 +289,7 @@ declare class AvalanchePTestnet extends Testnet implements AvalancheNetwork {
|
|
|
176
289
|
hrp: string;
|
|
177
290
|
vm: string;
|
|
178
291
|
txFee: string;
|
|
292
|
+
maxImportFee: string;
|
|
179
293
|
createSubnetTx: string;
|
|
180
294
|
createChainTx: string;
|
|
181
295
|
creationTxFee: string;
|
|
@@ -194,6 +308,9 @@ declare class BinanceSmartChain extends Mainnet implements EthereumNetwork {
|
|
|
194
308
|
explorerUrl: string;
|
|
195
309
|
accountExplorerUrl: string;
|
|
196
310
|
chainId: number;
|
|
311
|
+
nativeCoinOperationHashPrefix: string;
|
|
312
|
+
tokenOperationHashPrefix: string;
|
|
313
|
+
batcherContractAddress: string;
|
|
197
314
|
}
|
|
198
315
|
declare class BinanceSmartChainTestnet extends Testnet implements EthereumNetwork {
|
|
199
316
|
name: string;
|
|
@@ -201,6 +318,63 @@ declare class BinanceSmartChainTestnet extends Testnet implements EthereumNetwor
|
|
|
201
318
|
explorerUrl: string;
|
|
202
319
|
accountExplorerUrl: string;
|
|
203
320
|
chainId: number;
|
|
321
|
+
nativeCoinOperationHashPrefix: string;
|
|
322
|
+
tokenOperationHashPrefix: string;
|
|
323
|
+
batcherContractAddress: string;
|
|
324
|
+
}
|
|
325
|
+
declare class OpBNB extends Mainnet implements EthereumNetwork {
|
|
326
|
+
name: string;
|
|
327
|
+
family: CoinFamily;
|
|
328
|
+
explorerUrl: string;
|
|
329
|
+
accountExplorerUrl: string;
|
|
330
|
+
chainId: number;
|
|
331
|
+
nativeCoinOperationHashPrefix: string;
|
|
332
|
+
tokenOperationHashPrefix: string;
|
|
333
|
+
}
|
|
334
|
+
declare class OpBNBTestnet extends Testnet implements EthereumNetwork {
|
|
335
|
+
name: string;
|
|
336
|
+
family: CoinFamily;
|
|
337
|
+
explorerUrl: string;
|
|
338
|
+
accountExplorerUrl: string;
|
|
339
|
+
chainId: number;
|
|
340
|
+
nativeCoinOperationHashPrefix: string;
|
|
341
|
+
tokenOperationHashPrefix: string;
|
|
342
|
+
}
|
|
343
|
+
declare class Fantom extends Mainnet implements EthereumNetwork {
|
|
344
|
+
name: string;
|
|
345
|
+
family: CoinFamily;
|
|
346
|
+
explorerUrl: string;
|
|
347
|
+
accountExplorerUrl: string;
|
|
348
|
+
chainId: number;
|
|
349
|
+
nativeCoinOperationHashPrefix: string;
|
|
350
|
+
tokenOperationHashPrefix: string;
|
|
351
|
+
}
|
|
352
|
+
declare class FantomTestnet extends Testnet implements EthereumNetwork {
|
|
353
|
+
name: string;
|
|
354
|
+
family: CoinFamily;
|
|
355
|
+
explorerUrl: string;
|
|
356
|
+
accountExplorerUrl: string;
|
|
357
|
+
chainId: number;
|
|
358
|
+
nativeCoinOperationHashPrefix: string;
|
|
359
|
+
tokenOperationHashPrefix: string;
|
|
360
|
+
}
|
|
361
|
+
declare class LightningBitcoin extends Mainnet implements LightningNetwork {
|
|
362
|
+
name: string;
|
|
363
|
+
family: CoinFamily;
|
|
364
|
+
utxolibName: string;
|
|
365
|
+
explorerUrl: string;
|
|
366
|
+
lightningServicePubKey: string;
|
|
367
|
+
middlewarePubKey: string;
|
|
368
|
+
tatPubKey: string;
|
|
369
|
+
}
|
|
370
|
+
declare class LightningBitcoinTestnet extends Testnet implements LightningNetwork {
|
|
371
|
+
name: string;
|
|
372
|
+
family: CoinFamily;
|
|
373
|
+
utxolibName: string;
|
|
374
|
+
explorerUrl: string;
|
|
375
|
+
lightningServicePubKey: string;
|
|
376
|
+
middlewarePubKey: string;
|
|
377
|
+
tatPubKey: string;
|
|
204
378
|
}
|
|
205
379
|
declare class Bitcoin extends Mainnet implements UtxoNetwork {
|
|
206
380
|
name: string;
|
|
@@ -213,6 +387,25 @@ declare class BitcoinTestnet extends Testnet implements UtxoNetwork {
|
|
|
213
387
|
family: CoinFamily;
|
|
214
388
|
utxolibName: string;
|
|
215
389
|
explorerUrl: string;
|
|
390
|
+
paygoAddressAttestationPubkey: string;
|
|
391
|
+
}
|
|
392
|
+
declare class BitcoinPublicSignet extends Testnet implements UtxoNetwork {
|
|
393
|
+
name: string;
|
|
394
|
+
family: CoinFamily;
|
|
395
|
+
utxolibName: string;
|
|
396
|
+
explorerUrl: string;
|
|
397
|
+
}
|
|
398
|
+
declare class BitcoinTestnet4 extends Testnet implements UtxoNetwork {
|
|
399
|
+
name: string;
|
|
400
|
+
family: CoinFamily;
|
|
401
|
+
utxolibName: string;
|
|
402
|
+
explorerUrl: string;
|
|
403
|
+
}
|
|
404
|
+
declare class BitcoinBitGoSignet extends Testnet implements UtxoNetwork {
|
|
405
|
+
name: string;
|
|
406
|
+
family: CoinFamily;
|
|
407
|
+
utxolibName: string;
|
|
408
|
+
explorerUrl: string;
|
|
216
409
|
}
|
|
217
410
|
declare class BitcoinCash extends Mainnet implements UtxoNetwork {
|
|
218
411
|
name: string;
|
|
@@ -286,7 +479,7 @@ declare class ECashTestnet extends Testnet implements UtxoNetwork {
|
|
|
286
479
|
utxolibName: string;
|
|
287
480
|
explorerUrl: undefined;
|
|
288
481
|
}
|
|
289
|
-
declare class
|
|
482
|
+
declare class PolkadotAssetHub extends Mainnet implements DotNetwork {
|
|
290
483
|
name: string;
|
|
291
484
|
family: CoinFamily;
|
|
292
485
|
explorerUrl: string;
|
|
@@ -296,7 +489,7 @@ declare class Polkadot extends Mainnet implements DotNetwork {
|
|
|
296
489
|
chainName: string;
|
|
297
490
|
txVersion: number;
|
|
298
491
|
}
|
|
299
|
-
declare class
|
|
492
|
+
declare class WestendAssetHub extends Testnet implements DotNetwork {
|
|
300
493
|
name: string;
|
|
301
494
|
family: CoinFamily;
|
|
302
495
|
explorerUrl: string;
|
|
@@ -312,6 +505,8 @@ declare class Celo extends Mainnet implements EthereumNetwork {
|
|
|
312
505
|
explorerUrl: string;
|
|
313
506
|
accountExplorerUrl: string;
|
|
314
507
|
chainId: number;
|
|
508
|
+
nativeCoinOperationHashPrefix: string;
|
|
509
|
+
tokenOperationHashPrefix: string;
|
|
315
510
|
}
|
|
316
511
|
declare class CeloTestnet extends Testnet implements EthereumNetwork {
|
|
317
512
|
name: string;
|
|
@@ -319,6 +514,8 @@ declare class CeloTestnet extends Testnet implements EthereumNetwork {
|
|
|
319
514
|
explorerUrl: string;
|
|
320
515
|
accountExplorerUrl: string;
|
|
321
516
|
chainId: number;
|
|
517
|
+
nativeCoinOperationHashPrefix: string;
|
|
518
|
+
tokenOperationHashPrefix: string;
|
|
322
519
|
}
|
|
323
520
|
declare class Casper extends Mainnet implements AccountNetwork {
|
|
324
521
|
name: string;
|
|
@@ -342,6 +539,18 @@ declare class Ethereum extends Mainnet implements EthereumNetwork {
|
|
|
342
539
|
batcherContractAddress: string;
|
|
343
540
|
forwarderFactoryAddress: string;
|
|
344
541
|
forwarderImplementationAddress: string;
|
|
542
|
+
walletV2ForwarderFactoryAddress: string;
|
|
543
|
+
walletV2ForwarderImplementationAddress: string;
|
|
544
|
+
walletV4ForwarderFactoryAddress: string;
|
|
545
|
+
walletV4ForwarderImplementationAddress: string;
|
|
546
|
+
nativeCoinOperationHashPrefix: string;
|
|
547
|
+
tokenOperationHashPrefix: string;
|
|
548
|
+
walletFactoryAddress: string;
|
|
549
|
+
walletImplementationAddress: string;
|
|
550
|
+
walletV2FactoryAddress: string;
|
|
551
|
+
walletV2ImplementationAddress: string;
|
|
552
|
+
walletV4FactoryAddress: string;
|
|
553
|
+
walletV4ImplementationAddress: string;
|
|
345
554
|
}
|
|
346
555
|
declare class Ethereum2 extends Mainnet implements AccountNetwork {
|
|
347
556
|
name: string;
|
|
@@ -358,6 +567,8 @@ declare class EthereumW extends Mainnet implements EthereumNetwork {
|
|
|
358
567
|
batcherContractAddress: string;
|
|
359
568
|
forwarderFactoryAddress: string;
|
|
360
569
|
forwarderImplementationAddress: string;
|
|
570
|
+
nativeCoinOperationHashPrefix: string;
|
|
571
|
+
tokenOperationHashPrefix: string;
|
|
361
572
|
}
|
|
362
573
|
declare class Pyrmont extends Testnet implements AccountNetwork {
|
|
363
574
|
name: string;
|
|
@@ -374,6 +585,8 @@ declare class Kovan extends Testnet implements EthereumNetwork {
|
|
|
374
585
|
batcherContractAddress: string;
|
|
375
586
|
forwarderFactoryAddress: string;
|
|
376
587
|
forwarderImplementationAddress: string;
|
|
588
|
+
nativeCoinOperationHashPrefix: string;
|
|
589
|
+
tokenOperationHashPrefix: string;
|
|
377
590
|
}
|
|
378
591
|
declare class Goerli extends Testnet implements EthereumNetwork {
|
|
379
592
|
name: string;
|
|
@@ -385,6 +598,8 @@ declare class Goerli extends Testnet implements EthereumNetwork {
|
|
|
385
598
|
batcherContractAddress: string;
|
|
386
599
|
forwarderFactoryAddress: string;
|
|
387
600
|
forwarderImplementationAddress: string;
|
|
601
|
+
nativeCoinOperationHashPrefix: string;
|
|
602
|
+
tokenOperationHashPrefix: string;
|
|
388
603
|
}
|
|
389
604
|
declare class Holesky extends Testnet implements EthereumNetwork {
|
|
390
605
|
name: string;
|
|
@@ -396,6 +611,33 @@ declare class Holesky extends Testnet implements EthereumNetwork {
|
|
|
396
611
|
batcherContractAddress: string;
|
|
397
612
|
forwarderFactoryAddress: string;
|
|
398
613
|
forwarderImplementationAddress: string;
|
|
614
|
+
nativeCoinOperationHashPrefix: string;
|
|
615
|
+
tokenOperationHashPrefix: string;
|
|
616
|
+
walletV4ForwarderFactoryAddress: string;
|
|
617
|
+
walletV4ForwarderImplementationAddress: string;
|
|
618
|
+
}
|
|
619
|
+
declare class Hoodi extends Testnet implements EthereumNetwork {
|
|
620
|
+
name: string;
|
|
621
|
+
family: CoinFamily;
|
|
622
|
+
explorerUrl: string;
|
|
623
|
+
accountExplorerUrl: string;
|
|
624
|
+
blockExplorerUrl: string;
|
|
625
|
+
chainId: number;
|
|
626
|
+
batcherContractAddress: string;
|
|
627
|
+
forwarderFactoryAddress: string;
|
|
628
|
+
forwarderImplementationAddress: string;
|
|
629
|
+
walletV2ForwarderFactoryAddress: string;
|
|
630
|
+
walletV2ForwarderImplementationAddress: string;
|
|
631
|
+
walletV4ForwarderFactoryAddress: string;
|
|
632
|
+
walletV4ForwarderImplementationAddress: string;
|
|
633
|
+
walletFactoryAddress: string;
|
|
634
|
+
walletImplementationAddress: string;
|
|
635
|
+
walletV2FactoryAddress: string;
|
|
636
|
+
walletV2ImplementationAddress: string;
|
|
637
|
+
walletV4FactoryAddress: string;
|
|
638
|
+
walletV4ImplementationAddress: string;
|
|
639
|
+
nativeCoinOperationHashPrefix: string;
|
|
640
|
+
tokenOperationHashPrefix: string;
|
|
399
641
|
}
|
|
400
642
|
declare class EthereumClassic extends Mainnet implements EthereumNetwork {
|
|
401
643
|
name: string;
|
|
@@ -403,6 +645,8 @@ declare class EthereumClassic extends Mainnet implements EthereumNetwork {
|
|
|
403
645
|
explorerUrl: string;
|
|
404
646
|
accountExplorerUrl: string;
|
|
405
647
|
chainId: number;
|
|
648
|
+
nativeCoinOperationHashPrefix: string;
|
|
649
|
+
tokenOperationHashPrefix: string;
|
|
406
650
|
}
|
|
407
651
|
declare class EthereumClassicTestnet extends Testnet implements EthereumNetwork {
|
|
408
652
|
name: string;
|
|
@@ -410,6 +654,8 @@ declare class EthereumClassicTestnet extends Testnet implements EthereumNetwork
|
|
|
410
654
|
explorerUrl: string;
|
|
411
655
|
accountExplorerUrl: string;
|
|
412
656
|
chainId: number;
|
|
657
|
+
nativeCoinOperationHashPrefix: string;
|
|
658
|
+
tokenOperationHashPrefix: string;
|
|
413
659
|
}
|
|
414
660
|
declare class Eos extends Mainnet implements AccountNetwork {
|
|
415
661
|
name: string;
|
|
@@ -459,6 +705,8 @@ declare class Rbtc extends Mainnet implements EthereumNetwork {
|
|
|
459
705
|
explorerUrl: string;
|
|
460
706
|
accountExplorerUrl: string;
|
|
461
707
|
chainId: number;
|
|
708
|
+
nativeCoinOperationHashPrefix: string;
|
|
709
|
+
tokenOperationHashPrefix: string;
|
|
462
710
|
}
|
|
463
711
|
declare class RbtcTestnet extends Testnet implements EthereumNetwork {
|
|
464
712
|
name: string;
|
|
@@ -466,6 +714,8 @@ declare class RbtcTestnet extends Testnet implements EthereumNetwork {
|
|
|
466
714
|
explorerUrl: string;
|
|
467
715
|
accountExplorerUrl: string;
|
|
468
716
|
chainId: number;
|
|
717
|
+
nativeCoinOperationHashPrefix: string;
|
|
718
|
+
tokenOperationHashPrefix: string;
|
|
469
719
|
}
|
|
470
720
|
declare class Stellar extends Mainnet implements AccountNetwork {
|
|
471
721
|
name: string;
|
|
@@ -597,25 +847,97 @@ declare class TonTestnet extends Testnet implements AccountNetwork {
|
|
|
597
847
|
family: CoinFamily;
|
|
598
848
|
explorerUrl: string;
|
|
599
849
|
}
|
|
600
|
-
declare class
|
|
850
|
+
declare class Coreum extends Mainnet implements AccountNetwork {
|
|
601
851
|
name: string;
|
|
602
852
|
family: CoinFamily;
|
|
603
853
|
explorerUrl: string;
|
|
604
854
|
}
|
|
605
|
-
declare class
|
|
855
|
+
declare class CoreumTestnet extends Testnet implements AccountNetwork {
|
|
606
856
|
name: string;
|
|
607
857
|
family: CoinFamily;
|
|
608
858
|
explorerUrl: string;
|
|
609
859
|
}
|
|
610
|
-
declare class
|
|
860
|
+
declare class Rune extends Mainnet implements AccountNetwork {
|
|
611
861
|
name: string;
|
|
612
862
|
family: CoinFamily;
|
|
613
|
-
explorerUrl:
|
|
863
|
+
explorerUrl: string;
|
|
614
864
|
}
|
|
615
|
-
declare class
|
|
865
|
+
declare class RuneTestNet extends Testnet implements AccountNetwork {
|
|
616
866
|
name: string;
|
|
617
867
|
family: CoinFamily;
|
|
618
|
-
explorerUrl:
|
|
868
|
+
explorerUrl: string;
|
|
869
|
+
}
|
|
870
|
+
declare class Baby extends Mainnet implements AccountNetwork {
|
|
871
|
+
name: string;
|
|
872
|
+
family: CoinFamily;
|
|
873
|
+
explorerUrl: string;
|
|
874
|
+
}
|
|
875
|
+
declare class BabyTestnet extends Testnet implements AccountNetwork {
|
|
876
|
+
name: string;
|
|
877
|
+
family: CoinFamily;
|
|
878
|
+
explorerUrl: string;
|
|
879
|
+
}
|
|
880
|
+
declare class Mantra extends Mainnet implements CosmosNetwork {
|
|
881
|
+
name: string;
|
|
882
|
+
family: CoinFamily;
|
|
883
|
+
explorerUrl: string;
|
|
884
|
+
addressPrefix: string;
|
|
885
|
+
validatorPrefix: string;
|
|
886
|
+
denom: string;
|
|
887
|
+
gasAmount: string;
|
|
888
|
+
gasLimit: number;
|
|
889
|
+
validDenoms: string[];
|
|
890
|
+
}
|
|
891
|
+
declare class MantraTestnet extends Testnet implements CosmosNetwork {
|
|
892
|
+
name: string;
|
|
893
|
+
family: CoinFamily;
|
|
894
|
+
explorerUrl: string;
|
|
895
|
+
addressPrefix: string;
|
|
896
|
+
validatorPrefix: string;
|
|
897
|
+
denom: string;
|
|
898
|
+
gasAmount: string;
|
|
899
|
+
gasLimit: number;
|
|
900
|
+
validDenoms: string[];
|
|
901
|
+
}
|
|
902
|
+
declare class Cronos extends Mainnet implements AccountNetwork {
|
|
903
|
+
name: string;
|
|
904
|
+
family: CoinFamily;
|
|
905
|
+
explorerUrl: string;
|
|
906
|
+
}
|
|
907
|
+
declare class CronosTestnet extends Testnet implements AccountNetwork {
|
|
908
|
+
name: string;
|
|
909
|
+
family: CoinFamily;
|
|
910
|
+
explorerUrl: string;
|
|
911
|
+
}
|
|
912
|
+
declare class FetchAi extends Mainnet implements AccountNetwork {
|
|
913
|
+
name: string;
|
|
914
|
+
family: CoinFamily;
|
|
915
|
+
explorerUrl: string;
|
|
916
|
+
}
|
|
917
|
+
declare class FetchAiTestnet extends Testnet implements AccountNetwork {
|
|
918
|
+
name: string;
|
|
919
|
+
family: CoinFamily;
|
|
920
|
+
explorerUrl: string;
|
|
921
|
+
}
|
|
922
|
+
declare class Initia extends Mainnet implements AccountNetwork {
|
|
923
|
+
name: string;
|
|
924
|
+
family: CoinFamily;
|
|
925
|
+
explorerUrl: string;
|
|
926
|
+
}
|
|
927
|
+
declare class InitiaTestnet extends Testnet implements AccountNetwork {
|
|
928
|
+
name: string;
|
|
929
|
+
family: CoinFamily;
|
|
930
|
+
explorerUrl: string;
|
|
931
|
+
}
|
|
932
|
+
declare class Asi extends Mainnet implements AccountNetwork {
|
|
933
|
+
name: string;
|
|
934
|
+
family: CoinFamily;
|
|
935
|
+
explorerUrl: string;
|
|
936
|
+
}
|
|
937
|
+
declare class AsiTestnet extends Testnet implements AccountNetwork {
|
|
938
|
+
name: string;
|
|
939
|
+
family: CoinFamily;
|
|
940
|
+
explorerUrl: string;
|
|
619
941
|
}
|
|
620
942
|
declare class Islm extends Mainnet implements AccountNetwork {
|
|
621
943
|
name: string;
|
|
@@ -661,9 +983,25 @@ declare class Fiat extends Mainnet implements BaseNetwork {
|
|
|
661
983
|
family: CoinFamily;
|
|
662
984
|
explorerUrl: undefined;
|
|
663
985
|
}
|
|
986
|
+
declare class Bittensor extends Mainnet implements AccountNetwork {
|
|
987
|
+
name: string;
|
|
988
|
+
family: CoinFamily;
|
|
989
|
+
explorerUrl: string;
|
|
990
|
+
}
|
|
991
|
+
declare class BittensorTestnet extends Testnet implements AccountNetwork {
|
|
992
|
+
name: string;
|
|
993
|
+
family: CoinFamily;
|
|
994
|
+
explorerUrl: string;
|
|
995
|
+
specName: SubstrateSpecNameType;
|
|
996
|
+
genesisHash: string;
|
|
997
|
+
specVersion: number;
|
|
998
|
+
chainName: string;
|
|
999
|
+
txVersion: number;
|
|
1000
|
+
}
|
|
664
1001
|
declare class Trx extends Mainnet implements TronNetwork {
|
|
665
1002
|
name: string;
|
|
666
1003
|
family: CoinFamily;
|
|
1004
|
+
accountExplorerUrl: string;
|
|
667
1005
|
explorerUrl: string;
|
|
668
1006
|
maxFeeLimit: string;
|
|
669
1007
|
contractCallFeeLimit: string;
|
|
@@ -671,6 +1009,7 @@ declare class Trx extends Mainnet implements TronNetwork {
|
|
|
671
1009
|
declare class TrxTestnet extends Testnet implements TronNetwork {
|
|
672
1010
|
name: string;
|
|
673
1011
|
family: CoinFamily;
|
|
1012
|
+
accountExplorerUrl: string;
|
|
674
1013
|
explorerUrl: string;
|
|
675
1014
|
maxFeeLimit: string;
|
|
676
1015
|
contractCallFeeLimit: string;
|
|
@@ -689,11 +1028,13 @@ declare class Xtz extends Mainnet implements AccountNetwork {
|
|
|
689
1028
|
name: string;
|
|
690
1029
|
family: CoinFamily;
|
|
691
1030
|
explorerUrl: string;
|
|
1031
|
+
accountExplorerUrl: string;
|
|
692
1032
|
}
|
|
693
1033
|
declare class XtzTestnet extends Testnet implements AccountNetwork {
|
|
694
1034
|
name: string;
|
|
695
1035
|
family: CoinFamily;
|
|
696
1036
|
explorerUrl: string;
|
|
1037
|
+
accountExplorerUrl: string;
|
|
697
1038
|
}
|
|
698
1039
|
declare class ZCash extends Mainnet implements UtxoNetwork {
|
|
699
1040
|
name: string;
|
|
@@ -732,6 +1073,10 @@ declare class Polygon extends Mainnet implements EthereumNetwork {
|
|
|
732
1073
|
walletFactoryAddress: string;
|
|
733
1074
|
walletImplementationAddress: string;
|
|
734
1075
|
batcherContractAddress: string;
|
|
1076
|
+
nativeCoinOperationHashPrefix: string;
|
|
1077
|
+
tokenOperationHashPrefix: string;
|
|
1078
|
+
walletV4ForwarderFactoryAddress: string;
|
|
1079
|
+
walletV4ForwarderImplementationAddress: string;
|
|
735
1080
|
}
|
|
736
1081
|
declare class PolygonTestnet extends Testnet implements EthereumNetwork {
|
|
737
1082
|
name: string;
|
|
@@ -744,6 +1089,10 @@ declare class PolygonTestnet extends Testnet implements EthereumNetwork {
|
|
|
744
1089
|
walletFactoryAddress: string;
|
|
745
1090
|
walletImplementationAddress: string;
|
|
746
1091
|
batcherContractAddress: string;
|
|
1092
|
+
nativeCoinOperationHashPrefix: string;
|
|
1093
|
+
tokenOperationHashPrefix: string;
|
|
1094
|
+
walletV4ForwarderFactoryAddress: string;
|
|
1095
|
+
walletV4ForwarderImplementationAddress: string;
|
|
747
1096
|
}
|
|
748
1097
|
declare class Optimism extends Mainnet implements EthereumNetwork {
|
|
749
1098
|
name: string;
|
|
@@ -751,6 +1100,15 @@ declare class Optimism extends Mainnet implements EthereumNetwork {
|
|
|
751
1100
|
explorerUrl: string;
|
|
752
1101
|
accountExplorerUrl: string;
|
|
753
1102
|
chainId: number;
|
|
1103
|
+
nativeCoinOperationHashPrefix: string;
|
|
1104
|
+
tokenOperationHashPrefix: string;
|
|
1105
|
+
forwarderFactoryAddress: string;
|
|
1106
|
+
forwarderImplementationAddress: string;
|
|
1107
|
+
walletFactoryAddress: string;
|
|
1108
|
+
walletImplementationAddress: string;
|
|
1109
|
+
walletV4ForwarderFactoryAddress: string;
|
|
1110
|
+
walletV4ForwarderImplementationAddress: string;
|
|
1111
|
+
batcherContractAddress: string;
|
|
754
1112
|
}
|
|
755
1113
|
declare class OptimismTestnet extends Testnet implements EthereumNetwork {
|
|
756
1114
|
name: string;
|
|
@@ -758,28 +1116,891 @@ declare class OptimismTestnet extends Testnet implements EthereumNetwork {
|
|
|
758
1116
|
explorerUrl: string;
|
|
759
1117
|
accountExplorerUrl: string;
|
|
760
1118
|
chainId: number;
|
|
1119
|
+
nativeCoinOperationHashPrefix: string;
|
|
1120
|
+
tokenOperationHashPrefix: string;
|
|
1121
|
+
forwarderFactoryAddress: string;
|
|
1122
|
+
forwarderImplementationAddress: string;
|
|
1123
|
+
walletFactoryAddress: string;
|
|
1124
|
+
walletImplementationAddress: string;
|
|
1125
|
+
walletV4ForwarderFactoryAddress: string;
|
|
1126
|
+
walletV4ForwarderImplementationAddress: string;
|
|
1127
|
+
batcherContractAddress: string;
|
|
1128
|
+
}
|
|
1129
|
+
declare class ZkSync extends Mainnet implements EthereumNetwork {
|
|
1130
|
+
name: string;
|
|
1131
|
+
family: CoinFamily;
|
|
1132
|
+
explorerUrl: string;
|
|
1133
|
+
accountExplorerUrl: string;
|
|
1134
|
+
chainId: number;
|
|
1135
|
+
nativeCoinOperationHashPrefix: string;
|
|
1136
|
+
tokenOperationHashPrefix: string;
|
|
1137
|
+
}
|
|
1138
|
+
declare class ZkSyncTestnet extends Testnet implements EthereumNetwork {
|
|
1139
|
+
name: string;
|
|
1140
|
+
family: CoinFamily;
|
|
1141
|
+
explorerUrl: string;
|
|
1142
|
+
accountExplorerUrl: string;
|
|
1143
|
+
chainId: number;
|
|
1144
|
+
nativeCoinOperationHashPrefix: string;
|
|
1145
|
+
tokenOperationHashPrefix: string;
|
|
1146
|
+
forwarderFactoryAddress: string;
|
|
1147
|
+
forwarderImplementationAddress: string;
|
|
1148
|
+
walletV4ForwarderFactoryAddress: string;
|
|
1149
|
+
walletV4ForwarderImplementationAddress: string;
|
|
1150
|
+
walletFactoryAddress: string;
|
|
1151
|
+
walletImplementationAddress: string;
|
|
1152
|
+
}
|
|
1153
|
+
declare class Berachain extends Mainnet implements EthereumNetwork {
|
|
1154
|
+
name: string;
|
|
1155
|
+
family: CoinFamily;
|
|
1156
|
+
explorerUrl: string;
|
|
1157
|
+
accountExplorerUrl: string;
|
|
1158
|
+
chainId: number;
|
|
1159
|
+
nativeCoinOperationHashPrefix: string;
|
|
1160
|
+
tokenOperationHashPrefix: string;
|
|
1161
|
+
batcherContractAddress: string;
|
|
1162
|
+
forwarderFactoryAddress: string;
|
|
1163
|
+
forwarderImplementationAddress: string;
|
|
1164
|
+
}
|
|
1165
|
+
declare class BerachainTestnet extends Testnet implements EthereumNetwork {
|
|
1166
|
+
name: string;
|
|
1167
|
+
family: CoinFamily;
|
|
1168
|
+
explorerUrl: string;
|
|
1169
|
+
accountExplorerUrl: string;
|
|
1170
|
+
chainId: number;
|
|
1171
|
+
nativeCoinOperationHashPrefix: string;
|
|
1172
|
+
tokenOperationHashPrefix: string;
|
|
1173
|
+
batcherContractAddress: string;
|
|
1174
|
+
forwarderFactoryAddress: string;
|
|
1175
|
+
forwarderImplementationAddress: string;
|
|
1176
|
+
}
|
|
1177
|
+
declare class Oas extends Mainnet implements EthereumNetwork {
|
|
1178
|
+
name: string;
|
|
1179
|
+
family: CoinFamily;
|
|
1180
|
+
explorerUrl: string;
|
|
1181
|
+
accountExplorerUrl: string;
|
|
1182
|
+
chainId: number;
|
|
1183
|
+
nativeCoinOperationHashPrefix: string;
|
|
1184
|
+
batcherContractAddress: string;
|
|
1185
|
+
forwarderFactoryAddress: string;
|
|
1186
|
+
forwarderImplementationAddress: string;
|
|
1187
|
+
}
|
|
1188
|
+
declare class OasTestnet extends Testnet implements EthereumNetwork {
|
|
1189
|
+
name: string;
|
|
1190
|
+
family: CoinFamily;
|
|
1191
|
+
explorerUrl: string;
|
|
1192
|
+
accountExplorerUrl: string;
|
|
1193
|
+
chainId: number;
|
|
1194
|
+
nativeCoinOperationHashPrefix: string;
|
|
1195
|
+
batcherContractAddress: string;
|
|
1196
|
+
forwarderFactoryAddress: string;
|
|
1197
|
+
forwarderImplementationAddress: string;
|
|
1198
|
+
}
|
|
1199
|
+
declare class Coredao extends Mainnet implements EthereumNetwork {
|
|
1200
|
+
name: string;
|
|
1201
|
+
family: CoinFamily;
|
|
1202
|
+
explorerUrl: string;
|
|
1203
|
+
accountExplorerUrl: string;
|
|
1204
|
+
chainId: number;
|
|
1205
|
+
nativeCoinOperationHashPrefix: string;
|
|
1206
|
+
batcherContractAddress: string;
|
|
1207
|
+
forwarderFactoryAddress: string;
|
|
1208
|
+
forwarderImplementationAddress: string;
|
|
1209
|
+
}
|
|
1210
|
+
declare class CoredaoTestnet extends Testnet implements EthereumNetwork {
|
|
1211
|
+
name: string;
|
|
1212
|
+
family: CoinFamily;
|
|
1213
|
+
explorerUrl: string;
|
|
1214
|
+
accountExplorerUrl: string;
|
|
1215
|
+
chainId: number;
|
|
1216
|
+
nativeCoinOperationHashPrefix: string;
|
|
1217
|
+
batcherContractAddress: string;
|
|
1218
|
+
forwarderFactoryAddress: string;
|
|
1219
|
+
forwarderImplementationAddress: string;
|
|
1220
|
+
}
|
|
1221
|
+
declare class IP extends Mainnet implements EthereumNetwork {
|
|
1222
|
+
name: string;
|
|
1223
|
+
family: CoinFamily;
|
|
1224
|
+
explorerUrl: string;
|
|
1225
|
+
accountExplorerUrl: string;
|
|
1226
|
+
chainId: number;
|
|
1227
|
+
nativeCoinOperationHashPrefix: string;
|
|
1228
|
+
}
|
|
1229
|
+
declare class IPTestnet extends Testnet implements EthereumNetwork {
|
|
1230
|
+
name: string;
|
|
1231
|
+
family: CoinFamily;
|
|
1232
|
+
explorerUrl: string;
|
|
1233
|
+
accountExplorerUrl: string;
|
|
1234
|
+
chainId: number;
|
|
1235
|
+
nativeCoinOperationHashPrefix: string;
|
|
1236
|
+
}
|
|
1237
|
+
declare class ApeChain extends Mainnet implements EthereumNetwork {
|
|
1238
|
+
name: string;
|
|
1239
|
+
family: CoinFamily;
|
|
1240
|
+
explorerUrl: string;
|
|
1241
|
+
accountExplorerUrl: string;
|
|
1242
|
+
chainId: number;
|
|
1243
|
+
nativeCoinOperationHashPrefix: string;
|
|
1244
|
+
}
|
|
1245
|
+
declare class ApeChainTestnet extends Testnet implements EthereumNetwork {
|
|
1246
|
+
name: string;
|
|
1247
|
+
family: CoinFamily;
|
|
1248
|
+
explorerUrl: string;
|
|
1249
|
+
accountExplorerUrl: string;
|
|
1250
|
+
chainId: number;
|
|
1251
|
+
nativeCoinOperationHashPrefix: string;
|
|
1252
|
+
forwarderFactoryAddress: string;
|
|
1253
|
+
forwarderImplementationAddress: string;
|
|
1254
|
+
walletFactoryAddress: string;
|
|
1255
|
+
walletImplementationAddress: string;
|
|
1256
|
+
batcherContractAddress: string;
|
|
1257
|
+
}
|
|
1258
|
+
declare class Pharos extends Mainnet implements EthereumNetwork {
|
|
1259
|
+
name: string;
|
|
1260
|
+
family: CoinFamily;
|
|
1261
|
+
explorerUrl: string;
|
|
1262
|
+
accountExplorerUrl: string;
|
|
1263
|
+
chainId: number;
|
|
1264
|
+
nativeCoinOperationHashPrefix: string;
|
|
1265
|
+
}
|
|
1266
|
+
declare class PharosTestnet extends Testnet implements EthereumNetwork {
|
|
1267
|
+
name: string;
|
|
1268
|
+
family: CoinFamily;
|
|
1269
|
+
explorerUrl: string;
|
|
1270
|
+
accountExplorerUrl: string;
|
|
1271
|
+
chainId: number;
|
|
1272
|
+
nativeCoinOperationHashPrefix: string;
|
|
1273
|
+
forwarderFactoryAddress: string;
|
|
1274
|
+
forwarderImplementationAddress: string;
|
|
1275
|
+
walletFactoryAddress: string;
|
|
1276
|
+
walletImplementationAddress: string;
|
|
1277
|
+
batcherContractAddress: string;
|
|
1278
|
+
}
|
|
1279
|
+
declare class Creditcoin extends Mainnet implements EthereumNetwork {
|
|
1280
|
+
name: string;
|
|
1281
|
+
family: CoinFamily;
|
|
1282
|
+
explorerUrl: string;
|
|
1283
|
+
accountExplorerUrl: string;
|
|
1284
|
+
chainId: number;
|
|
1285
|
+
nativeCoinOperationHashPrefix: string;
|
|
1286
|
+
forwarderFactoryAddress: string;
|
|
1287
|
+
forwarderImplementationAddress: string;
|
|
1288
|
+
walletFactoryAddress: string;
|
|
1289
|
+
walletImplementationAddress: string;
|
|
1290
|
+
batcherContractAddress: string;
|
|
1291
|
+
}
|
|
1292
|
+
declare class Plasma extends Mainnet implements EthereumNetwork {
|
|
1293
|
+
name: string;
|
|
1294
|
+
family: CoinFamily;
|
|
1295
|
+
explorerUrl: string;
|
|
1296
|
+
accountExplorerUrl: string;
|
|
1297
|
+
chainId: number;
|
|
1298
|
+
nativeCoinOperationHashPrefix: string;
|
|
1299
|
+
}
|
|
1300
|
+
declare class PlasmaTestnet extends Testnet implements EthereumNetwork {
|
|
1301
|
+
name: string;
|
|
1302
|
+
family: CoinFamily;
|
|
1303
|
+
explorerUrl: string;
|
|
1304
|
+
accountExplorerUrl: string;
|
|
1305
|
+
chainId: number;
|
|
1306
|
+
nativeCoinOperationHashPrefix: string;
|
|
1307
|
+
}
|
|
1308
|
+
declare class HypeEVMTestnet extends Testnet implements EthereumNetwork {
|
|
1309
|
+
name: string;
|
|
1310
|
+
family: CoinFamily;
|
|
1311
|
+
explorerUrl: string;
|
|
1312
|
+
accountExplorerUrl: string;
|
|
1313
|
+
chainId: number;
|
|
1314
|
+
nativeCoinOperationHashPrefix: string;
|
|
1315
|
+
forwarderFactoryAddress: string;
|
|
1316
|
+
forwarderImplementationAddress: string;
|
|
1317
|
+
walletFactoryAddress: string;
|
|
1318
|
+
walletImplementationAddress: string;
|
|
1319
|
+
batcherContractAddress: string;
|
|
1320
|
+
}
|
|
1321
|
+
declare class HypeEVM extends Mainnet implements EthereumNetwork {
|
|
1322
|
+
name: string;
|
|
1323
|
+
family: CoinFamily;
|
|
1324
|
+
explorerUrl: string;
|
|
1325
|
+
accountExplorerUrl: string;
|
|
1326
|
+
chainId: number;
|
|
1327
|
+
nativeCoinOperationHashPrefix: string;
|
|
1328
|
+
forwarderFactoryAddress: string;
|
|
1329
|
+
forwarderImplementationAddress: string;
|
|
1330
|
+
walletFactoryAddress: string;
|
|
1331
|
+
walletImplementationAddress: string;
|
|
1332
|
+
batcherContractAddress: string;
|
|
1333
|
+
}
|
|
1334
|
+
declare class KavaEVMTestnet extends Testnet implements EthereumNetwork {
|
|
1335
|
+
name: string;
|
|
1336
|
+
family: CoinFamily;
|
|
1337
|
+
explorerUrl: string;
|
|
1338
|
+
accountExplorerUrl: string;
|
|
1339
|
+
chainId: number;
|
|
1340
|
+
nativeCoinOperationHashPrefix: string;
|
|
1341
|
+
}
|
|
1342
|
+
declare class KavaEVM extends Mainnet implements EthereumNetwork {
|
|
1343
|
+
name: string;
|
|
1344
|
+
family: CoinFamily;
|
|
1345
|
+
explorerUrl: string;
|
|
1346
|
+
accountExplorerUrl: string;
|
|
1347
|
+
chainId: number;
|
|
1348
|
+
nativeCoinOperationHashPrefix: string;
|
|
1349
|
+
}
|
|
1350
|
+
declare class LineaETH extends Mainnet implements EthereumNetwork {
|
|
1351
|
+
name: string;
|
|
1352
|
+
family: CoinFamily;
|
|
1353
|
+
explorerUrl: string;
|
|
1354
|
+
accountExplorerUrl: string;
|
|
1355
|
+
chainId: number;
|
|
1356
|
+
nativeCoinOperationHashPrefix: string;
|
|
1357
|
+
}
|
|
1358
|
+
declare class LineaETHTestnet extends Testnet implements EthereumNetwork {
|
|
1359
|
+
name: string;
|
|
1360
|
+
family: CoinFamily;
|
|
1361
|
+
explorerUrl: string;
|
|
1362
|
+
accountExplorerUrl: string;
|
|
1363
|
+
chainId: number;
|
|
1364
|
+
nativeCoinOperationHashPrefix: string;
|
|
1365
|
+
}
|
|
1366
|
+
declare class FluentETH extends Mainnet implements EthereumNetwork {
|
|
1367
|
+
name: string;
|
|
1368
|
+
family: CoinFamily;
|
|
1369
|
+
explorerUrl: string;
|
|
1370
|
+
accountExplorerUrl: string;
|
|
1371
|
+
chainId: number;
|
|
1372
|
+
nativeCoinOperationHashPrefix: string;
|
|
1373
|
+
}
|
|
1374
|
+
declare class FluentETHTestnet extends Testnet implements EthereumNetwork {
|
|
1375
|
+
name: string;
|
|
1376
|
+
family: CoinFamily;
|
|
1377
|
+
explorerUrl: string;
|
|
1378
|
+
accountExplorerUrl: string;
|
|
1379
|
+
chainId: number;
|
|
1380
|
+
nativeCoinOperationHashPrefix: string;
|
|
1381
|
+
}
|
|
1382
|
+
declare class Mantle extends Mainnet implements EthereumNetwork {
|
|
1383
|
+
name: string;
|
|
1384
|
+
family: CoinFamily;
|
|
1385
|
+
explorerUrl: string;
|
|
1386
|
+
accountExplorerUrl: string;
|
|
1387
|
+
chainId: number;
|
|
1388
|
+
nativeCoinOperationHashPrefix: string;
|
|
1389
|
+
}
|
|
1390
|
+
declare class MantleTestnet extends Testnet implements EthereumNetwork {
|
|
1391
|
+
name: string;
|
|
1392
|
+
family: CoinFamily;
|
|
1393
|
+
explorerUrl: string;
|
|
1394
|
+
accountExplorerUrl: string;
|
|
1395
|
+
chainId: number;
|
|
1396
|
+
nativeCoinOperationHashPrefix: string;
|
|
1397
|
+
}
|
|
1398
|
+
declare class JovayETH extends Mainnet implements EthereumNetwork {
|
|
1399
|
+
name: string;
|
|
1400
|
+
family: CoinFamily;
|
|
1401
|
+
explorerUrl: string;
|
|
1402
|
+
accountExplorerUrl: string;
|
|
1403
|
+
chainId: number;
|
|
1404
|
+
nativeCoinOperationHashPrefix: string;
|
|
1405
|
+
}
|
|
1406
|
+
declare class JovayETHTestnet extends Testnet implements EthereumNetwork {
|
|
1407
|
+
name: string;
|
|
1408
|
+
family: CoinFamily;
|
|
1409
|
+
explorerUrl: string;
|
|
1410
|
+
accountExplorerUrl: string;
|
|
1411
|
+
chainId: number;
|
|
1412
|
+
nativeCoinOperationHashPrefix: string;
|
|
1413
|
+
}
|
|
1414
|
+
declare class Xlayer extends Mainnet implements EthereumNetwork {
|
|
1415
|
+
name: string;
|
|
1416
|
+
family: CoinFamily;
|
|
1417
|
+
explorerUrl: string;
|
|
1418
|
+
accountExplorerUrl: string;
|
|
1419
|
+
chainId: number;
|
|
1420
|
+
nativeCoinOperationHashPrefix: string;
|
|
1421
|
+
}
|
|
1422
|
+
declare class XlayerTestnet extends Testnet implements EthereumNetwork {
|
|
1423
|
+
name: string;
|
|
1424
|
+
family: CoinFamily;
|
|
1425
|
+
explorerUrl: string;
|
|
1426
|
+
accountExplorerUrl: string;
|
|
1427
|
+
chainId: number;
|
|
1428
|
+
nativeCoinOperationHashPrefix: string;
|
|
1429
|
+
}
|
|
1430
|
+
declare class Morph extends Mainnet implements EthereumNetwork {
|
|
1431
|
+
name: string;
|
|
1432
|
+
family: CoinFamily;
|
|
1433
|
+
explorerUrl: string;
|
|
1434
|
+
accountExplorerUrl: string;
|
|
1435
|
+
chainId: number;
|
|
1436
|
+
nativeCoinOperationHashPrefix: string;
|
|
1437
|
+
}
|
|
1438
|
+
declare class MorphTestnet extends Testnet implements EthereumNetwork {
|
|
1439
|
+
name: string;
|
|
1440
|
+
family: CoinFamily;
|
|
1441
|
+
explorerUrl: string;
|
|
1442
|
+
accountExplorerUrl: string;
|
|
1443
|
+
chainId: number;
|
|
1444
|
+
nativeCoinOperationHashPrefix: string;
|
|
1445
|
+
}
|
|
1446
|
+
declare class CreditcoinTestnet extends Testnet implements EthereumNetwork {
|
|
1447
|
+
name: string;
|
|
1448
|
+
family: CoinFamily;
|
|
1449
|
+
explorerUrl: string;
|
|
1450
|
+
accountExplorerUrl: string;
|
|
1451
|
+
chainId: number;
|
|
1452
|
+
nativeCoinOperationHashPrefix: string;
|
|
1453
|
+
forwarderFactoryAddress: string;
|
|
1454
|
+
forwarderImplementationAddress: string;
|
|
1455
|
+
walletFactoryAddress: string;
|
|
1456
|
+
walletImplementationAddress: string;
|
|
1457
|
+
batcherContractAddress: string;
|
|
1458
|
+
}
|
|
1459
|
+
declare class Sonic extends Mainnet implements EthereumNetwork {
|
|
1460
|
+
name: string;
|
|
1461
|
+
family: CoinFamily;
|
|
1462
|
+
explorerUrl: string;
|
|
1463
|
+
accountExplorerUrl: string;
|
|
1464
|
+
chainId: number;
|
|
1465
|
+
nativeCoinOperationHashPrefix: string;
|
|
1466
|
+
}
|
|
1467
|
+
declare class SonicTestnet extends Testnet implements EthereumNetwork {
|
|
1468
|
+
name: string;
|
|
1469
|
+
family: CoinFamily;
|
|
1470
|
+
explorerUrl: string;
|
|
1471
|
+
accountExplorerUrl: string;
|
|
1472
|
+
chainId: number;
|
|
1473
|
+
nativeCoinOperationHashPrefix: string;
|
|
1474
|
+
walletFactoryAddress: string;
|
|
1475
|
+
batcherContractAddress: string;
|
|
1476
|
+
forwarderFactoryAddress: string;
|
|
1477
|
+
forwarderImplementationAddress: string;
|
|
1478
|
+
walletImplementationAddress: string;
|
|
1479
|
+
}
|
|
1480
|
+
declare class Kaia extends Mainnet implements EthereumNetwork {
|
|
1481
|
+
name: string;
|
|
1482
|
+
family: CoinFamily;
|
|
1483
|
+
explorerUrl: string;
|
|
1484
|
+
accountExplorerUrl: string;
|
|
1485
|
+
chainId: number;
|
|
1486
|
+
nativeCoinOperationHashPrefix: string;
|
|
1487
|
+
}
|
|
1488
|
+
declare class KaiaTestnet extends Testnet implements EthereumNetwork {
|
|
1489
|
+
name: string;
|
|
1490
|
+
family: CoinFamily;
|
|
1491
|
+
explorerUrl: string;
|
|
1492
|
+
accountExplorerUrl: string;
|
|
1493
|
+
chainId: number;
|
|
1494
|
+
nativeCoinOperationHashPrefix: string;
|
|
1495
|
+
walletFactoryAddress: string;
|
|
1496
|
+
batcherContractAddress: string;
|
|
1497
|
+
forwarderFactoryAddress: string;
|
|
1498
|
+
forwarderImplementationAddress: string;
|
|
1499
|
+
walletImplementationAddress: string;
|
|
1500
|
+
}
|
|
1501
|
+
declare class Irys extends Mainnet implements EthereumNetwork {
|
|
1502
|
+
name: string;
|
|
1503
|
+
family: CoinFamily;
|
|
1504
|
+
explorerUrl: string;
|
|
1505
|
+
accountExplorerUrl: string;
|
|
1506
|
+
chainId: number;
|
|
1507
|
+
nativeCoinOperationHashPrefix: string;
|
|
1508
|
+
}
|
|
1509
|
+
declare class IrysTestnet extends Testnet implements EthereumNetwork {
|
|
1510
|
+
name: string;
|
|
1511
|
+
family: CoinFamily;
|
|
1512
|
+
explorerUrl: string;
|
|
1513
|
+
accountExplorerUrl: string;
|
|
1514
|
+
chainId: number;
|
|
1515
|
+
nativeCoinOperationHashPrefix: string;
|
|
1516
|
+
walletFactoryAddress: string;
|
|
1517
|
+
batcherContractAddress: string;
|
|
1518
|
+
forwarderFactoryAddress: string;
|
|
1519
|
+
forwarderImplementationAddress: string;
|
|
1520
|
+
walletImplementationAddress: string;
|
|
1521
|
+
}
|
|
1522
|
+
declare class Og extends Mainnet implements EthereumNetwork {
|
|
1523
|
+
name: string;
|
|
1524
|
+
family: CoinFamily;
|
|
1525
|
+
explorerUrl: string;
|
|
1526
|
+
accountExplorerUrl: string;
|
|
1527
|
+
chainId: number;
|
|
1528
|
+
nativeCoinOperationHashPrefix: string;
|
|
1529
|
+
}
|
|
1530
|
+
declare class OgTestnet extends Testnet implements EthereumNetwork {
|
|
1531
|
+
name: string;
|
|
1532
|
+
family: CoinFamily;
|
|
1533
|
+
explorerUrl: string;
|
|
1534
|
+
accountExplorerUrl: string;
|
|
1535
|
+
chainId: number;
|
|
1536
|
+
nativeCoinOperationHashPrefix: string;
|
|
1537
|
+
}
|
|
1538
|
+
declare class Xdc extends Mainnet implements EthereumNetwork {
|
|
1539
|
+
name: string;
|
|
1540
|
+
family: CoinFamily;
|
|
1541
|
+
explorerUrl: string;
|
|
1542
|
+
accountExplorerUrl: string;
|
|
1543
|
+
chainId: number;
|
|
1544
|
+
nativeCoinOperationHashPrefix: string;
|
|
1545
|
+
batcherContractAddress: string;
|
|
1546
|
+
forwarderFactoryAddress: string;
|
|
1547
|
+
forwarderImplementationAddress: string;
|
|
1548
|
+
}
|
|
1549
|
+
declare class XdcTestnet extends Testnet implements EthereumNetwork {
|
|
1550
|
+
name: string;
|
|
1551
|
+
family: CoinFamily;
|
|
1552
|
+
explorerUrl: string;
|
|
1553
|
+
accountExplorerUrl: string;
|
|
1554
|
+
chainId: number;
|
|
1555
|
+
nativeCoinOperationHashPrefix: string;
|
|
1556
|
+
batcherContractAddress: string;
|
|
1557
|
+
forwarderFactoryAddress: string;
|
|
1558
|
+
forwarderImplementationAddress: string;
|
|
1559
|
+
}
|
|
1560
|
+
declare class Wemix extends Mainnet implements EthereumNetwork {
|
|
1561
|
+
name: string;
|
|
1562
|
+
family: CoinFamily;
|
|
1563
|
+
explorerUrl: string;
|
|
1564
|
+
accountExplorerUrl: string;
|
|
1565
|
+
chainId: number;
|
|
1566
|
+
nativeCoinOperationHashPrefix: string;
|
|
1567
|
+
batcherContractAddress: string;
|
|
1568
|
+
forwarderFactoryAddress: string;
|
|
1569
|
+
forwarderImplementationAddress: string;
|
|
1570
|
+
}
|
|
1571
|
+
declare class WemixTestnet extends Testnet implements EthereumNetwork {
|
|
1572
|
+
name: string;
|
|
1573
|
+
family: CoinFamily;
|
|
1574
|
+
explorerUrl: string;
|
|
1575
|
+
accountExplorerUrl: string;
|
|
1576
|
+
chainId: number;
|
|
1577
|
+
nativeCoinOperationHashPrefix: string;
|
|
1578
|
+
batcherContractAddress: string;
|
|
1579
|
+
forwarderFactoryAddress: string;
|
|
1580
|
+
forwarderImplementationAddress: string;
|
|
1581
|
+
}
|
|
1582
|
+
declare class MonadTestnet extends Testnet implements EthereumNetwork {
|
|
1583
|
+
name: string;
|
|
1584
|
+
family: CoinFamily;
|
|
1585
|
+
explorerUrl: string;
|
|
1586
|
+
accountExplorerUrl: string;
|
|
1587
|
+
chainId: number;
|
|
1588
|
+
nativeCoinOperationHashPrefix: string;
|
|
1589
|
+
walletFactoryAddress: string;
|
|
1590
|
+
batcherContractAddress: string;
|
|
1591
|
+
forwarderFactoryAddress: string;
|
|
1592
|
+
forwarderImplementationAddress: string;
|
|
1593
|
+
walletImplementationAddress: string;
|
|
1594
|
+
}
|
|
1595
|
+
declare class Monad extends Mainnet implements EthereumNetwork {
|
|
1596
|
+
name: string;
|
|
1597
|
+
family: CoinFamily;
|
|
1598
|
+
explorerUrl: string;
|
|
1599
|
+
chainId: number;
|
|
1600
|
+
nativeCoinOperationHashPrefix: string;
|
|
1601
|
+
walletImplementationAddress: string;
|
|
1602
|
+
batcherContractAddress: string;
|
|
1603
|
+
forwarderFactoryAddress: string;
|
|
1604
|
+
forwarderImplementationAddress: string;
|
|
1605
|
+
}
|
|
1606
|
+
declare class World extends Mainnet implements EthereumNetwork {
|
|
1607
|
+
name: string;
|
|
1608
|
+
family: CoinFamily;
|
|
1609
|
+
explorerUrl: string;
|
|
1610
|
+
accountExplorerUrl: string;
|
|
1611
|
+
chainId: number;
|
|
1612
|
+
nativeCoinOperationHashPrefix: string;
|
|
1613
|
+
walletImplementationAddress: string;
|
|
1614
|
+
batcherContractAddress: string;
|
|
1615
|
+
forwarderFactoryAddress: string;
|
|
1616
|
+
forwarderImplementationAddress: string;
|
|
1617
|
+
}
|
|
1618
|
+
declare class WorldTestnet extends Testnet implements EthereumNetwork {
|
|
1619
|
+
name: string;
|
|
1620
|
+
family: CoinFamily;
|
|
1621
|
+
explorerUrl: string;
|
|
1622
|
+
accountExplorerUrl: string;
|
|
1623
|
+
chainId: number;
|
|
1624
|
+
nativeCoinOperationHashPrefix: string;
|
|
1625
|
+
batcherContractAddress: string;
|
|
1626
|
+
forwarderFactoryAddress: string;
|
|
1627
|
+
forwarderImplementationAddress: string;
|
|
1628
|
+
walletImplementationAddress: string;
|
|
1629
|
+
}
|
|
1630
|
+
declare class Soneium extends Mainnet implements EthereumNetwork {
|
|
1631
|
+
name: string;
|
|
1632
|
+
family: CoinFamily;
|
|
1633
|
+
explorerUrl: string;
|
|
1634
|
+
accountExplorerUrl: string;
|
|
1635
|
+
chainId: number;
|
|
1636
|
+
nativeCoinOperationHashPrefix: string;
|
|
1637
|
+
walletImplementationAddress: string;
|
|
1638
|
+
walletFactoryAddress: string;
|
|
1639
|
+
batcherContractAddress: string;
|
|
1640
|
+
forwarderFactoryAddress: string;
|
|
1641
|
+
forwarderImplementationAddress: string;
|
|
1642
|
+
}
|
|
1643
|
+
declare class SoneiumTestnet extends Testnet implements EthereumNetwork {
|
|
1644
|
+
name: string;
|
|
1645
|
+
family: CoinFamily;
|
|
1646
|
+
explorerUrl: string;
|
|
1647
|
+
accountExplorerUrl: string;
|
|
1648
|
+
chainId: number;
|
|
1649
|
+
nativeCoinOperationHashPrefix: string;
|
|
1650
|
+
walletFactoryAddress: string;
|
|
1651
|
+
batcherContractAddress: string;
|
|
1652
|
+
forwarderFactoryAddress: string;
|
|
1653
|
+
forwarderImplementationAddress: string;
|
|
1654
|
+
walletImplementationAddress: string;
|
|
1655
|
+
}
|
|
1656
|
+
declare class SeiEvm extends Mainnet implements EthereumNetwork {
|
|
1657
|
+
name: string;
|
|
1658
|
+
family: CoinFamily;
|
|
1659
|
+
explorerUrl: string;
|
|
1660
|
+
accountExplorerUrl: string;
|
|
1661
|
+
chainId: number;
|
|
1662
|
+
nativeCoinOperationHashPrefix: string;
|
|
1663
|
+
}
|
|
1664
|
+
declare class SeiEvmTestnet extends Testnet implements EthereumNetwork {
|
|
1665
|
+
name: string;
|
|
1666
|
+
family: CoinFamily;
|
|
1667
|
+
explorerUrl: string;
|
|
1668
|
+
accountExplorerUrl: string;
|
|
1669
|
+
chainId: number;
|
|
1670
|
+
nativeCoinOperationHashPrefix: string;
|
|
1671
|
+
walletFactoryAddress: string;
|
|
1672
|
+
batcherContractAddress: string;
|
|
1673
|
+
forwarderFactoryAddress: string;
|
|
1674
|
+
forwarderImplementationAddress: string;
|
|
1675
|
+
walletImplementationAddress: string;
|
|
1676
|
+
}
|
|
1677
|
+
declare class SomniaTestnet extends Testnet implements EthereumNetwork {
|
|
1678
|
+
name: string;
|
|
1679
|
+
family: CoinFamily;
|
|
1680
|
+
explorerUrl: string;
|
|
1681
|
+
accountExplorerUrl: string;
|
|
1682
|
+
chainId: number;
|
|
1683
|
+
nativeCoinOperationHashPrefix: string;
|
|
1684
|
+
walletFactoryAddress: string;
|
|
1685
|
+
batcherContractAddress: string;
|
|
1686
|
+
forwarderFactoryAddress: string;
|
|
1687
|
+
forwarderImplementationAddress: string;
|
|
1688
|
+
walletImplementationAddress: string;
|
|
1689
|
+
}
|
|
1690
|
+
declare class Somi extends Mainnet implements EthereumNetwork {
|
|
1691
|
+
name: string;
|
|
1692
|
+
family: CoinFamily;
|
|
1693
|
+
explorerUrl: string;
|
|
1694
|
+
chainId: number;
|
|
1695
|
+
nativeCoinOperationHashPrefix: string;
|
|
1696
|
+
walletImplementationAddress: string;
|
|
1697
|
+
walletFactoryAddress: string;
|
|
1698
|
+
forwarderImplementationAddress: string;
|
|
1699
|
+
forwarderFactoryAddress: string;
|
|
1700
|
+
batcherContractAddress: string;
|
|
1701
|
+
}
|
|
1702
|
+
export declare class FlareP extends Mainnet implements FlareNetwork {
|
|
1703
|
+
assetId: string;
|
|
1704
|
+
name: string;
|
|
1705
|
+
family: CoinFamily;
|
|
1706
|
+
explorerUrl: string;
|
|
1707
|
+
accountExplorerUrl: string;
|
|
1708
|
+
blockchainID: string;
|
|
1709
|
+
cChainBlockchainID: string;
|
|
1710
|
+
networkID: number;
|
|
1711
|
+
hrp: string;
|
|
1712
|
+
alias: string;
|
|
1713
|
+
vm: string;
|
|
1714
|
+
txFee: string;
|
|
1715
|
+
maxImportFee: string;
|
|
1716
|
+
createSubnetTx: string;
|
|
1717
|
+
createChainTx: string;
|
|
1718
|
+
creationTxFee: string;
|
|
1719
|
+
minConsumption: string;
|
|
1720
|
+
maxConsumption: string;
|
|
1721
|
+
maxSupply: string;
|
|
1722
|
+
minStake: string;
|
|
1723
|
+
minStakeDuration: string;
|
|
1724
|
+
maxStakeDuration: string;
|
|
1725
|
+
minDelegationStake: string;
|
|
1726
|
+
minDelegationFee: string;
|
|
1727
|
+
}
|
|
1728
|
+
export declare class FlarePTestnet extends Testnet implements FlareNetwork {
|
|
1729
|
+
name: string;
|
|
1730
|
+
family: CoinFamily;
|
|
1731
|
+
explorerUrl: string;
|
|
1732
|
+
accountExplorerUrl: string;
|
|
1733
|
+
blockchainID: string;
|
|
1734
|
+
cChainBlockchainID: string;
|
|
1735
|
+
networkID: number;
|
|
1736
|
+
hrp: string;
|
|
1737
|
+
alias: string;
|
|
1738
|
+
assetId: string;
|
|
1739
|
+
vm: string;
|
|
1740
|
+
txFee: string;
|
|
1741
|
+
maxImportFee: string;
|
|
1742
|
+
createSubnetTx: string;
|
|
1743
|
+
createChainTx: string;
|
|
1744
|
+
creationTxFee: string;
|
|
1745
|
+
minConsumption: string;
|
|
1746
|
+
maxConsumption: string;
|
|
1747
|
+
maxSupply: string;
|
|
1748
|
+
minStake: string;
|
|
1749
|
+
minStakeDuration: string;
|
|
1750
|
+
maxStakeDuration: string;
|
|
1751
|
+
minDelegationStake: string;
|
|
1752
|
+
minDelegationFee: string;
|
|
1753
|
+
}
|
|
1754
|
+
export declare class Flare extends Mainnet implements EthereumNetwork {
|
|
1755
|
+
name: string;
|
|
1756
|
+
family: CoinFamily;
|
|
1757
|
+
explorerUrl: string;
|
|
1758
|
+
accountExplorerUrl: string;
|
|
1759
|
+
chainId: number;
|
|
1760
|
+
nativeCoinOperationHashPrefix: string;
|
|
1761
|
+
walletFactoryAddress: string;
|
|
1762
|
+
walletImplementationAddress: string;
|
|
1763
|
+
batcherContractAddress: string;
|
|
1764
|
+
forwarderFactoryAddress: string;
|
|
1765
|
+
forwarderImplementationAddress: string;
|
|
1766
|
+
}
|
|
1767
|
+
export declare class FlareTestnet extends Testnet implements EthereumNetwork {
|
|
1768
|
+
name: string;
|
|
1769
|
+
family: CoinFamily;
|
|
1770
|
+
explorerUrl: string;
|
|
1771
|
+
accountExplorerUrl: string;
|
|
1772
|
+
chainId: number;
|
|
1773
|
+
nativeCoinOperationHashPrefix: string;
|
|
1774
|
+
walletFactoryAddress: string;
|
|
1775
|
+
walletImplementationAddress: string;
|
|
1776
|
+
batcherContractAddress: string;
|
|
1777
|
+
forwarderFactoryAddress: string;
|
|
1778
|
+
forwarderImplementationAddress: string;
|
|
1779
|
+
}
|
|
1780
|
+
declare class Songbird extends Mainnet implements EthereumNetwork {
|
|
1781
|
+
name: string;
|
|
1782
|
+
family: CoinFamily;
|
|
1783
|
+
explorerUrl: string;
|
|
1784
|
+
accountExplorerUrl: string;
|
|
1785
|
+
chainId: number;
|
|
1786
|
+
nativeCoinOperationHashPrefix: string;
|
|
1787
|
+
batcherContractAddress: string;
|
|
1788
|
+
forwarderFactoryAddress: string;
|
|
1789
|
+
forwarderImplementationAddress: string;
|
|
1790
|
+
}
|
|
1791
|
+
declare class SongbirdTestnet extends Testnet implements EthereumNetwork {
|
|
1792
|
+
name: string;
|
|
1793
|
+
family: CoinFamily;
|
|
1794
|
+
explorerUrl: string;
|
|
1795
|
+
accountExplorerUrl: string;
|
|
1796
|
+
chainId: number;
|
|
1797
|
+
nativeCoinOperationHashPrefix: string;
|
|
1798
|
+
batcherContractAddress: string;
|
|
1799
|
+
forwarderFactoryAddress: string;
|
|
1800
|
+
forwarderImplementationAddress: string;
|
|
1801
|
+
}
|
|
1802
|
+
declare class BaseChainTestnet extends Testnet implements EthereumNetwork {
|
|
1803
|
+
name: string;
|
|
1804
|
+
family: CoinFamily;
|
|
1805
|
+
explorerUrl: string;
|
|
1806
|
+
accountExplorerUrl: string;
|
|
1807
|
+
chainId: number;
|
|
1808
|
+
nativeCoinOperationHashPrefix: string;
|
|
1809
|
+
tokenOperationHashPrefix: string;
|
|
1810
|
+
forwarderFactoryAddress: string;
|
|
1811
|
+
forwarderImplementationAddress: string;
|
|
1812
|
+
walletFactoryAddress: string;
|
|
1813
|
+
walletImplementationAddress: string;
|
|
1814
|
+
}
|
|
1815
|
+
declare class BaseChain extends Mainnet implements EthereumNetwork {
|
|
1816
|
+
name: string;
|
|
1817
|
+
family: CoinFamily;
|
|
1818
|
+
explorerUrl: string;
|
|
1819
|
+
accountExplorerUrl: string;
|
|
1820
|
+
chainId: number;
|
|
1821
|
+
nativeCoinOperationHashPrefix: string;
|
|
1822
|
+
tokenOperationHashPrefix: string;
|
|
1823
|
+
forwarderFactoryAddress: string;
|
|
1824
|
+
forwarderImplementationAddress: string;
|
|
1825
|
+
walletFactoryAddress: string;
|
|
1826
|
+
walletImplementationAddress: string;
|
|
1827
|
+
}
|
|
1828
|
+
declare class Polymesh extends Mainnet implements AccountNetwork {
|
|
1829
|
+
name: string;
|
|
1830
|
+
family: CoinFamily;
|
|
1831
|
+
explorerUrl: string;
|
|
1832
|
+
specName: string;
|
|
1833
|
+
genesisHash: string;
|
|
1834
|
+
specVersion: number;
|
|
1835
|
+
chainName: string;
|
|
1836
|
+
txVersion: number;
|
|
1837
|
+
}
|
|
1838
|
+
declare class PolymeshTestnet extends Testnet implements AccountNetwork {
|
|
1839
|
+
name: string;
|
|
1840
|
+
family: CoinFamily;
|
|
1841
|
+
explorerUrl: string;
|
|
1842
|
+
specName: SubstrateSpecNameType;
|
|
1843
|
+
genesisHash: string;
|
|
1844
|
+
specVersion: number;
|
|
1845
|
+
chainName: string;
|
|
1846
|
+
txVersion: number;
|
|
1847
|
+
}
|
|
1848
|
+
declare class Vet extends Mainnet implements EthereumNetwork {
|
|
1849
|
+
name: string;
|
|
1850
|
+
family: CoinFamily;
|
|
1851
|
+
explorerUrl: string;
|
|
1852
|
+
accountExplorerUrl: string;
|
|
1853
|
+
chainId: number;
|
|
1854
|
+
forwarderFactoryAddress: string;
|
|
1855
|
+
forwarderImplementationAddress: string;
|
|
1856
|
+
}
|
|
1857
|
+
declare class VetTestnet extends Testnet implements EthereumNetwork {
|
|
1858
|
+
name: string;
|
|
1859
|
+
family: CoinFamily;
|
|
1860
|
+
explorerUrl: string;
|
|
1861
|
+
accountExplorerUrl: string;
|
|
1862
|
+
chainId: number;
|
|
1863
|
+
forwarderFactoryAddress: string;
|
|
1864
|
+
forwarderImplementationAddress: string;
|
|
1865
|
+
}
|
|
1866
|
+
declare class Iota extends Mainnet implements AccountNetwork {
|
|
1867
|
+
name: string;
|
|
1868
|
+
family: CoinFamily;
|
|
1869
|
+
explorerUrl: string;
|
|
1870
|
+
}
|
|
1871
|
+
declare class IotaTestnet extends Testnet implements AccountNetwork {
|
|
1872
|
+
name: string;
|
|
1873
|
+
family: CoinFamily;
|
|
1874
|
+
explorerUrl: string;
|
|
1875
|
+
}
|
|
1876
|
+
declare class Flow extends Mainnet implements EthereumNetwork {
|
|
1877
|
+
name: string;
|
|
1878
|
+
family: CoinFamily;
|
|
1879
|
+
explorerUrl: string;
|
|
1880
|
+
accountExplorerUrl: string;
|
|
1881
|
+
chainId: number;
|
|
1882
|
+
nativeCoinOperationHashPrefix: string;
|
|
1883
|
+
}
|
|
1884
|
+
declare class FlowTestnet extends Testnet implements EthereumNetwork {
|
|
1885
|
+
name: string;
|
|
1886
|
+
family: CoinFamily;
|
|
1887
|
+
explorerUrl: string;
|
|
1888
|
+
accountExplorerUrl: string;
|
|
1889
|
+
chainId: number;
|
|
1890
|
+
nativeCoinOperationHashPrefix: string;
|
|
1891
|
+
}
|
|
1892
|
+
declare class MegaETH extends Mainnet implements EthereumNetwork {
|
|
1893
|
+
name: string;
|
|
1894
|
+
family: CoinFamily;
|
|
1895
|
+
explorerUrl: string;
|
|
1896
|
+
accountExplorerUrl: string;
|
|
1897
|
+
chainId: number;
|
|
1898
|
+
nativeCoinOperationHashPrefix: string;
|
|
1899
|
+
}
|
|
1900
|
+
declare class MegaETHTestnet extends Testnet implements EthereumNetwork {
|
|
1901
|
+
name: string;
|
|
1902
|
+
family: CoinFamily;
|
|
1903
|
+
explorerUrl: string;
|
|
1904
|
+
accountExplorerUrl: string;
|
|
1905
|
+
chainId: number;
|
|
1906
|
+
nativeCoinOperationHashPrefix: string;
|
|
1907
|
+
}
|
|
1908
|
+
declare class Plume extends Mainnet implements EthereumNetwork {
|
|
1909
|
+
name: string;
|
|
1910
|
+
family: CoinFamily;
|
|
1911
|
+
explorerUrl: string;
|
|
1912
|
+
accountExplorerUrl: string;
|
|
1913
|
+
chainId: number;
|
|
1914
|
+
nativeCoinOperationHashPrefix: string;
|
|
1915
|
+
}
|
|
1916
|
+
declare class HederaEVMTestnet extends Testnet implements EthereumNetwork {
|
|
1917
|
+
name: string;
|
|
1918
|
+
family: CoinFamily;
|
|
1919
|
+
explorerUrl: string;
|
|
1920
|
+
accountExplorerUrl: string;
|
|
1921
|
+
chainId: number;
|
|
1922
|
+
nativeCoinOperationHashPrefix: string;
|
|
1923
|
+
}
|
|
1924
|
+
declare class HederaEVM extends Mainnet implements EthereumNetwork {
|
|
1925
|
+
name: string;
|
|
1926
|
+
family: CoinFamily;
|
|
1927
|
+
explorerUrl: string;
|
|
1928
|
+
accountExplorerUrl: string;
|
|
1929
|
+
chainId: number;
|
|
1930
|
+
nativeCoinOperationHashPrefix: string;
|
|
1931
|
+
}
|
|
1932
|
+
declare class PlumeTestnet extends Testnet implements EthereumNetwork {
|
|
1933
|
+
name: string;
|
|
1934
|
+
family: CoinFamily;
|
|
1935
|
+
explorerUrl: string;
|
|
1936
|
+
accountExplorerUrl: string;
|
|
1937
|
+
chainId: number;
|
|
1938
|
+
nativeCoinOperationHashPrefix: string;
|
|
1939
|
+
}
|
|
1940
|
+
declare class Canton extends Mainnet implements BaseNetwork {
|
|
1941
|
+
name: string;
|
|
1942
|
+
family: CoinFamily;
|
|
1943
|
+
explorerUrl: string;
|
|
1944
|
+
}
|
|
1945
|
+
declare class CantonTestnet extends Testnet implements BaseNetwork {
|
|
1946
|
+
name: string;
|
|
1947
|
+
family: CoinFamily;
|
|
1948
|
+
explorerUrl: string;
|
|
1949
|
+
}
|
|
1950
|
+
declare class Dogeos extends Mainnet implements EthereumNetwork {
|
|
1951
|
+
name: string;
|
|
1952
|
+
family: CoinFamily;
|
|
1953
|
+
explorerUrl: string;
|
|
1954
|
+
accountExplorerUrl: string;
|
|
1955
|
+
chainId: number;
|
|
1956
|
+
nativeCoinOperationHashPrefix: string;
|
|
1957
|
+
}
|
|
1958
|
+
declare class DogeosTestnet extends Testnet implements EthereumNetwork {
|
|
1959
|
+
name: string;
|
|
1960
|
+
family: CoinFamily;
|
|
1961
|
+
explorerUrl: string;
|
|
1962
|
+
accountExplorerUrl: string;
|
|
1963
|
+
chainId: number;
|
|
1964
|
+
nativeCoinOperationHashPrefix: string;
|
|
1965
|
+
}
|
|
1966
|
+
declare class ArcTestnet extends Testnet implements EthereumNetwork {
|
|
1967
|
+
name: string;
|
|
1968
|
+
family: CoinFamily;
|
|
1969
|
+
explorerUrl: string;
|
|
1970
|
+
accountExplorerUrl: string;
|
|
1971
|
+
chainId: number;
|
|
1972
|
+
nativeCoinOperationHashPrefix: string;
|
|
761
1973
|
}
|
|
762
1974
|
export declare const Networks: {
|
|
763
1975
|
main: {
|
|
764
1976
|
ada: Readonly<Ada>;
|
|
765
1977
|
algorand: Readonly<Algorand>;
|
|
1978
|
+
apechain: Readonly<ApeChain>;
|
|
1979
|
+
apt: Readonly<Apt>;
|
|
766
1980
|
arbitrum: Readonly<Arbitrum>;
|
|
1981
|
+
asi: Readonly<Asi>;
|
|
767
1982
|
atom: Readonly<Atom>;
|
|
768
1983
|
avalancheC: Readonly<AvalancheC>;
|
|
769
1984
|
avalancheP: Readonly<AvalancheP>;
|
|
1985
|
+
baby: Readonly<Baby>;
|
|
1986
|
+
basechain: Readonly<BaseChain>;
|
|
770
1987
|
bitcoin: Readonly<Bitcoin>;
|
|
771
1988
|
bitcoinCash: Readonly<BitcoinCash>;
|
|
772
1989
|
bitcoinGold: Readonly<BitcoinGold>;
|
|
773
1990
|
bitcoinSV: Readonly<BitcoinSV>;
|
|
774
|
-
bera: Readonly<
|
|
1991
|
+
bera: Readonly<Berachain>;
|
|
775
1992
|
bld: Readonly<Bld>;
|
|
776
1993
|
bsc: Readonly<BinanceSmartChain>;
|
|
1994
|
+
canton: Readonly<Canton>;
|
|
777
1995
|
casper: Readonly<Casper>;
|
|
778
1996
|
celo: Readonly<Celo>;
|
|
779
|
-
|
|
1997
|
+
coredao: Readonly<Coredao>;
|
|
1998
|
+
coreum: Readonly<Coreum>;
|
|
1999
|
+
cronos: Readonly<Cronos>;
|
|
780
2000
|
dash: Readonly<Dash>;
|
|
781
2001
|
dogecoin: Readonly<Dogecoin>;
|
|
782
|
-
|
|
2002
|
+
dogeos: Readonly<Dogeos>;
|
|
2003
|
+
dot: Readonly<PolkadotAssetHub>;
|
|
783
2004
|
eCash: Readonly<ECash>;
|
|
784
2005
|
eos: Readonly<Eos>;
|
|
785
2006
|
ethereum: Readonly<Ethereum>;
|
|
@@ -787,85 +2008,187 @@ export declare const Networks: {
|
|
|
787
2008
|
ethereumClassic: Readonly<EthereumClassic>;
|
|
788
2009
|
ethereumW: Readonly<EthereumW>;
|
|
789
2010
|
fiat: Readonly<Fiat>;
|
|
2011
|
+
fetchai: Readonly<FetchAi>;
|
|
2012
|
+
flow: Readonly<Flow>;
|
|
2013
|
+
flr: Readonly<Flare>;
|
|
2014
|
+
flrP: Readonly<FlareP>;
|
|
2015
|
+
fluenteth: Readonly<FluentETH>;
|
|
790
2016
|
hash: Readonly<Hash>;
|
|
791
2017
|
hedera: Readonly<Hedera>;
|
|
2018
|
+
hederaEVM: Readonly<HederaEVM>;
|
|
2019
|
+
icp: Readonly<Icp>;
|
|
2020
|
+
ip: Readonly<IP>;
|
|
2021
|
+
initia: Readonly<Initia>;
|
|
2022
|
+
iota: Readonly<Iota>;
|
|
792
2023
|
injective: Readonly<Injective>;
|
|
2024
|
+
irys: Readonly<Irys>;
|
|
793
2025
|
islm: Readonly<Islm>;
|
|
2026
|
+
jovayeth: Readonly<JovayETH>;
|
|
2027
|
+
kaia: Readonly<Kaia>;
|
|
794
2028
|
kava: Readonly<Kava>;
|
|
2029
|
+
kavaevm: Readonly<KavaEVM>;
|
|
2030
|
+
lnbtc: Readonly<LightningBitcoin>;
|
|
795
2031
|
litecoin: Readonly<Litecoin>;
|
|
2032
|
+
megaeth: Readonly<MegaETH>;
|
|
2033
|
+
mon: Readonly<Monad>;
|
|
2034
|
+
mantle: Readonly<Mantle>;
|
|
2035
|
+
mantra: Readonly<Mantra>;
|
|
2036
|
+
plume: Readonly<Plume>;
|
|
796
2037
|
polygon: Readonly<Polygon>;
|
|
2038
|
+
polyx: Readonly<Polymesh>;
|
|
2039
|
+
phrs: Readonly<Pharos>;
|
|
2040
|
+
ctc: Readonly<Creditcoin>;
|
|
2041
|
+
hypeevm: Readonly<HypeEVM>;
|
|
2042
|
+
lineaeth: Readonly<LineaETH>;
|
|
2043
|
+
oas: Readonly<Oas>;
|
|
2044
|
+
og: Readonly<Og>;
|
|
797
2045
|
ofc: Readonly<Ofc>;
|
|
2046
|
+
okb: Readonly<Xlayer>;
|
|
2047
|
+
opbnb: Readonly<OpBNB>;
|
|
2048
|
+
fantom: Readonly<Fantom>;
|
|
2049
|
+
morph: Readonly<Morph>;
|
|
798
2050
|
optimism: Readonly<Optimism>;
|
|
799
2051
|
osmo: Readonly<Osmo>;
|
|
800
2052
|
rbtc: Readonly<Rbtc>;
|
|
2053
|
+
rune: Readonly<Rune>;
|
|
801
2054
|
stellar: Readonly<Stellar>;
|
|
802
2055
|
sei: Readonly<Sei>;
|
|
2056
|
+
seievm: Readonly<SeiEvm>;
|
|
2057
|
+
sgb: Readonly<Songbird>;
|
|
803
2058
|
sol: Readonly<Sol>;
|
|
2059
|
+
sonic: Readonly<Sonic>;
|
|
804
2060
|
sui: Readonly<Sui>;
|
|
805
2061
|
near: Readonly<Near>;
|
|
806
2062
|
stx: Readonly<Stx>;
|
|
2063
|
+
somi: Readonly<Somi>;
|
|
2064
|
+
soneium: Readonly<Soneium>;
|
|
807
2065
|
susd: Readonly<SUSD>;
|
|
2066
|
+
tao: Readonly<Bittensor>;
|
|
808
2067
|
tia: Readonly<Tia>;
|
|
809
2068
|
ton: Readonly<Ton>;
|
|
810
2069
|
trx: Readonly<Trx>;
|
|
2070
|
+
vet: Readonly<Vet>;
|
|
2071
|
+
wemix: Readonly<Wemix>;
|
|
2072
|
+
world: Readonly<World>;
|
|
2073
|
+
xdc: Readonly<Xdc>;
|
|
2074
|
+
xpl: Readonly<Plasma>;
|
|
811
2075
|
xrp: Readonly<Xrp>;
|
|
812
2076
|
xtz: Readonly<Xtz>;
|
|
813
2077
|
zCash: Readonly<ZCash>;
|
|
814
2078
|
zeta: Readonly<Zeta>;
|
|
2079
|
+
zkSync: Readonly<ZkSync>;
|
|
815
2080
|
};
|
|
816
2081
|
test: {
|
|
817
2082
|
ada: Readonly<AdaTestnet>;
|
|
818
2083
|
algorand: Readonly<AlgorandTestnet>;
|
|
2084
|
+
apechain: Readonly<ApeChainTestnet>;
|
|
2085
|
+
apt: Readonly<AptTestnet>;
|
|
819
2086
|
arbitrum: Readonly<ArbitrumTestnet>;
|
|
2087
|
+
asi: Readonly<AsiTestnet>;
|
|
820
2088
|
atom: Readonly<AtomTestnet>;
|
|
821
2089
|
avalancheC: Readonly<AvalancheCTestnet>;
|
|
822
2090
|
avalancheP: Readonly<AvalanchePTestnet>;
|
|
2091
|
+
baby: Readonly<BabyTestnet>;
|
|
2092
|
+
basechain: Readonly<BaseChainTestnet>;
|
|
823
2093
|
bitcoin: Readonly<BitcoinTestnet>;
|
|
2094
|
+
bitcoinPublicSignet: Readonly<BitcoinPublicSignet>;
|
|
2095
|
+
bitcoinTestnet4: Readonly<BitcoinTestnet4>;
|
|
2096
|
+
bitcoinBitGoSignet: Readonly<BitcoinBitGoSignet>;
|
|
824
2097
|
bitcoinCash: Readonly<BitcoinCashTestnet>;
|
|
825
2098
|
bitcoinGold: Readonly<BitcoinGoldTestnet>;
|
|
826
2099
|
bitcoinSV: Readonly<BitcoinSVTestnet>;
|
|
827
|
-
bera: Readonly<
|
|
2100
|
+
bera: Readonly<BerachainTestnet>;
|
|
828
2101
|
bld: Readonly<BldTestnet>;
|
|
829
2102
|
bsc: Readonly<BinanceSmartChainTestnet>;
|
|
2103
|
+
canton: Readonly<CantonTestnet>;
|
|
830
2104
|
casper: Readonly<CasperTestnet>;
|
|
2105
|
+
coredao: Readonly<CoredaoTestnet>;
|
|
831
2106
|
celo: Readonly<CeloTestnet>;
|
|
2107
|
+
cronos: Readonly<CronosTestnet>;
|
|
832
2108
|
dash: Readonly<DashTestnet>;
|
|
833
2109
|
dogecoin: Readonly<DogecoinTestnet>;
|
|
834
|
-
|
|
2110
|
+
dogeos: Readonly<DogeosTestnet>;
|
|
2111
|
+
dot: Readonly<WestendAssetHub>;
|
|
835
2112
|
eCash: Readonly<ECashTestnet>;
|
|
836
2113
|
eos: Readonly<EosTestnet>;
|
|
837
2114
|
fiat: Readonly<FiatTestnet>;
|
|
2115
|
+
fetchai: Readonly<FetchAiTestnet>;
|
|
2116
|
+
flow: Readonly<FlowTestnet>;
|
|
2117
|
+
flr: Readonly<FlareTestnet>;
|
|
2118
|
+
flrP: Readonly<FlarePTestnet>;
|
|
2119
|
+
fluenteth: Readonly<FluentETHTestnet>;
|
|
2120
|
+
mon: Readonly<MonadTestnet>;
|
|
2121
|
+
megaeth: Readonly<MegaETHTestnet>;
|
|
838
2122
|
pyrmont: Readonly<Pyrmont>;
|
|
2123
|
+
plume: Readonly<PlumeTestnet>;
|
|
839
2124
|
ethereumClassicTestnet: Readonly<EthereumClassicTestnet>;
|
|
840
2125
|
hash: Readonly<HashTestnet>;
|
|
841
2126
|
hedera: Readonly<HederaTestnet>;
|
|
2127
|
+
hederaEVM: Readonly<HederaEVMTestnet>;
|
|
2128
|
+
icp: Readonly<IcpTestnet>;
|
|
2129
|
+
ip: Readonly<IPTestnet>;
|
|
2130
|
+
initia: Readonly<InitiaTestnet>;
|
|
842
2131
|
injective: Readonly<InjectiveTestnet>;
|
|
2132
|
+
iota: Readonly<IotaTestnet>;
|
|
2133
|
+
irys: Readonly<IrysTestnet>;
|
|
843
2134
|
islm: Readonly<IslmTestnet>;
|
|
2135
|
+
jovayeth: Readonly<JovayETHTestnet>;
|
|
844
2136
|
kava: Readonly<KavaTestnet>;
|
|
2137
|
+
kavaevm: Readonly<KavaEVMTestnet>;
|
|
845
2138
|
kovan: Readonly<Kovan>;
|
|
846
2139
|
goerli: Readonly<Goerli>;
|
|
847
2140
|
holesky: Readonly<Holesky>;
|
|
2141
|
+
hoodi: Readonly<Hoodi>;
|
|
2142
|
+
lnbtc: Readonly<LightningBitcoinTestnet>;
|
|
848
2143
|
litecoin: Readonly<LitecoinTestnet>;
|
|
2144
|
+
mantle: Readonly<MantleTestnet>;
|
|
2145
|
+
mantra: Readonly<MantraTestnet>;
|
|
849
2146
|
polygon: Readonly<PolygonTestnet>;
|
|
2147
|
+
polyx: Readonly<PolymeshTestnet>;
|
|
2148
|
+
phrs: Readonly<PharosTestnet>;
|
|
2149
|
+
ctc: Readonly<CreditcoinTestnet>;
|
|
2150
|
+
hypeevm: Readonly<HypeEVMTestnet>;
|
|
2151
|
+
lineaeth: Readonly<LineaETHTestnet>;
|
|
2152
|
+
oas: Readonly<OasTestnet>;
|
|
2153
|
+
og: Readonly<OgTestnet>;
|
|
850
2154
|
ofc: Readonly<OfcTestnet>;
|
|
2155
|
+
okb: Readonly<XlayerTestnet>;
|
|
2156
|
+
opbnb: Readonly<OpBNBTestnet>;
|
|
2157
|
+
fantom: Readonly<FantomTestnet>;
|
|
2158
|
+
morph: Readonly<MorphTestnet>;
|
|
851
2159
|
optimism: Readonly<OptimismTestnet>;
|
|
852
2160
|
osmo: Readonly<OsmoTestnet>;
|
|
853
2161
|
rbtc: Readonly<RbtcTestnet>;
|
|
2162
|
+
rune: Readonly<RuneTestNet>;
|
|
2163
|
+
sgb: Readonly<SongbirdTestnet>;
|
|
854
2164
|
stellar: Readonly<StellarTestnet>;
|
|
855
2165
|
sei: Readonly<SeiTestnet>;
|
|
2166
|
+
seievm: Readonly<SeiEvmTestnet>;
|
|
856
2167
|
sol: Readonly<SolTestnet>;
|
|
857
2168
|
sui: Readonly<SuiTestnet>;
|
|
858
2169
|
near: Readonly<NearTestnet>;
|
|
859
2170
|
stx: Readonly<StxTestnet>;
|
|
2171
|
+
stt: Readonly<SomniaTestnet>;
|
|
2172
|
+
soneium: Readonly<SoneiumTestnet>;
|
|
2173
|
+
sonic: Readonly<SonicTestnet>;
|
|
2174
|
+
kaia: Readonly<KaiaTestnet>;
|
|
860
2175
|
susd: Readonly<SUSDTestnet>;
|
|
861
|
-
|
|
2176
|
+
coreum: Readonly<CoreumTestnet>;
|
|
2177
|
+
tao: Readonly<BittensorTestnet>;
|
|
862
2178
|
tia: Readonly<TiaTestnet>;
|
|
863
2179
|
ton: Readonly<TonTestnet>;
|
|
864
2180
|
trx: Readonly<TrxTestnet>;
|
|
2181
|
+
vet: Readonly<VetTestnet>;
|
|
2182
|
+
wemix: Readonly<WemixTestnet>;
|
|
2183
|
+
world: Readonly<WorldTestnet>;
|
|
2184
|
+
xdc: Readonly<XdcTestnet>;
|
|
2185
|
+
xpl: Readonly<PlasmaTestnet>;
|
|
865
2186
|
xrp: Readonly<XrpTestnet>;
|
|
866
2187
|
xtz: Readonly<XtzTestnet>;
|
|
867
2188
|
zCash: Readonly<ZCashTestnet>;
|
|
868
2189
|
zeta: Readonly<ZetaTestnet>;
|
|
2190
|
+
zkSync: Readonly<ZkSyncTestnet>;
|
|
2191
|
+
arc: Readonly<ArcTestnet>;
|
|
869
2192
|
};
|
|
870
2193
|
};
|
|
871
2194
|
export {};
|