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