@bitgo-beta/statics 10.0.1-alpha.46 → 10.0.1-alpha.461
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 +1082 -60
- package/dist/src/account.d.ts.map +1 -1
- package/dist/src/account.js +1708 -142
- package/dist/src/ada.d.ts.map +1 -1
- package/dist/src/ada.js +9 -3
- package/dist/src/allCoinsAndTokens.d.ts +2 -0
- package/dist/src/allCoinsAndTokens.d.ts.map +1 -0
- package/dist/src/allCoinsAndTokens.js +1193 -0
- package/dist/src/avaxp.d.ts.map +1 -1
- package/dist/src/avaxp.js +10 -3
- package/dist/src/base.d.ts +2233 -33
- package/dist/src/base.d.ts.map +1 -1
- package/dist/src/base.js +2346 -49
- 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 +113 -0
- package/dist/src/coinFeatures.d.ts.map +1 -0
- package/dist/src/coinFeatures.js +722 -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/cantonTokens.d.ts +2 -0
- package/dist/src/coins/cantonTokens.d.ts.map +1 -0
- package/dist/src/coins/cantonTokens.js +14 -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 +1973 -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 +864 -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 +1688 -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 +440 -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 -0
- package/dist/src/coins.d.ts.map +1 -1
- package/dist/src/coins.js +367 -1374
- package/dist/src/constants.d.ts +3 -0
- package/dist/src/constants.d.ts.map +1 -0
- package/dist/src/constants.js +6 -0
- 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 +27 -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 +1710 -58
- package/dist/src/networks.d.ts.map +1 -1
- package/dist/src/networks.js +2097 -76
- 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 +614 -95
- package/dist/src/tokenConfig.d.ts.map +1 -1
- package/dist/src/tokenConfig.js +1007 -191
- package/dist/src/utxo.d.ts +3 -1
- package/dist/src/utxo.d.ts.map +1 -1
- package/dist/src/utxo.js +85 -3
- package/dist/tsconfig.tsbuildinfo +1 -2737
- package/package.json +6 -3
- package/.mocharc.js +0 -10
- package/.prettierignore +0 -2
- package/CHANGELOG.md +0 -518
- package/dist/resources/dot/index.d.ts +0 -3
- package/dist/resources/dot/index.d.ts.map +0 -1
- package/dist/resources/dot/index.js +0 -15
- package/dist/resources/dot/mainnet.d.ts +0 -2
- package/dist/resources/dot/mainnet.d.ts.map +0 -1
- package/dist/resources/dot/mainnet.js +0 -5
- package/dist/resources/dot/westend.d.ts +0 -2
- package/dist/resources/dot/westend.d.ts.map +0 -1
- package/dist/resources/dot/westend.js +0 -5
- package/resources/dot/index.ts +0 -2
- package/resources/dot/mainnet.ts +0 -2
- package/resources/dot/westend.ts +0 -2
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,20 +102,30 @@ 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;
|
|
109
|
+
readonly blockExplorerUrl?: string;
|
|
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[];
|
|
46
118
|
}
|
|
47
119
|
/**
|
|
48
120
|
* Specification name type of the chain. Used in setting up the registry
|
|
49
121
|
*/
|
|
50
|
-
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';
|
|
51
124
|
export interface DotNetwork extends AccountNetwork {
|
|
52
125
|
readonly specName: PolkadotSpecNameType;
|
|
53
126
|
readonly genesisHash: string;
|
|
54
127
|
readonly specVersion: number;
|
|
55
128
|
readonly chainName: string;
|
|
56
|
-
readonly metadataRpc: `0x${string}`;
|
|
57
129
|
readonly txVersion: number;
|
|
58
130
|
}
|
|
59
131
|
export interface EthereumNetwork extends AccountNetwork {
|
|
@@ -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,6 +194,60 @@ 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
|
+
}
|
|
223
|
+
declare class Arbitrum extends Mainnet implements EthereumNetwork {
|
|
224
|
+
name: string;
|
|
225
|
+
family: CoinFamily;
|
|
226
|
+
explorerUrl: string;
|
|
227
|
+
accountExplorerUrl: string;
|
|
228
|
+
chainId: number;
|
|
229
|
+
nativeCoinOperationHashPrefix: string;
|
|
230
|
+
tokenOperationHashPrefix: string;
|
|
231
|
+
forwarderFactoryAddress: string;
|
|
232
|
+
forwarderImplementationAddress: string;
|
|
233
|
+
walletFactoryAddress: string;
|
|
234
|
+
walletImplementationAddress: string;
|
|
235
|
+
batcherContractAddress: string;
|
|
236
|
+
}
|
|
237
|
+
declare class ArbitrumTestnet extends Testnet implements EthereumNetwork {
|
|
238
|
+
name: string;
|
|
239
|
+
family: CoinFamily;
|
|
240
|
+
explorerUrl: string;
|
|
241
|
+
accountExplorerUrl: string;
|
|
242
|
+
chainId: number;
|
|
243
|
+
nativeCoinOperationHashPrefix: string;
|
|
244
|
+
tokenOperationHashPrefix: string;
|
|
245
|
+
forwarderFactoryAddress: string;
|
|
246
|
+
forwarderImplementationAddress: string;
|
|
247
|
+
walletFactoryAddress: string;
|
|
248
|
+
walletImplementationAddress: string;
|
|
249
|
+
batcherContractAddress: string;
|
|
250
|
+
}
|
|
113
251
|
declare class AvalancheC extends Mainnet implements AccountNetwork {
|
|
114
252
|
name: string;
|
|
115
253
|
family: CoinFamily;
|
|
@@ -137,6 +275,7 @@ declare class AvalancheP extends Mainnet implements AvalancheNetwork {
|
|
|
137
275
|
alias: string;
|
|
138
276
|
vm: string;
|
|
139
277
|
txFee: string;
|
|
278
|
+
maxImportFee: string;
|
|
140
279
|
createSubnetTx: string;
|
|
141
280
|
createChainTx: string;
|
|
142
281
|
creationTxFee: string;
|
|
@@ -162,6 +301,7 @@ declare class AvalanchePTestnet extends Testnet implements AvalancheNetwork {
|
|
|
162
301
|
hrp: string;
|
|
163
302
|
vm: string;
|
|
164
303
|
txFee: string;
|
|
304
|
+
maxImportFee: string;
|
|
165
305
|
createSubnetTx: string;
|
|
166
306
|
createChainTx: string;
|
|
167
307
|
creationTxFee: string;
|
|
@@ -180,6 +320,9 @@ declare class BinanceSmartChain extends Mainnet implements EthereumNetwork {
|
|
|
180
320
|
explorerUrl: string;
|
|
181
321
|
accountExplorerUrl: string;
|
|
182
322
|
chainId: number;
|
|
323
|
+
nativeCoinOperationHashPrefix: string;
|
|
324
|
+
tokenOperationHashPrefix: string;
|
|
325
|
+
batcherContractAddress: string;
|
|
183
326
|
}
|
|
184
327
|
declare class BinanceSmartChainTestnet extends Testnet implements EthereumNetwork {
|
|
185
328
|
name: string;
|
|
@@ -187,6 +330,63 @@ declare class BinanceSmartChainTestnet extends Testnet implements EthereumNetwor
|
|
|
187
330
|
explorerUrl: string;
|
|
188
331
|
accountExplorerUrl: string;
|
|
189
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;
|
|
190
390
|
}
|
|
191
391
|
declare class Bitcoin extends Mainnet implements UtxoNetwork {
|
|
192
392
|
name: string;
|
|
@@ -199,6 +399,25 @@ declare class BitcoinTestnet extends Testnet implements UtxoNetwork {
|
|
|
199
399
|
family: CoinFamily;
|
|
200
400
|
utxolibName: string;
|
|
201
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;
|
|
202
421
|
}
|
|
203
422
|
declare class BitcoinCash extends Mainnet implements UtxoNetwork {
|
|
204
423
|
name: string;
|
|
@@ -272,7 +491,7 @@ declare class ECashTestnet extends Testnet implements UtxoNetwork {
|
|
|
272
491
|
utxolibName: string;
|
|
273
492
|
explorerUrl: undefined;
|
|
274
493
|
}
|
|
275
|
-
declare class
|
|
494
|
+
declare class PolkadotAssetHub extends Mainnet implements DotNetwork {
|
|
276
495
|
name: string;
|
|
277
496
|
family: CoinFamily;
|
|
278
497
|
explorerUrl: string;
|
|
@@ -280,10 +499,9 @@ declare class Polkadot extends Mainnet implements DotNetwork {
|
|
|
280
499
|
genesisHash: string;
|
|
281
500
|
specVersion: number;
|
|
282
501
|
chainName: string;
|
|
283
|
-
metadataRpc: `0x${string}`;
|
|
284
502
|
txVersion: number;
|
|
285
503
|
}
|
|
286
|
-
declare class
|
|
504
|
+
declare class WestendAssetHub extends Testnet implements DotNetwork {
|
|
287
505
|
name: string;
|
|
288
506
|
family: CoinFamily;
|
|
289
507
|
explorerUrl: string;
|
|
@@ -291,7 +509,6 @@ declare class PolkadotTestnet extends Testnet implements DotNetwork {
|
|
|
291
509
|
genesisHash: string;
|
|
292
510
|
specVersion: number;
|
|
293
511
|
chainName: string;
|
|
294
|
-
metadataRpc: `0x${string}`;
|
|
295
512
|
txVersion: number;
|
|
296
513
|
}
|
|
297
514
|
declare class Celo extends Mainnet implements EthereumNetwork {
|
|
@@ -300,6 +517,8 @@ declare class Celo extends Mainnet implements EthereumNetwork {
|
|
|
300
517
|
explorerUrl: string;
|
|
301
518
|
accountExplorerUrl: string;
|
|
302
519
|
chainId: number;
|
|
520
|
+
nativeCoinOperationHashPrefix: string;
|
|
521
|
+
tokenOperationHashPrefix: string;
|
|
303
522
|
}
|
|
304
523
|
declare class CeloTestnet extends Testnet implements EthereumNetwork {
|
|
305
524
|
name: string;
|
|
@@ -307,6 +526,8 @@ declare class CeloTestnet extends Testnet implements EthereumNetwork {
|
|
|
307
526
|
explorerUrl: string;
|
|
308
527
|
accountExplorerUrl: string;
|
|
309
528
|
chainId: number;
|
|
529
|
+
nativeCoinOperationHashPrefix: string;
|
|
530
|
+
tokenOperationHashPrefix: string;
|
|
310
531
|
}
|
|
311
532
|
declare class Casper extends Mainnet implements AccountNetwork {
|
|
312
533
|
name: string;
|
|
@@ -325,10 +546,23 @@ declare class Ethereum extends Mainnet implements EthereumNetwork {
|
|
|
325
546
|
family: CoinFamily;
|
|
326
547
|
explorerUrl: string;
|
|
327
548
|
accountExplorerUrl: string;
|
|
549
|
+
blockExplorerUrl: string;
|
|
328
550
|
chainId: number;
|
|
329
551
|
batcherContractAddress: string;
|
|
330
552
|
forwarderFactoryAddress: string;
|
|
331
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;
|
|
332
566
|
}
|
|
333
567
|
declare class Ethereum2 extends Mainnet implements AccountNetwork {
|
|
334
568
|
name: string;
|
|
@@ -345,6 +579,8 @@ declare class EthereumW extends Mainnet implements EthereumNetwork {
|
|
|
345
579
|
batcherContractAddress: string;
|
|
346
580
|
forwarderFactoryAddress: string;
|
|
347
581
|
forwarderImplementationAddress: string;
|
|
582
|
+
nativeCoinOperationHashPrefix: string;
|
|
583
|
+
tokenOperationHashPrefix: string;
|
|
348
584
|
}
|
|
349
585
|
declare class Pyrmont extends Testnet implements AccountNetwork {
|
|
350
586
|
name: string;
|
|
@@ -361,16 +597,59 @@ declare class Kovan extends Testnet implements EthereumNetwork {
|
|
|
361
597
|
batcherContractAddress: string;
|
|
362
598
|
forwarderFactoryAddress: string;
|
|
363
599
|
forwarderImplementationAddress: string;
|
|
600
|
+
nativeCoinOperationHashPrefix: string;
|
|
601
|
+
tokenOperationHashPrefix: string;
|
|
364
602
|
}
|
|
365
603
|
declare class Goerli extends Testnet implements EthereumNetwork {
|
|
366
604
|
name: string;
|
|
367
605
|
family: CoinFamily;
|
|
368
606
|
explorerUrl: string;
|
|
369
607
|
accountExplorerUrl: string;
|
|
608
|
+
blockExplorerUrl: string;
|
|
609
|
+
chainId: number;
|
|
610
|
+
batcherContractAddress: string;
|
|
611
|
+
forwarderFactoryAddress: string;
|
|
612
|
+
forwarderImplementationAddress: string;
|
|
613
|
+
nativeCoinOperationHashPrefix: string;
|
|
614
|
+
tokenOperationHashPrefix: string;
|
|
615
|
+
}
|
|
616
|
+
declare class Holesky extends Testnet implements EthereumNetwork {
|
|
617
|
+
name: string;
|
|
618
|
+
family: CoinFamily;
|
|
619
|
+
explorerUrl: string;
|
|
620
|
+
accountExplorerUrl: string;
|
|
621
|
+
blockExplorerUrl: string;
|
|
622
|
+
chainId: number;
|
|
623
|
+
batcherContractAddress: string;
|
|
624
|
+
forwarderFactoryAddress: string;
|
|
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;
|
|
370
637
|
chainId: number;
|
|
371
638
|
batcherContractAddress: string;
|
|
372
639
|
forwarderFactoryAddress: string;
|
|
373
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;
|
|
374
653
|
}
|
|
375
654
|
declare class EthereumClassic extends Mainnet implements EthereumNetwork {
|
|
376
655
|
name: string;
|
|
@@ -378,6 +657,8 @@ declare class EthereumClassic extends Mainnet implements EthereumNetwork {
|
|
|
378
657
|
explorerUrl: string;
|
|
379
658
|
accountExplorerUrl: string;
|
|
380
659
|
chainId: number;
|
|
660
|
+
nativeCoinOperationHashPrefix: string;
|
|
661
|
+
tokenOperationHashPrefix: string;
|
|
381
662
|
}
|
|
382
663
|
declare class EthereumClassicTestnet extends Testnet implements EthereumNetwork {
|
|
383
664
|
name: string;
|
|
@@ -385,6 +666,8 @@ declare class EthereumClassicTestnet extends Testnet implements EthereumNetwork
|
|
|
385
666
|
explorerUrl: string;
|
|
386
667
|
accountExplorerUrl: string;
|
|
387
668
|
chainId: number;
|
|
669
|
+
nativeCoinOperationHashPrefix: string;
|
|
670
|
+
tokenOperationHashPrefix: string;
|
|
388
671
|
}
|
|
389
672
|
declare class Eos extends Mainnet implements AccountNetwork {
|
|
390
673
|
name: string;
|
|
@@ -434,6 +717,8 @@ declare class Rbtc extends Mainnet implements EthereumNetwork {
|
|
|
434
717
|
explorerUrl: string;
|
|
435
718
|
accountExplorerUrl: string;
|
|
436
719
|
chainId: number;
|
|
720
|
+
nativeCoinOperationHashPrefix: string;
|
|
721
|
+
tokenOperationHashPrefix: string;
|
|
437
722
|
}
|
|
438
723
|
declare class RbtcTestnet extends Testnet implements EthereumNetwork {
|
|
439
724
|
name: string;
|
|
@@ -441,6 +726,8 @@ declare class RbtcTestnet extends Testnet implements EthereumNetwork {
|
|
|
441
726
|
explorerUrl: string;
|
|
442
727
|
accountExplorerUrl: string;
|
|
443
728
|
chainId: number;
|
|
729
|
+
nativeCoinOperationHashPrefix: string;
|
|
730
|
+
tokenOperationHashPrefix: string;
|
|
444
731
|
}
|
|
445
732
|
declare class Stellar extends Mainnet implements AccountNetwork {
|
|
446
733
|
name: string;
|
|
@@ -482,141 +769,1372 @@ declare class AtomTestnet extends Testnet implements AccountNetwork {
|
|
|
482
769
|
family: CoinFamily;
|
|
483
770
|
explorerUrl: string;
|
|
484
771
|
}
|
|
485
|
-
declare class
|
|
772
|
+
declare class Osmo extends Mainnet implements AccountNetwork {
|
|
486
773
|
name: string;
|
|
487
774
|
family: CoinFamily;
|
|
488
775
|
explorerUrl: string;
|
|
489
|
-
sendmanymemoContractAddress: string;
|
|
490
|
-
stakingContractAddress: string;
|
|
491
776
|
}
|
|
492
|
-
declare class
|
|
777
|
+
declare class OsmoTestnet extends Testnet implements AccountNetwork {
|
|
493
778
|
name: string;
|
|
494
779
|
family: CoinFamily;
|
|
495
780
|
explorerUrl: string;
|
|
496
|
-
sendmanymemoContractAddress: string;
|
|
497
|
-
stakingContractAddress: string;
|
|
498
781
|
}
|
|
499
|
-
declare class
|
|
782
|
+
declare class Tia extends Mainnet implements AccountNetwork {
|
|
500
783
|
name: string;
|
|
501
784
|
family: CoinFamily;
|
|
502
|
-
explorerUrl:
|
|
785
|
+
explorerUrl: string;
|
|
503
786
|
}
|
|
504
|
-
declare class
|
|
787
|
+
declare class TiaTestnet extends Testnet implements AccountNetwork {
|
|
505
788
|
name: string;
|
|
506
789
|
family: CoinFamily;
|
|
507
|
-
explorerUrl:
|
|
790
|
+
explorerUrl: string;
|
|
508
791
|
}
|
|
509
|
-
declare class
|
|
792
|
+
declare class Hash extends Mainnet implements AccountNetwork {
|
|
510
793
|
name: string;
|
|
511
794
|
family: CoinFamily;
|
|
512
|
-
explorerUrl:
|
|
795
|
+
explorerUrl: string;
|
|
513
796
|
}
|
|
514
|
-
declare class
|
|
797
|
+
declare class HashTestnet extends Testnet implements AccountNetwork {
|
|
515
798
|
name: string;
|
|
516
799
|
family: CoinFamily;
|
|
517
|
-
explorerUrl:
|
|
800
|
+
explorerUrl: string;
|
|
518
801
|
}
|
|
519
|
-
declare class
|
|
802
|
+
declare class Bld extends Mainnet implements AccountNetwork {
|
|
520
803
|
name: string;
|
|
521
804
|
family: CoinFamily;
|
|
522
805
|
explorerUrl: string;
|
|
523
|
-
maxFeeLimit: string;
|
|
524
|
-
contractCallFeeLimit: string;
|
|
525
806
|
}
|
|
526
|
-
declare class
|
|
807
|
+
declare class BldTestnet extends Testnet implements AccountNetwork {
|
|
527
808
|
name: string;
|
|
528
809
|
family: CoinFamily;
|
|
529
810
|
explorerUrl: string;
|
|
530
|
-
maxFeeLimit: string;
|
|
531
|
-
contractCallFeeLimit: string;
|
|
532
811
|
}
|
|
533
|
-
declare class
|
|
812
|
+
declare class Sei extends Mainnet implements AccountNetwork {
|
|
534
813
|
name: string;
|
|
535
814
|
family: CoinFamily;
|
|
536
815
|
explorerUrl: string;
|
|
537
816
|
}
|
|
538
|
-
declare class
|
|
817
|
+
declare class SeiTestnet extends Testnet implements AccountNetwork {
|
|
539
818
|
name: string;
|
|
540
819
|
family: CoinFamily;
|
|
541
820
|
explorerUrl: string;
|
|
542
821
|
}
|
|
543
|
-
declare class
|
|
822
|
+
declare class Zeta extends Mainnet implements AccountNetwork {
|
|
544
823
|
name: string;
|
|
545
824
|
family: CoinFamily;
|
|
546
825
|
explorerUrl: string;
|
|
547
|
-
accountExplorerUrl: string;
|
|
548
826
|
}
|
|
549
|
-
declare class
|
|
827
|
+
declare class ZetaTestnet extends Testnet implements AccountNetwork {
|
|
550
828
|
name: string;
|
|
551
829
|
family: CoinFamily;
|
|
552
830
|
explorerUrl: string;
|
|
553
|
-
accountExplorerUrl: string;
|
|
554
831
|
}
|
|
555
|
-
declare class
|
|
832
|
+
declare class Injective extends Mainnet implements AccountNetwork {
|
|
556
833
|
name: string;
|
|
557
834
|
family: CoinFamily;
|
|
558
|
-
utxolibName: string;
|
|
559
835
|
explorerUrl: string;
|
|
560
836
|
}
|
|
561
|
-
declare class
|
|
837
|
+
declare class InjectiveTestnet extends Testnet implements AccountNetwork {
|
|
562
838
|
name: string;
|
|
563
839
|
family: CoinFamily;
|
|
564
|
-
utxolibName: string;
|
|
565
840
|
explorerUrl: string;
|
|
566
841
|
}
|
|
567
|
-
declare class
|
|
842
|
+
declare class Kava extends Mainnet implements CosmosNetwork {
|
|
568
843
|
name: string;
|
|
569
844
|
family: CoinFamily;
|
|
570
845
|
explorerUrl: string;
|
|
571
|
-
|
|
572
|
-
|
|
846
|
+
addressPrefix: string;
|
|
847
|
+
validatorPrefix: string;
|
|
848
|
+
denom: string;
|
|
849
|
+
gasAmount: string;
|
|
850
|
+
gasLimit: number;
|
|
851
|
+
validDenoms: string[];
|
|
573
852
|
}
|
|
574
|
-
declare class
|
|
853
|
+
declare class KavaTestnet extends Testnet implements CosmosNetwork {
|
|
575
854
|
name: string;
|
|
576
855
|
family: CoinFamily;
|
|
577
856
|
explorerUrl: string;
|
|
578
|
-
|
|
579
|
-
|
|
857
|
+
addressPrefix: string;
|
|
858
|
+
validatorPrefix: string;
|
|
859
|
+
denom: string;
|
|
860
|
+
gasAmount: string;
|
|
861
|
+
gasLimit: number;
|
|
862
|
+
validDenoms: string[];
|
|
580
863
|
}
|
|
581
|
-
declare class
|
|
864
|
+
declare class Dydx extends Mainnet implements CosmosNetwork {
|
|
582
865
|
name: string;
|
|
583
866
|
family: CoinFamily;
|
|
584
867
|
explorerUrl: string;
|
|
585
|
-
|
|
586
|
-
|
|
587
|
-
|
|
588
|
-
|
|
589
|
-
|
|
590
|
-
|
|
868
|
+
addressPrefix: string;
|
|
869
|
+
validatorPrefix: string;
|
|
870
|
+
denom: string;
|
|
871
|
+
gasAmount: string;
|
|
872
|
+
gasLimit: number;
|
|
873
|
+
validDenoms: string[];
|
|
591
874
|
}
|
|
592
|
-
declare class
|
|
875
|
+
declare class DydxTestnet extends Testnet implements CosmosNetwork {
|
|
593
876
|
name: string;
|
|
594
877
|
family: CoinFamily;
|
|
595
878
|
explorerUrl: string;
|
|
596
|
-
|
|
597
|
-
|
|
598
|
-
|
|
599
|
-
|
|
600
|
-
|
|
601
|
-
|
|
879
|
+
addressPrefix: string;
|
|
880
|
+
validatorPrefix: string;
|
|
881
|
+
denom: string;
|
|
882
|
+
gasAmount: string;
|
|
883
|
+
gasLimit: number;
|
|
884
|
+
validDenoms: string[];
|
|
885
|
+
}
|
|
886
|
+
declare class Ton extends Mainnet implements AccountNetwork {
|
|
887
|
+
name: string;
|
|
888
|
+
family: CoinFamily;
|
|
889
|
+
explorerUrl: string;
|
|
890
|
+
}
|
|
891
|
+
declare class TonTestnet extends Testnet implements AccountNetwork {
|
|
892
|
+
name: string;
|
|
893
|
+
family: CoinFamily;
|
|
894
|
+
explorerUrl: string;
|
|
895
|
+
}
|
|
896
|
+
declare class Coreum extends Mainnet implements AccountNetwork {
|
|
897
|
+
name: string;
|
|
898
|
+
family: CoinFamily;
|
|
899
|
+
explorerUrl: string;
|
|
900
|
+
}
|
|
901
|
+
declare class CoreumTestnet extends Testnet implements AccountNetwork {
|
|
902
|
+
name: string;
|
|
903
|
+
family: CoinFamily;
|
|
904
|
+
explorerUrl: string;
|
|
905
|
+
}
|
|
906
|
+
declare class Rune extends Mainnet implements AccountNetwork {
|
|
907
|
+
name: string;
|
|
908
|
+
family: CoinFamily;
|
|
909
|
+
explorerUrl: string;
|
|
910
|
+
}
|
|
911
|
+
declare class RuneTestNet extends Testnet implements AccountNetwork {
|
|
912
|
+
name: string;
|
|
913
|
+
family: CoinFamily;
|
|
914
|
+
explorerUrl: string;
|
|
915
|
+
}
|
|
916
|
+
declare class Baby extends Mainnet implements AccountNetwork {
|
|
917
|
+
name: string;
|
|
918
|
+
family: CoinFamily;
|
|
919
|
+
explorerUrl: string;
|
|
920
|
+
}
|
|
921
|
+
declare class BabyTestnet extends Testnet implements AccountNetwork {
|
|
922
|
+
name: string;
|
|
923
|
+
family: CoinFamily;
|
|
924
|
+
explorerUrl: string;
|
|
925
|
+
}
|
|
926
|
+
declare class Mantra extends Mainnet implements CosmosNetwork {
|
|
927
|
+
name: string;
|
|
928
|
+
family: CoinFamily;
|
|
929
|
+
explorerUrl: string;
|
|
930
|
+
addressPrefix: string;
|
|
931
|
+
validatorPrefix: string;
|
|
932
|
+
denom: string;
|
|
933
|
+
gasAmount: string;
|
|
934
|
+
gasLimit: number;
|
|
935
|
+
validDenoms: string[];
|
|
936
|
+
}
|
|
937
|
+
declare class MantraTestnet extends Testnet implements CosmosNetwork {
|
|
938
|
+
name: string;
|
|
939
|
+
family: CoinFamily;
|
|
940
|
+
explorerUrl: string;
|
|
941
|
+
addressPrefix: string;
|
|
942
|
+
validatorPrefix: string;
|
|
943
|
+
denom: string;
|
|
944
|
+
gasAmount: string;
|
|
945
|
+
gasLimit: number;
|
|
946
|
+
validDenoms: string[];
|
|
947
|
+
}
|
|
948
|
+
declare class Cronos extends Mainnet implements AccountNetwork {
|
|
949
|
+
name: string;
|
|
950
|
+
family: CoinFamily;
|
|
951
|
+
explorerUrl: string;
|
|
952
|
+
}
|
|
953
|
+
declare class CronosTestnet extends Testnet implements AccountNetwork {
|
|
954
|
+
name: string;
|
|
955
|
+
family: CoinFamily;
|
|
956
|
+
explorerUrl: string;
|
|
957
|
+
}
|
|
958
|
+
declare class FetchAi extends Mainnet implements AccountNetwork {
|
|
959
|
+
name: string;
|
|
960
|
+
family: CoinFamily;
|
|
961
|
+
explorerUrl: string;
|
|
962
|
+
}
|
|
963
|
+
declare class FetchAiTestnet extends Testnet implements AccountNetwork {
|
|
964
|
+
name: string;
|
|
965
|
+
family: CoinFamily;
|
|
966
|
+
explorerUrl: string;
|
|
967
|
+
}
|
|
968
|
+
declare class Initia extends Mainnet implements AccountNetwork {
|
|
969
|
+
name: string;
|
|
970
|
+
family: CoinFamily;
|
|
971
|
+
explorerUrl: string;
|
|
972
|
+
}
|
|
973
|
+
declare class InitiaTestnet extends Testnet implements AccountNetwork {
|
|
974
|
+
name: string;
|
|
975
|
+
family: CoinFamily;
|
|
976
|
+
explorerUrl: string;
|
|
977
|
+
}
|
|
978
|
+
declare class Asi extends Mainnet implements AccountNetwork {
|
|
979
|
+
name: string;
|
|
980
|
+
family: CoinFamily;
|
|
981
|
+
explorerUrl: string;
|
|
982
|
+
}
|
|
983
|
+
declare class AsiTestnet extends Testnet implements AccountNetwork {
|
|
984
|
+
name: string;
|
|
985
|
+
family: CoinFamily;
|
|
986
|
+
explorerUrl: string;
|
|
987
|
+
}
|
|
988
|
+
declare class Islm extends Mainnet implements AccountNetwork {
|
|
989
|
+
name: string;
|
|
990
|
+
family: CoinFamily;
|
|
991
|
+
explorerUrl: string;
|
|
992
|
+
}
|
|
993
|
+
declare class IslmTestnet extends Testnet implements AccountNetwork {
|
|
994
|
+
name: string;
|
|
995
|
+
family: CoinFamily;
|
|
996
|
+
explorerUrl: string;
|
|
997
|
+
}
|
|
998
|
+
declare class Stx extends Mainnet implements StacksNetwork {
|
|
999
|
+
name: string;
|
|
1000
|
+
family: CoinFamily;
|
|
1001
|
+
explorerUrl: string;
|
|
1002
|
+
sendmanymemoContractAddress: string;
|
|
1003
|
+
stakingContractAddress: string;
|
|
1004
|
+
}
|
|
1005
|
+
declare class StxTestnet extends Testnet implements StacksNetwork {
|
|
1006
|
+
name: string;
|
|
1007
|
+
family: CoinFamily;
|
|
1008
|
+
explorerUrl: string;
|
|
1009
|
+
sendmanymemoContractAddress: string;
|
|
1010
|
+
stakingContractAddress: string;
|
|
1011
|
+
}
|
|
1012
|
+
declare class SUSD extends Mainnet implements AccountNetwork {
|
|
1013
|
+
name: string;
|
|
1014
|
+
family: CoinFamily;
|
|
1015
|
+
explorerUrl: undefined;
|
|
1016
|
+
}
|
|
1017
|
+
declare class SUSDTestnet extends Testnet implements AccountNetwork {
|
|
1018
|
+
name: string;
|
|
1019
|
+
family: CoinFamily;
|
|
1020
|
+
explorerUrl: undefined;
|
|
1021
|
+
}
|
|
1022
|
+
declare class FiatTestnet extends Testnet implements BaseNetwork {
|
|
1023
|
+
name: string;
|
|
1024
|
+
family: CoinFamily;
|
|
1025
|
+
explorerUrl: undefined;
|
|
1026
|
+
}
|
|
1027
|
+
declare class Fiat extends Mainnet implements BaseNetwork {
|
|
1028
|
+
name: string;
|
|
1029
|
+
family: CoinFamily;
|
|
1030
|
+
explorerUrl: undefined;
|
|
1031
|
+
}
|
|
1032
|
+
declare class Bittensor extends Mainnet implements AccountNetwork {
|
|
1033
|
+
name: string;
|
|
1034
|
+
family: CoinFamily;
|
|
1035
|
+
explorerUrl: string;
|
|
1036
|
+
}
|
|
1037
|
+
declare class BittensorTestnet extends Testnet implements AccountNetwork {
|
|
1038
|
+
name: string;
|
|
1039
|
+
family: CoinFamily;
|
|
1040
|
+
explorerUrl: string;
|
|
1041
|
+
specName: SubstrateSpecNameType;
|
|
1042
|
+
genesisHash: string;
|
|
1043
|
+
specVersion: number;
|
|
1044
|
+
chainName: string;
|
|
1045
|
+
txVersion: number;
|
|
1046
|
+
}
|
|
1047
|
+
declare class Trx extends Mainnet implements TronNetwork {
|
|
1048
|
+
name: string;
|
|
1049
|
+
family: CoinFamily;
|
|
1050
|
+
accountExplorerUrl: string;
|
|
1051
|
+
explorerUrl: string;
|
|
1052
|
+
maxFeeLimit: string;
|
|
1053
|
+
contractCallFeeLimit: string;
|
|
1054
|
+
}
|
|
1055
|
+
declare class TrxTestnet extends Testnet implements TronNetwork {
|
|
1056
|
+
name: string;
|
|
1057
|
+
family: CoinFamily;
|
|
1058
|
+
accountExplorerUrl: string;
|
|
1059
|
+
explorerUrl: string;
|
|
1060
|
+
maxFeeLimit: string;
|
|
1061
|
+
contractCallFeeLimit: string;
|
|
1062
|
+
}
|
|
1063
|
+
declare class Xrp extends Mainnet implements AccountNetwork {
|
|
1064
|
+
name: string;
|
|
1065
|
+
family: CoinFamily;
|
|
1066
|
+
explorerUrl: string;
|
|
1067
|
+
}
|
|
1068
|
+
declare class XrpTestnet extends Testnet implements AccountNetwork {
|
|
1069
|
+
name: string;
|
|
1070
|
+
family: CoinFamily;
|
|
1071
|
+
explorerUrl: string;
|
|
1072
|
+
}
|
|
1073
|
+
declare class Xtz extends Mainnet implements AccountNetwork {
|
|
1074
|
+
name: string;
|
|
1075
|
+
family: CoinFamily;
|
|
1076
|
+
explorerUrl: string;
|
|
1077
|
+
accountExplorerUrl: string;
|
|
1078
|
+
}
|
|
1079
|
+
declare class XtzTestnet extends Testnet implements AccountNetwork {
|
|
1080
|
+
name: string;
|
|
1081
|
+
family: CoinFamily;
|
|
1082
|
+
explorerUrl: string;
|
|
1083
|
+
accountExplorerUrl: string;
|
|
1084
|
+
}
|
|
1085
|
+
declare class ZCash extends Mainnet implements UtxoNetwork {
|
|
1086
|
+
name: string;
|
|
1087
|
+
family: CoinFamily;
|
|
1088
|
+
utxolibName: string;
|
|
1089
|
+
explorerUrl: string;
|
|
1090
|
+
}
|
|
1091
|
+
declare class ZCashTestnet extends Testnet implements UtxoNetwork {
|
|
1092
|
+
name: string;
|
|
1093
|
+
family: CoinFamily;
|
|
1094
|
+
utxolibName: string;
|
|
1095
|
+
explorerUrl: string;
|
|
1096
|
+
}
|
|
1097
|
+
declare class Near extends Mainnet implements AccountNetwork {
|
|
1098
|
+
name: string;
|
|
1099
|
+
family: CoinFamily;
|
|
1100
|
+
explorerUrl: string;
|
|
1101
|
+
feeReserve: string;
|
|
1102
|
+
storageReserve: string;
|
|
1103
|
+
}
|
|
1104
|
+
declare class NearTestnet extends Testnet implements AccountNetwork {
|
|
1105
|
+
name: string;
|
|
1106
|
+
family: CoinFamily;
|
|
1107
|
+
explorerUrl: string;
|
|
1108
|
+
feeReserve: string;
|
|
1109
|
+
storageReserve: string;
|
|
1110
|
+
}
|
|
1111
|
+
declare class Polygon extends Mainnet implements EthereumNetwork {
|
|
1112
|
+
name: string;
|
|
1113
|
+
family: CoinFamily;
|
|
1114
|
+
explorerUrl: string;
|
|
1115
|
+
accountExplorerUrl: string;
|
|
1116
|
+
chainId: number;
|
|
1117
|
+
forwarderFactoryAddress: string;
|
|
1118
|
+
forwarderImplementationAddress: string;
|
|
1119
|
+
walletFactoryAddress: string;
|
|
1120
|
+
walletImplementationAddress: string;
|
|
1121
|
+
batcherContractAddress: string;
|
|
1122
|
+
nativeCoinOperationHashPrefix: string;
|
|
1123
|
+
tokenOperationHashPrefix: string;
|
|
1124
|
+
walletV4ForwarderFactoryAddress: string;
|
|
1125
|
+
walletV4ForwarderImplementationAddress: string;
|
|
1126
|
+
}
|
|
1127
|
+
declare class PolygonTestnet extends Testnet implements EthereumNetwork {
|
|
1128
|
+
name: string;
|
|
1129
|
+
family: CoinFamily;
|
|
1130
|
+
explorerUrl: string;
|
|
1131
|
+
accountExplorerUrl: string;
|
|
1132
|
+
chainId: number;
|
|
1133
|
+
forwarderFactoryAddress: string;
|
|
1134
|
+
forwarderImplementationAddress: string;
|
|
1135
|
+
walletFactoryAddress: string;
|
|
1136
|
+
walletImplementationAddress: string;
|
|
1137
|
+
batcherContractAddress: string;
|
|
1138
|
+
nativeCoinOperationHashPrefix: string;
|
|
1139
|
+
tokenOperationHashPrefix: string;
|
|
1140
|
+
walletV4ForwarderFactoryAddress: string;
|
|
1141
|
+
walletV4ForwarderImplementationAddress: string;
|
|
1142
|
+
}
|
|
1143
|
+
declare class Optimism extends Mainnet implements EthereumNetwork {
|
|
1144
|
+
name: string;
|
|
1145
|
+
family: CoinFamily;
|
|
1146
|
+
explorerUrl: string;
|
|
1147
|
+
accountExplorerUrl: string;
|
|
1148
|
+
chainId: number;
|
|
1149
|
+
nativeCoinOperationHashPrefix: string;
|
|
1150
|
+
tokenOperationHashPrefix: string;
|
|
1151
|
+
forwarderFactoryAddress: string;
|
|
1152
|
+
forwarderImplementationAddress: string;
|
|
1153
|
+
walletFactoryAddress: string;
|
|
1154
|
+
walletImplementationAddress: string;
|
|
1155
|
+
walletV4ForwarderFactoryAddress: string;
|
|
1156
|
+
walletV4ForwarderImplementationAddress: string;
|
|
1157
|
+
batcherContractAddress: string;
|
|
1158
|
+
}
|
|
1159
|
+
declare class OptimismTestnet extends Testnet implements EthereumNetwork {
|
|
1160
|
+
name: string;
|
|
1161
|
+
family: CoinFamily;
|
|
1162
|
+
explorerUrl: string;
|
|
1163
|
+
accountExplorerUrl: string;
|
|
1164
|
+
chainId: number;
|
|
1165
|
+
nativeCoinOperationHashPrefix: string;
|
|
1166
|
+
tokenOperationHashPrefix: string;
|
|
1167
|
+
forwarderFactoryAddress: string;
|
|
1168
|
+
forwarderImplementationAddress: string;
|
|
1169
|
+
walletFactoryAddress: string;
|
|
1170
|
+
walletImplementationAddress: string;
|
|
1171
|
+
walletV4ForwarderFactoryAddress: string;
|
|
1172
|
+
walletV4ForwarderImplementationAddress: string;
|
|
1173
|
+
batcherContractAddress: string;
|
|
1174
|
+
}
|
|
1175
|
+
declare class ZkSync extends Mainnet implements EthereumNetwork {
|
|
1176
|
+
name: string;
|
|
1177
|
+
family: CoinFamily;
|
|
1178
|
+
explorerUrl: string;
|
|
1179
|
+
accountExplorerUrl: string;
|
|
1180
|
+
chainId: number;
|
|
1181
|
+
nativeCoinOperationHashPrefix: string;
|
|
1182
|
+
tokenOperationHashPrefix: string;
|
|
1183
|
+
}
|
|
1184
|
+
declare class ZkSyncTestnet extends Testnet implements EthereumNetwork {
|
|
1185
|
+
name: string;
|
|
1186
|
+
family: CoinFamily;
|
|
1187
|
+
explorerUrl: string;
|
|
1188
|
+
accountExplorerUrl: string;
|
|
1189
|
+
chainId: number;
|
|
1190
|
+
nativeCoinOperationHashPrefix: string;
|
|
1191
|
+
tokenOperationHashPrefix: string;
|
|
1192
|
+
forwarderFactoryAddress: string;
|
|
1193
|
+
forwarderImplementationAddress: string;
|
|
1194
|
+
walletV4ForwarderFactoryAddress: string;
|
|
1195
|
+
walletV4ForwarderImplementationAddress: string;
|
|
1196
|
+
walletFactoryAddress: string;
|
|
1197
|
+
walletImplementationAddress: string;
|
|
1198
|
+
}
|
|
1199
|
+
declare class ZkSyncEra extends Mainnet implements EthereumNetwork {
|
|
1200
|
+
name: string;
|
|
1201
|
+
family: CoinFamily;
|
|
1202
|
+
explorerUrl: string;
|
|
1203
|
+
accountExplorerUrl: string;
|
|
1204
|
+
chainId: number;
|
|
1205
|
+
nativeCoinOperationHashPrefix: string;
|
|
1206
|
+
tokenOperationHashPrefix: string;
|
|
1207
|
+
}
|
|
1208
|
+
declare class ZkSyncEraTestnet extends Testnet implements EthereumNetwork {
|
|
1209
|
+
name: string;
|
|
1210
|
+
family: CoinFamily;
|
|
1211
|
+
explorerUrl: string;
|
|
1212
|
+
accountExplorerUrl: string;
|
|
1213
|
+
chainId: number;
|
|
1214
|
+
nativeCoinOperationHashPrefix: string;
|
|
1215
|
+
tokenOperationHashPrefix: string;
|
|
1216
|
+
forwarderFactoryAddress: string;
|
|
1217
|
+
forwarderImplementationAddress: string;
|
|
1218
|
+
walletV4ForwarderFactoryAddress: string;
|
|
1219
|
+
walletV4ForwarderImplementationAddress: string;
|
|
1220
|
+
walletFactoryAddress: string;
|
|
1221
|
+
walletImplementationAddress: string;
|
|
1222
|
+
}
|
|
1223
|
+
declare class Berachain extends Mainnet implements EthereumNetwork {
|
|
1224
|
+
name: string;
|
|
1225
|
+
family: CoinFamily;
|
|
1226
|
+
explorerUrl: string;
|
|
1227
|
+
accountExplorerUrl: string;
|
|
1228
|
+
chainId: number;
|
|
1229
|
+
nativeCoinOperationHashPrefix: string;
|
|
1230
|
+
tokenOperationHashPrefix: string;
|
|
1231
|
+
batcherContractAddress: string;
|
|
1232
|
+
forwarderFactoryAddress: string;
|
|
1233
|
+
forwarderImplementationAddress: string;
|
|
1234
|
+
}
|
|
1235
|
+
declare class BerachainTestnet extends Testnet implements EthereumNetwork {
|
|
1236
|
+
name: string;
|
|
1237
|
+
family: CoinFamily;
|
|
1238
|
+
explorerUrl: string;
|
|
1239
|
+
accountExplorerUrl: string;
|
|
1240
|
+
chainId: number;
|
|
1241
|
+
nativeCoinOperationHashPrefix: string;
|
|
1242
|
+
tokenOperationHashPrefix: string;
|
|
1243
|
+
batcherContractAddress: string;
|
|
1244
|
+
forwarderFactoryAddress: string;
|
|
1245
|
+
forwarderImplementationAddress: string;
|
|
1246
|
+
}
|
|
1247
|
+
declare class Oas extends Mainnet implements EthereumNetwork {
|
|
1248
|
+
name: string;
|
|
1249
|
+
family: CoinFamily;
|
|
1250
|
+
explorerUrl: string;
|
|
1251
|
+
accountExplorerUrl: string;
|
|
1252
|
+
chainId: number;
|
|
1253
|
+
nativeCoinOperationHashPrefix: string;
|
|
1254
|
+
batcherContractAddress: string;
|
|
1255
|
+
forwarderFactoryAddress: string;
|
|
1256
|
+
forwarderImplementationAddress: string;
|
|
1257
|
+
}
|
|
1258
|
+
declare class OasTestnet extends Testnet implements EthereumNetwork {
|
|
1259
|
+
name: string;
|
|
1260
|
+
family: CoinFamily;
|
|
1261
|
+
explorerUrl: string;
|
|
1262
|
+
accountExplorerUrl: string;
|
|
1263
|
+
chainId: number;
|
|
1264
|
+
nativeCoinOperationHashPrefix: string;
|
|
1265
|
+
batcherContractAddress: string;
|
|
1266
|
+
forwarderFactoryAddress: string;
|
|
1267
|
+
forwarderImplementationAddress: string;
|
|
1268
|
+
}
|
|
1269
|
+
declare class Coredao extends Mainnet implements EthereumNetwork {
|
|
1270
|
+
name: string;
|
|
1271
|
+
family: CoinFamily;
|
|
1272
|
+
explorerUrl: string;
|
|
1273
|
+
accountExplorerUrl: string;
|
|
1274
|
+
chainId: number;
|
|
1275
|
+
nativeCoinOperationHashPrefix: string;
|
|
1276
|
+
batcherContractAddress: string;
|
|
1277
|
+
forwarderFactoryAddress: string;
|
|
1278
|
+
forwarderImplementationAddress: string;
|
|
1279
|
+
}
|
|
1280
|
+
declare class CoredaoTestnet extends Testnet implements EthereumNetwork {
|
|
1281
|
+
name: string;
|
|
1282
|
+
family: CoinFamily;
|
|
1283
|
+
explorerUrl: string;
|
|
1284
|
+
accountExplorerUrl: string;
|
|
1285
|
+
chainId: number;
|
|
1286
|
+
nativeCoinOperationHashPrefix: string;
|
|
1287
|
+
batcherContractAddress: string;
|
|
1288
|
+
forwarderFactoryAddress: string;
|
|
1289
|
+
forwarderImplementationAddress: string;
|
|
1290
|
+
}
|
|
1291
|
+
declare class IP extends Mainnet implements EthereumNetwork {
|
|
1292
|
+
name: string;
|
|
1293
|
+
family: CoinFamily;
|
|
1294
|
+
explorerUrl: string;
|
|
1295
|
+
accountExplorerUrl: string;
|
|
1296
|
+
chainId: number;
|
|
1297
|
+
nativeCoinOperationHashPrefix: string;
|
|
1298
|
+
}
|
|
1299
|
+
declare class IPTestnet extends Testnet implements EthereumNetwork {
|
|
1300
|
+
name: string;
|
|
1301
|
+
family: CoinFamily;
|
|
1302
|
+
explorerUrl: string;
|
|
1303
|
+
accountExplorerUrl: string;
|
|
1304
|
+
chainId: number;
|
|
1305
|
+
nativeCoinOperationHashPrefix: string;
|
|
1306
|
+
}
|
|
1307
|
+
declare class ApeChain extends Mainnet implements EthereumNetwork {
|
|
1308
|
+
name: string;
|
|
1309
|
+
family: CoinFamily;
|
|
1310
|
+
explorerUrl: string;
|
|
1311
|
+
accountExplorerUrl: string;
|
|
1312
|
+
chainId: number;
|
|
1313
|
+
nativeCoinOperationHashPrefix: string;
|
|
1314
|
+
}
|
|
1315
|
+
declare class ApeChainTestnet extends Testnet 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 Pharos 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 PharosTestnet extends Testnet implements EthereumNetwork {
|
|
1337
|
+
name: string;
|
|
1338
|
+
family: CoinFamily;
|
|
1339
|
+
explorerUrl: string;
|
|
1340
|
+
accountExplorerUrl: string;
|
|
1341
|
+
chainId: number;
|
|
1342
|
+
nativeCoinOperationHashPrefix: string;
|
|
1343
|
+
forwarderFactoryAddress: string;
|
|
1344
|
+
forwarderImplementationAddress: string;
|
|
1345
|
+
walletFactoryAddress: string;
|
|
1346
|
+
walletImplementationAddress: string;
|
|
1347
|
+
batcherContractAddress: string;
|
|
1348
|
+
}
|
|
1349
|
+
declare class Creditcoin extends Mainnet implements EthereumNetwork {
|
|
1350
|
+
name: string;
|
|
1351
|
+
family: CoinFamily;
|
|
1352
|
+
explorerUrl: string;
|
|
1353
|
+
accountExplorerUrl: string;
|
|
1354
|
+
chainId: number;
|
|
1355
|
+
nativeCoinOperationHashPrefix: string;
|
|
1356
|
+
forwarderFactoryAddress: string;
|
|
1357
|
+
forwarderImplementationAddress: string;
|
|
1358
|
+
walletFactoryAddress: string;
|
|
1359
|
+
walletImplementationAddress: string;
|
|
1360
|
+
batcherContractAddress: string;
|
|
1361
|
+
}
|
|
1362
|
+
declare class Plasma extends Mainnet implements EthereumNetwork {
|
|
1363
|
+
name: string;
|
|
1364
|
+
family: CoinFamily;
|
|
1365
|
+
explorerUrl: string;
|
|
1366
|
+
accountExplorerUrl: string;
|
|
1367
|
+
chainId: number;
|
|
1368
|
+
nativeCoinOperationHashPrefix: string;
|
|
1369
|
+
}
|
|
1370
|
+
declare class PlasmaTestnet 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 HypeEVMTestnet extends Testnet implements EthereumNetwork {
|
|
1379
|
+
name: string;
|
|
1380
|
+
family: CoinFamily;
|
|
1381
|
+
explorerUrl: string;
|
|
1382
|
+
accountExplorerUrl: string;
|
|
1383
|
+
chainId: number;
|
|
1384
|
+
nativeCoinOperationHashPrefix: string;
|
|
1385
|
+
forwarderFactoryAddress: string;
|
|
1386
|
+
forwarderImplementationAddress: string;
|
|
1387
|
+
walletFactoryAddress: string;
|
|
1388
|
+
walletImplementationAddress: string;
|
|
1389
|
+
batcherContractAddress: string;
|
|
1390
|
+
}
|
|
1391
|
+
declare class HypeEVM extends Mainnet implements EthereumNetwork {
|
|
1392
|
+
name: string;
|
|
1393
|
+
family: CoinFamily;
|
|
1394
|
+
explorerUrl: string;
|
|
1395
|
+
accountExplorerUrl: string;
|
|
1396
|
+
chainId: number;
|
|
1397
|
+
nativeCoinOperationHashPrefix: string;
|
|
1398
|
+
forwarderFactoryAddress: string;
|
|
1399
|
+
forwarderImplementationAddress: string;
|
|
1400
|
+
walletFactoryAddress: string;
|
|
1401
|
+
walletImplementationAddress: string;
|
|
1402
|
+
batcherContractAddress: string;
|
|
1403
|
+
}
|
|
1404
|
+
declare class KavaEVMTestnet extends Testnet implements EthereumNetwork {
|
|
1405
|
+
name: string;
|
|
1406
|
+
family: CoinFamily;
|
|
1407
|
+
explorerUrl: string;
|
|
1408
|
+
accountExplorerUrl: string;
|
|
1409
|
+
chainId: number;
|
|
1410
|
+
nativeCoinOperationHashPrefix: string;
|
|
1411
|
+
}
|
|
1412
|
+
declare class KavaEVM extends Mainnet implements EthereumNetwork {
|
|
1413
|
+
name: string;
|
|
1414
|
+
family: CoinFamily;
|
|
1415
|
+
explorerUrl: string;
|
|
1416
|
+
accountExplorerUrl: string;
|
|
1417
|
+
chainId: number;
|
|
1418
|
+
nativeCoinOperationHashPrefix: string;
|
|
1419
|
+
}
|
|
1420
|
+
declare class LineaETH extends Mainnet implements EthereumNetwork {
|
|
1421
|
+
name: string;
|
|
1422
|
+
family: CoinFamily;
|
|
1423
|
+
explorerUrl: string;
|
|
1424
|
+
accountExplorerUrl: string;
|
|
1425
|
+
chainId: number;
|
|
1426
|
+
nativeCoinOperationHashPrefix: string;
|
|
1427
|
+
}
|
|
1428
|
+
declare class LineaETHTestnet extends Testnet implements EthereumNetwork {
|
|
1429
|
+
name: string;
|
|
1430
|
+
family: CoinFamily;
|
|
1431
|
+
explorerUrl: string;
|
|
1432
|
+
accountExplorerUrl: string;
|
|
1433
|
+
chainId: number;
|
|
1434
|
+
nativeCoinOperationHashPrefix: string;
|
|
1435
|
+
}
|
|
1436
|
+
declare class FluentETH extends Mainnet implements EthereumNetwork {
|
|
1437
|
+
name: string;
|
|
1438
|
+
family: CoinFamily;
|
|
1439
|
+
explorerUrl: string;
|
|
1440
|
+
accountExplorerUrl: string;
|
|
1441
|
+
chainId: number;
|
|
1442
|
+
nativeCoinOperationHashPrefix: string;
|
|
1443
|
+
}
|
|
1444
|
+
declare class FluentETHTestnet extends Testnet implements EthereumNetwork {
|
|
1445
|
+
name: string;
|
|
1446
|
+
family: CoinFamily;
|
|
1447
|
+
explorerUrl: string;
|
|
1448
|
+
accountExplorerUrl: string;
|
|
1449
|
+
chainId: number;
|
|
1450
|
+
nativeCoinOperationHashPrefix: string;
|
|
1451
|
+
}
|
|
1452
|
+
declare class Mantle extends Mainnet implements EthereumNetwork {
|
|
1453
|
+
name: string;
|
|
1454
|
+
family: CoinFamily;
|
|
1455
|
+
explorerUrl: string;
|
|
1456
|
+
accountExplorerUrl: string;
|
|
1457
|
+
chainId: number;
|
|
1458
|
+
nativeCoinOperationHashPrefix: string;
|
|
1459
|
+
}
|
|
1460
|
+
declare class MantleTestnet extends Testnet implements EthereumNetwork {
|
|
1461
|
+
name: string;
|
|
1462
|
+
family: CoinFamily;
|
|
1463
|
+
explorerUrl: string;
|
|
1464
|
+
accountExplorerUrl: string;
|
|
1465
|
+
chainId: number;
|
|
1466
|
+
nativeCoinOperationHashPrefix: string;
|
|
1467
|
+
}
|
|
1468
|
+
declare class JovayETH extends Mainnet implements EthereumNetwork {
|
|
1469
|
+
name: string;
|
|
1470
|
+
family: CoinFamily;
|
|
1471
|
+
explorerUrl: string;
|
|
1472
|
+
accountExplorerUrl: string;
|
|
1473
|
+
chainId: number;
|
|
1474
|
+
nativeCoinOperationHashPrefix: string;
|
|
1475
|
+
}
|
|
1476
|
+
declare class JovayETHTestnet extends Testnet implements EthereumNetwork {
|
|
1477
|
+
name: string;
|
|
1478
|
+
family: CoinFamily;
|
|
1479
|
+
explorerUrl: string;
|
|
1480
|
+
accountExplorerUrl: string;
|
|
1481
|
+
chainId: number;
|
|
1482
|
+
nativeCoinOperationHashPrefix: string;
|
|
1483
|
+
}
|
|
1484
|
+
declare class Xlayer extends Mainnet implements EthereumNetwork {
|
|
1485
|
+
name: string;
|
|
1486
|
+
family: CoinFamily;
|
|
1487
|
+
explorerUrl: string;
|
|
1488
|
+
accountExplorerUrl: string;
|
|
1489
|
+
chainId: number;
|
|
1490
|
+
nativeCoinOperationHashPrefix: string;
|
|
1491
|
+
}
|
|
1492
|
+
declare class XlayerTestnet extends Testnet implements EthereumNetwork {
|
|
1493
|
+
name: string;
|
|
1494
|
+
family: CoinFamily;
|
|
1495
|
+
explorerUrl: string;
|
|
1496
|
+
accountExplorerUrl: string;
|
|
1497
|
+
chainId: number;
|
|
1498
|
+
nativeCoinOperationHashPrefix: string;
|
|
1499
|
+
}
|
|
1500
|
+
declare class Morph extends Mainnet implements EthereumNetwork {
|
|
1501
|
+
name: string;
|
|
1502
|
+
family: CoinFamily;
|
|
1503
|
+
explorerUrl: string;
|
|
1504
|
+
accountExplorerUrl: string;
|
|
1505
|
+
chainId: number;
|
|
1506
|
+
nativeCoinOperationHashPrefix: string;
|
|
1507
|
+
}
|
|
1508
|
+
declare class MorphTestnet extends Testnet implements EthereumNetwork {
|
|
1509
|
+
name: string;
|
|
1510
|
+
family: CoinFamily;
|
|
1511
|
+
explorerUrl: string;
|
|
1512
|
+
accountExplorerUrl: string;
|
|
1513
|
+
chainId: number;
|
|
1514
|
+
nativeCoinOperationHashPrefix: string;
|
|
1515
|
+
}
|
|
1516
|
+
declare class MorphETH 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 MorphETHTestnet extends Testnet implements EthereumNetwork {
|
|
1525
|
+
name: string;
|
|
1526
|
+
family: CoinFamily;
|
|
1527
|
+
explorerUrl: string;
|
|
1528
|
+
accountExplorerUrl: string;
|
|
1529
|
+
chainId: number;
|
|
1530
|
+
nativeCoinOperationHashPrefix: string;
|
|
1531
|
+
}
|
|
1532
|
+
declare class CreditcoinTestnet extends Testnet implements EthereumNetwork {
|
|
1533
|
+
name: string;
|
|
1534
|
+
family: CoinFamily;
|
|
1535
|
+
explorerUrl: string;
|
|
1536
|
+
accountExplorerUrl: string;
|
|
1537
|
+
chainId: number;
|
|
1538
|
+
nativeCoinOperationHashPrefix: string;
|
|
1539
|
+
forwarderFactoryAddress: string;
|
|
1540
|
+
forwarderImplementationAddress: string;
|
|
1541
|
+
walletFactoryAddress: string;
|
|
1542
|
+
walletImplementationAddress: string;
|
|
1543
|
+
batcherContractAddress: string;
|
|
1544
|
+
}
|
|
1545
|
+
declare class Sonic extends Mainnet implements EthereumNetwork {
|
|
1546
|
+
name: string;
|
|
1547
|
+
family: CoinFamily;
|
|
1548
|
+
explorerUrl: string;
|
|
1549
|
+
accountExplorerUrl: string;
|
|
1550
|
+
chainId: number;
|
|
1551
|
+
nativeCoinOperationHashPrefix: string;
|
|
1552
|
+
}
|
|
1553
|
+
declare class SonicTestnet extends Testnet implements EthereumNetwork {
|
|
1554
|
+
name: string;
|
|
1555
|
+
family: CoinFamily;
|
|
1556
|
+
explorerUrl: string;
|
|
1557
|
+
accountExplorerUrl: string;
|
|
1558
|
+
chainId: number;
|
|
1559
|
+
nativeCoinOperationHashPrefix: string;
|
|
1560
|
+
walletFactoryAddress: string;
|
|
1561
|
+
batcherContractAddress: string;
|
|
1562
|
+
forwarderFactoryAddress: string;
|
|
1563
|
+
forwarderImplementationAddress: string;
|
|
1564
|
+
walletImplementationAddress: string;
|
|
1565
|
+
}
|
|
1566
|
+
declare class Kaia extends Mainnet implements EthereumNetwork {
|
|
1567
|
+
name: string;
|
|
1568
|
+
family: CoinFamily;
|
|
1569
|
+
explorerUrl: string;
|
|
1570
|
+
accountExplorerUrl: string;
|
|
1571
|
+
chainId: number;
|
|
1572
|
+
nativeCoinOperationHashPrefix: string;
|
|
1573
|
+
}
|
|
1574
|
+
declare class KaiaTestnet extends Testnet implements EthereumNetwork {
|
|
1575
|
+
name: string;
|
|
1576
|
+
family: CoinFamily;
|
|
1577
|
+
explorerUrl: string;
|
|
1578
|
+
accountExplorerUrl: string;
|
|
1579
|
+
chainId: number;
|
|
1580
|
+
nativeCoinOperationHashPrefix: string;
|
|
1581
|
+
walletFactoryAddress: string;
|
|
1582
|
+
batcherContractAddress: string;
|
|
1583
|
+
forwarderFactoryAddress: string;
|
|
1584
|
+
forwarderImplementationAddress: string;
|
|
1585
|
+
walletImplementationAddress: string;
|
|
1586
|
+
}
|
|
1587
|
+
declare class Irys extends Mainnet implements EthereumNetwork {
|
|
1588
|
+
name: string;
|
|
1589
|
+
family: CoinFamily;
|
|
1590
|
+
explorerUrl: string;
|
|
1591
|
+
accountExplorerUrl: string;
|
|
1592
|
+
chainId: number;
|
|
1593
|
+
nativeCoinOperationHashPrefix: string;
|
|
1594
|
+
}
|
|
1595
|
+
declare class IrysTestnet extends Testnet implements EthereumNetwork {
|
|
1596
|
+
name: string;
|
|
1597
|
+
family: CoinFamily;
|
|
1598
|
+
explorerUrl: string;
|
|
1599
|
+
accountExplorerUrl: string;
|
|
1600
|
+
chainId: number;
|
|
1601
|
+
nativeCoinOperationHashPrefix: string;
|
|
1602
|
+
walletFactoryAddress: string;
|
|
1603
|
+
batcherContractAddress: string;
|
|
1604
|
+
forwarderFactoryAddress: string;
|
|
1605
|
+
forwarderImplementationAddress: string;
|
|
1606
|
+
walletImplementationAddress: string;
|
|
1607
|
+
}
|
|
1608
|
+
declare class Og extends Mainnet implements EthereumNetwork {
|
|
1609
|
+
name: string;
|
|
1610
|
+
family: CoinFamily;
|
|
1611
|
+
explorerUrl: string;
|
|
1612
|
+
accountExplorerUrl: string;
|
|
1613
|
+
chainId: number;
|
|
1614
|
+
nativeCoinOperationHashPrefix: string;
|
|
1615
|
+
}
|
|
1616
|
+
declare class OgTestnet extends Testnet implements EthereumNetwork {
|
|
1617
|
+
name: string;
|
|
1618
|
+
family: CoinFamily;
|
|
1619
|
+
explorerUrl: string;
|
|
1620
|
+
accountExplorerUrl: string;
|
|
1621
|
+
chainId: number;
|
|
1622
|
+
nativeCoinOperationHashPrefix: string;
|
|
1623
|
+
}
|
|
1624
|
+
declare class Xdc extends Mainnet implements EthereumNetwork {
|
|
1625
|
+
name: string;
|
|
1626
|
+
family: CoinFamily;
|
|
1627
|
+
explorerUrl: string;
|
|
1628
|
+
accountExplorerUrl: string;
|
|
1629
|
+
chainId: number;
|
|
1630
|
+
nativeCoinOperationHashPrefix: string;
|
|
1631
|
+
batcherContractAddress: string;
|
|
1632
|
+
forwarderFactoryAddress: string;
|
|
1633
|
+
forwarderImplementationAddress: string;
|
|
1634
|
+
}
|
|
1635
|
+
declare class XdcTestnet extends Testnet implements EthereumNetwork {
|
|
1636
|
+
name: string;
|
|
1637
|
+
family: CoinFamily;
|
|
1638
|
+
explorerUrl: string;
|
|
1639
|
+
accountExplorerUrl: string;
|
|
1640
|
+
chainId: number;
|
|
1641
|
+
nativeCoinOperationHashPrefix: string;
|
|
1642
|
+
batcherContractAddress: string;
|
|
1643
|
+
forwarderFactoryAddress: string;
|
|
1644
|
+
forwarderImplementationAddress: string;
|
|
1645
|
+
}
|
|
1646
|
+
declare class Wemix extends Mainnet implements EthereumNetwork {
|
|
1647
|
+
name: string;
|
|
1648
|
+
family: CoinFamily;
|
|
1649
|
+
explorerUrl: string;
|
|
1650
|
+
accountExplorerUrl: string;
|
|
1651
|
+
chainId: number;
|
|
1652
|
+
nativeCoinOperationHashPrefix: string;
|
|
1653
|
+
batcherContractAddress: string;
|
|
1654
|
+
forwarderFactoryAddress: string;
|
|
1655
|
+
forwarderImplementationAddress: string;
|
|
1656
|
+
}
|
|
1657
|
+
declare class WemixTestnet extends Testnet implements EthereumNetwork {
|
|
1658
|
+
name: string;
|
|
1659
|
+
family: CoinFamily;
|
|
1660
|
+
explorerUrl: string;
|
|
1661
|
+
accountExplorerUrl: string;
|
|
1662
|
+
chainId: number;
|
|
1663
|
+
nativeCoinOperationHashPrefix: string;
|
|
1664
|
+
batcherContractAddress: string;
|
|
1665
|
+
forwarderFactoryAddress: string;
|
|
1666
|
+
forwarderImplementationAddress: string;
|
|
1667
|
+
}
|
|
1668
|
+
declare class MonadTestnet extends Testnet implements EthereumNetwork {
|
|
1669
|
+
name: string;
|
|
1670
|
+
family: CoinFamily;
|
|
1671
|
+
explorerUrl: string;
|
|
1672
|
+
accountExplorerUrl: string;
|
|
1673
|
+
chainId: number;
|
|
1674
|
+
nativeCoinOperationHashPrefix: string;
|
|
1675
|
+
walletFactoryAddress: string;
|
|
1676
|
+
batcherContractAddress: string;
|
|
1677
|
+
forwarderFactoryAddress: string;
|
|
1678
|
+
forwarderImplementationAddress: string;
|
|
1679
|
+
walletImplementationAddress: string;
|
|
1680
|
+
}
|
|
1681
|
+
declare class Monad extends Mainnet implements EthereumNetwork {
|
|
1682
|
+
name: string;
|
|
1683
|
+
family: CoinFamily;
|
|
1684
|
+
explorerUrl: string;
|
|
1685
|
+
chainId: number;
|
|
1686
|
+
nativeCoinOperationHashPrefix: string;
|
|
1687
|
+
walletImplementationAddress: string;
|
|
1688
|
+
batcherContractAddress: string;
|
|
1689
|
+
forwarderFactoryAddress: string;
|
|
1690
|
+
forwarderImplementationAddress: string;
|
|
1691
|
+
}
|
|
1692
|
+
declare class World extends Mainnet implements EthereumNetwork {
|
|
1693
|
+
name: string;
|
|
1694
|
+
family: CoinFamily;
|
|
1695
|
+
explorerUrl: string;
|
|
1696
|
+
accountExplorerUrl: string;
|
|
1697
|
+
chainId: number;
|
|
1698
|
+
nativeCoinOperationHashPrefix: string;
|
|
1699
|
+
walletImplementationAddress: string;
|
|
1700
|
+
batcherContractAddress: string;
|
|
1701
|
+
forwarderFactoryAddress: string;
|
|
1702
|
+
forwarderImplementationAddress: string;
|
|
1703
|
+
}
|
|
1704
|
+
declare class WorldTestnet extends Testnet implements EthereumNetwork {
|
|
1705
|
+
name: string;
|
|
1706
|
+
family: CoinFamily;
|
|
1707
|
+
explorerUrl: string;
|
|
1708
|
+
accountExplorerUrl: string;
|
|
1709
|
+
chainId: number;
|
|
1710
|
+
nativeCoinOperationHashPrefix: string;
|
|
1711
|
+
batcherContractAddress: string;
|
|
1712
|
+
forwarderFactoryAddress: string;
|
|
1713
|
+
forwarderImplementationAddress: string;
|
|
1714
|
+
walletImplementationAddress: string;
|
|
1715
|
+
}
|
|
1716
|
+
declare class Soneium extends Mainnet implements EthereumNetwork {
|
|
1717
|
+
name: string;
|
|
1718
|
+
family: CoinFamily;
|
|
1719
|
+
explorerUrl: string;
|
|
1720
|
+
accountExplorerUrl: string;
|
|
1721
|
+
chainId: number;
|
|
1722
|
+
nativeCoinOperationHashPrefix: string;
|
|
1723
|
+
walletImplementationAddress: string;
|
|
1724
|
+
walletFactoryAddress: string;
|
|
1725
|
+
batcherContractAddress: string;
|
|
1726
|
+
forwarderFactoryAddress: string;
|
|
1727
|
+
forwarderImplementationAddress: string;
|
|
1728
|
+
}
|
|
1729
|
+
declare class SoneiumTestnet extends Testnet implements EthereumNetwork {
|
|
1730
|
+
name: string;
|
|
1731
|
+
family: CoinFamily;
|
|
1732
|
+
explorerUrl: string;
|
|
1733
|
+
accountExplorerUrl: string;
|
|
1734
|
+
chainId: number;
|
|
1735
|
+
nativeCoinOperationHashPrefix: string;
|
|
1736
|
+
walletFactoryAddress: string;
|
|
1737
|
+
batcherContractAddress: string;
|
|
1738
|
+
forwarderFactoryAddress: string;
|
|
1739
|
+
forwarderImplementationAddress: string;
|
|
1740
|
+
walletImplementationAddress: string;
|
|
1741
|
+
}
|
|
1742
|
+
declare class SeiEvm extends Mainnet implements EthereumNetwork {
|
|
1743
|
+
name: string;
|
|
1744
|
+
family: CoinFamily;
|
|
1745
|
+
explorerUrl: string;
|
|
1746
|
+
accountExplorerUrl: string;
|
|
1747
|
+
chainId: number;
|
|
1748
|
+
nativeCoinOperationHashPrefix: string;
|
|
1749
|
+
}
|
|
1750
|
+
declare class SeiEvmTestnet extends Testnet implements EthereumNetwork {
|
|
1751
|
+
name: string;
|
|
1752
|
+
family: CoinFamily;
|
|
1753
|
+
explorerUrl: string;
|
|
1754
|
+
accountExplorerUrl: string;
|
|
1755
|
+
chainId: number;
|
|
1756
|
+
nativeCoinOperationHashPrefix: string;
|
|
1757
|
+
walletFactoryAddress: string;
|
|
1758
|
+
batcherContractAddress: string;
|
|
1759
|
+
forwarderFactoryAddress: string;
|
|
1760
|
+
forwarderImplementationAddress: string;
|
|
1761
|
+
walletImplementationAddress: string;
|
|
1762
|
+
}
|
|
1763
|
+
declare class SomniaTestnet extends Testnet implements EthereumNetwork {
|
|
1764
|
+
name: string;
|
|
1765
|
+
family: CoinFamily;
|
|
1766
|
+
explorerUrl: string;
|
|
1767
|
+
accountExplorerUrl: string;
|
|
1768
|
+
chainId: number;
|
|
1769
|
+
nativeCoinOperationHashPrefix: string;
|
|
1770
|
+
walletFactoryAddress: string;
|
|
1771
|
+
batcherContractAddress: string;
|
|
1772
|
+
forwarderFactoryAddress: string;
|
|
1773
|
+
forwarderImplementationAddress: string;
|
|
1774
|
+
walletImplementationAddress: string;
|
|
1775
|
+
}
|
|
1776
|
+
declare class Somi extends Mainnet implements EthereumNetwork {
|
|
1777
|
+
name: string;
|
|
1778
|
+
family: CoinFamily;
|
|
1779
|
+
explorerUrl: string;
|
|
1780
|
+
chainId: number;
|
|
1781
|
+
nativeCoinOperationHashPrefix: string;
|
|
1782
|
+
walletImplementationAddress: string;
|
|
1783
|
+
walletFactoryAddress: string;
|
|
1784
|
+
forwarderImplementationAddress: string;
|
|
1785
|
+
forwarderFactoryAddress: string;
|
|
1786
|
+
batcherContractAddress: string;
|
|
1787
|
+
}
|
|
1788
|
+
export declare class FlareP extends Mainnet implements FlareNetwork {
|
|
1789
|
+
assetId: string;
|
|
1790
|
+
name: string;
|
|
1791
|
+
family: CoinFamily;
|
|
1792
|
+
explorerUrl: string;
|
|
1793
|
+
accountExplorerUrl: string;
|
|
1794
|
+
blockchainID: string;
|
|
1795
|
+
cChainBlockchainID: string;
|
|
1796
|
+
xChainBlockchainID: string;
|
|
1797
|
+
networkID: number;
|
|
1798
|
+
hrp: string;
|
|
1799
|
+
alias: string;
|
|
1800
|
+
vm: string;
|
|
1801
|
+
minImportToPFee: string;
|
|
1802
|
+
txFee: string;
|
|
1803
|
+
baseTxFee: string;
|
|
1804
|
+
maxImportFee: string;
|
|
1805
|
+
createAssetTxFee: string;
|
|
1806
|
+
createSubnetTx: string;
|
|
1807
|
+
transformSubnetTxFee: string;
|
|
1808
|
+
createChainTx: string;
|
|
1809
|
+
creationTxFee: string;
|
|
1810
|
+
minConsumption: string;
|
|
1811
|
+
maxConsumption: string;
|
|
1812
|
+
maxSupply: string;
|
|
1813
|
+
minStake: string;
|
|
1814
|
+
minStakeDuration: string;
|
|
1815
|
+
maxStakeDuration: string;
|
|
1816
|
+
minDelegationStake: string;
|
|
1817
|
+
minDelegationFee: string;
|
|
1818
|
+
addPrimaryNetworkValidatorFee: string;
|
|
1819
|
+
addSubnetValidatorFee: string;
|
|
1820
|
+
addSubnetDelegatorFee: string;
|
|
1821
|
+
}
|
|
1822
|
+
export declare class FlarePTestnet extends Testnet implements FlareNetwork {
|
|
1823
|
+
name: string;
|
|
1824
|
+
family: CoinFamily;
|
|
1825
|
+
explorerUrl: string;
|
|
1826
|
+
accountExplorerUrl: string;
|
|
1827
|
+
flarePublicUrl: string;
|
|
1828
|
+
blockchainID: string;
|
|
1829
|
+
cChainBlockchainID: string;
|
|
1830
|
+
xChainBlockchainID: string;
|
|
1831
|
+
networkID: number;
|
|
1832
|
+
hrp: string;
|
|
1833
|
+
alias: string;
|
|
1834
|
+
assetId: string;
|
|
1835
|
+
vm: string;
|
|
1836
|
+
minImportToPFee: string;
|
|
1837
|
+
txFee: string;
|
|
1838
|
+
baseTxFee: string;
|
|
1839
|
+
maxImportFee: string;
|
|
1840
|
+
createAssetTxFee: string;
|
|
1841
|
+
createSubnetTx: string;
|
|
1842
|
+
transformSubnetTxFee: string;
|
|
1843
|
+
createChainTx: string;
|
|
1844
|
+
creationTxFee: string;
|
|
1845
|
+
minConsumption: string;
|
|
1846
|
+
maxConsumption: string;
|
|
1847
|
+
maxSupply: string;
|
|
1848
|
+
minStake: string;
|
|
1849
|
+
minStakeDuration: string;
|
|
1850
|
+
maxStakeDuration: string;
|
|
1851
|
+
minDelegationStake: string;
|
|
1852
|
+
minDelegationFee: string;
|
|
1853
|
+
addPrimaryNetworkValidatorFee: string;
|
|
1854
|
+
addSubnetValidatorFee: string;
|
|
1855
|
+
addSubnetDelegatorFee: string;
|
|
1856
|
+
}
|
|
1857
|
+
export declare class Flare extends Mainnet implements EthereumNetwork {
|
|
1858
|
+
name: string;
|
|
1859
|
+
family: CoinFamily;
|
|
1860
|
+
explorerUrl: string;
|
|
1861
|
+
accountExplorerUrl: string;
|
|
1862
|
+
flarePublicUrl: string;
|
|
1863
|
+
chainId: number;
|
|
1864
|
+
nativeCoinOperationHashPrefix: string;
|
|
1865
|
+
walletFactoryAddress: string;
|
|
1866
|
+
walletImplementationAddress: string;
|
|
1867
|
+
batcherContractAddress: string;
|
|
1868
|
+
forwarderFactoryAddress: string;
|
|
1869
|
+
forwarderImplementationAddress: string;
|
|
1870
|
+
}
|
|
1871
|
+
export declare class FlareTestnet extends Testnet implements EthereumNetwork {
|
|
1872
|
+
name: string;
|
|
1873
|
+
family: CoinFamily;
|
|
1874
|
+
explorerUrl: string;
|
|
1875
|
+
accountExplorerUrl: string;
|
|
1876
|
+
chainId: number;
|
|
1877
|
+
nativeCoinOperationHashPrefix: string;
|
|
1878
|
+
walletFactoryAddress: string;
|
|
1879
|
+
walletImplementationAddress: string;
|
|
1880
|
+
batcherContractAddress: string;
|
|
1881
|
+
forwarderFactoryAddress: string;
|
|
1882
|
+
forwarderImplementationAddress: string;
|
|
1883
|
+
}
|
|
1884
|
+
declare class Songbird extends Mainnet implements EthereumNetwork {
|
|
1885
|
+
name: string;
|
|
1886
|
+
family: CoinFamily;
|
|
1887
|
+
explorerUrl: string;
|
|
1888
|
+
accountExplorerUrl: string;
|
|
1889
|
+
chainId: number;
|
|
1890
|
+
nativeCoinOperationHashPrefix: string;
|
|
1891
|
+
batcherContractAddress: string;
|
|
1892
|
+
forwarderFactoryAddress: string;
|
|
1893
|
+
forwarderImplementationAddress: string;
|
|
1894
|
+
}
|
|
1895
|
+
declare class SongbirdTestnet extends Testnet implements EthereumNetwork {
|
|
1896
|
+
name: string;
|
|
1897
|
+
family: CoinFamily;
|
|
1898
|
+
explorerUrl: string;
|
|
1899
|
+
accountExplorerUrl: string;
|
|
1900
|
+
chainId: number;
|
|
1901
|
+
nativeCoinOperationHashPrefix: string;
|
|
1902
|
+
batcherContractAddress: string;
|
|
1903
|
+
forwarderFactoryAddress: string;
|
|
1904
|
+
forwarderImplementationAddress: string;
|
|
1905
|
+
}
|
|
1906
|
+
declare class BaseChainTestnet extends Testnet implements EthereumNetwork {
|
|
1907
|
+
name: string;
|
|
1908
|
+
family: CoinFamily;
|
|
1909
|
+
explorerUrl: string;
|
|
1910
|
+
accountExplorerUrl: string;
|
|
1911
|
+
chainId: number;
|
|
1912
|
+
nativeCoinOperationHashPrefix: string;
|
|
1913
|
+
tokenOperationHashPrefix: string;
|
|
1914
|
+
forwarderFactoryAddress: string;
|
|
1915
|
+
forwarderImplementationAddress: string;
|
|
1916
|
+
walletFactoryAddress: string;
|
|
1917
|
+
walletImplementationAddress: string;
|
|
1918
|
+
}
|
|
1919
|
+
declare class BaseChain extends Mainnet implements EthereumNetwork {
|
|
1920
|
+
name: string;
|
|
1921
|
+
family: CoinFamily;
|
|
1922
|
+
explorerUrl: string;
|
|
1923
|
+
accountExplorerUrl: string;
|
|
1924
|
+
chainId: number;
|
|
1925
|
+
nativeCoinOperationHashPrefix: string;
|
|
1926
|
+
tokenOperationHashPrefix: string;
|
|
1927
|
+
forwarderFactoryAddress: string;
|
|
1928
|
+
forwarderImplementationAddress: string;
|
|
1929
|
+
walletFactoryAddress: string;
|
|
1930
|
+
walletImplementationAddress: string;
|
|
1931
|
+
}
|
|
1932
|
+
declare class Polymesh extends Mainnet implements AccountNetwork {
|
|
1933
|
+
name: string;
|
|
1934
|
+
family: CoinFamily;
|
|
1935
|
+
explorerUrl: string;
|
|
1936
|
+
specName: string;
|
|
1937
|
+
genesisHash: string;
|
|
1938
|
+
specVersion: number;
|
|
1939
|
+
chainName: string;
|
|
1940
|
+
txVersion: number;
|
|
1941
|
+
}
|
|
1942
|
+
declare class PolymeshTestnet extends Testnet implements AccountNetwork {
|
|
1943
|
+
name: string;
|
|
1944
|
+
family: CoinFamily;
|
|
1945
|
+
explorerUrl: string;
|
|
1946
|
+
specName: SubstrateSpecNameType;
|
|
1947
|
+
genesisHash: string;
|
|
1948
|
+
specVersion: number;
|
|
1949
|
+
chainName: string;
|
|
1950
|
+
txVersion: number;
|
|
1951
|
+
}
|
|
1952
|
+
declare class Vet extends Mainnet implements EthereumNetwork {
|
|
1953
|
+
name: string;
|
|
1954
|
+
family: CoinFamily;
|
|
1955
|
+
explorerUrl: string;
|
|
1956
|
+
accountExplorerUrl: string;
|
|
1957
|
+
chainId: number;
|
|
1958
|
+
forwarderFactoryAddress: string;
|
|
1959
|
+
forwarderImplementationAddress: string;
|
|
1960
|
+
}
|
|
1961
|
+
declare class VetTestnet extends Testnet implements EthereumNetwork {
|
|
1962
|
+
name: string;
|
|
1963
|
+
family: CoinFamily;
|
|
1964
|
+
explorerUrl: string;
|
|
1965
|
+
accountExplorerUrl: string;
|
|
1966
|
+
chainId: number;
|
|
1967
|
+
forwarderFactoryAddress: string;
|
|
1968
|
+
forwarderImplementationAddress: string;
|
|
1969
|
+
}
|
|
1970
|
+
declare class Iota extends Mainnet implements AccountNetwork {
|
|
1971
|
+
name: string;
|
|
1972
|
+
family: CoinFamily;
|
|
1973
|
+
explorerUrl: string;
|
|
1974
|
+
accountExplorerUrl: string;
|
|
1975
|
+
}
|
|
1976
|
+
declare class IotaTestnet extends Testnet implements AccountNetwork {
|
|
1977
|
+
name: string;
|
|
1978
|
+
family: CoinFamily;
|
|
1979
|
+
explorerUrl: string;
|
|
1980
|
+
accountExplorerUrl: string;
|
|
1981
|
+
}
|
|
1982
|
+
declare class Flow extends Mainnet implements EthereumNetwork {
|
|
1983
|
+
name: string;
|
|
1984
|
+
family: CoinFamily;
|
|
1985
|
+
explorerUrl: string;
|
|
1986
|
+
accountExplorerUrl: string;
|
|
1987
|
+
chainId: number;
|
|
1988
|
+
nativeCoinOperationHashPrefix: string;
|
|
1989
|
+
}
|
|
1990
|
+
declare class FlowTestnet extends Testnet implements EthereumNetwork {
|
|
1991
|
+
name: string;
|
|
1992
|
+
family: CoinFamily;
|
|
1993
|
+
explorerUrl: string;
|
|
1994
|
+
accountExplorerUrl: string;
|
|
1995
|
+
chainId: number;
|
|
1996
|
+
nativeCoinOperationHashPrefix: string;
|
|
1997
|
+
}
|
|
1998
|
+
declare class MegaETH extends Mainnet implements EthereumNetwork {
|
|
1999
|
+
name: string;
|
|
2000
|
+
family: CoinFamily;
|
|
2001
|
+
explorerUrl: string;
|
|
2002
|
+
accountExplorerUrl: string;
|
|
2003
|
+
chainId: number;
|
|
2004
|
+
nativeCoinOperationHashPrefix: string;
|
|
2005
|
+
}
|
|
2006
|
+
declare class MegaETHTestnet extends Testnet implements EthereumNetwork {
|
|
2007
|
+
name: string;
|
|
2008
|
+
family: CoinFamily;
|
|
2009
|
+
explorerUrl: string;
|
|
2010
|
+
accountExplorerUrl: string;
|
|
2011
|
+
chainId: number;
|
|
2012
|
+
nativeCoinOperationHashPrefix: string;
|
|
2013
|
+
}
|
|
2014
|
+
declare class Plume extends Mainnet implements EthereumNetwork {
|
|
2015
|
+
name: string;
|
|
2016
|
+
family: CoinFamily;
|
|
2017
|
+
explorerUrl: string;
|
|
2018
|
+
accountExplorerUrl: string;
|
|
2019
|
+
chainId: number;
|
|
2020
|
+
nativeCoinOperationHashPrefix: string;
|
|
2021
|
+
}
|
|
2022
|
+
declare class HederaEVMTestnet 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 HederaEVM 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 PlumeTestnet extends Testnet implements EthereumNetwork {
|
|
2039
|
+
name: string;
|
|
2040
|
+
family: CoinFamily;
|
|
2041
|
+
explorerUrl: string;
|
|
2042
|
+
accountExplorerUrl: string;
|
|
2043
|
+
chainId: number;
|
|
2044
|
+
nativeCoinOperationHashPrefix: string;
|
|
2045
|
+
}
|
|
2046
|
+
declare class Canton extends Mainnet implements BaseNetwork {
|
|
2047
|
+
name: string;
|
|
2048
|
+
family: CoinFamily;
|
|
2049
|
+
explorerUrl: string;
|
|
2050
|
+
}
|
|
2051
|
+
declare class CantonTestnet extends Testnet implements BaseNetwork {
|
|
2052
|
+
name: string;
|
|
2053
|
+
family: CoinFamily;
|
|
2054
|
+
explorerUrl: string;
|
|
2055
|
+
}
|
|
2056
|
+
declare class Dogeos extends Mainnet implements EthereumNetwork {
|
|
2057
|
+
name: string;
|
|
2058
|
+
family: CoinFamily;
|
|
2059
|
+
explorerUrl: string;
|
|
2060
|
+
accountExplorerUrl: string;
|
|
2061
|
+
chainId: number;
|
|
2062
|
+
nativeCoinOperationHashPrefix: string;
|
|
2063
|
+
}
|
|
2064
|
+
declare class DogeosTestnet extends Testnet implements EthereumNetwork {
|
|
2065
|
+
name: string;
|
|
2066
|
+
family: CoinFamily;
|
|
2067
|
+
explorerUrl: string;
|
|
2068
|
+
accountExplorerUrl: string;
|
|
2069
|
+
chainId: number;
|
|
2070
|
+
nativeCoinOperationHashPrefix: string;
|
|
2071
|
+
}
|
|
2072
|
+
declare class ArcUSDCTestnet extends Testnet implements EthereumNetwork {
|
|
2073
|
+
name: string;
|
|
2074
|
+
family: CoinFamily;
|
|
2075
|
+
explorerUrl: string;
|
|
2076
|
+
accountExplorerUrl: string;
|
|
2077
|
+
chainId: number;
|
|
2078
|
+
nativeCoinOperationHashPrefix: string;
|
|
2079
|
+
}
|
|
2080
|
+
declare class ArcUSDC extends Mainnet implements EthereumNetwork {
|
|
2081
|
+
name: string;
|
|
2082
|
+
family: CoinFamily;
|
|
2083
|
+
explorerUrl: string;
|
|
2084
|
+
accountExplorerUrl: string;
|
|
2085
|
+
chainId: number;
|
|
2086
|
+
nativeCoinOperationHashPrefix: string;
|
|
2087
|
+
}
|
|
2088
|
+
declare class Tempo extends Mainnet implements EthereumNetwork {
|
|
2089
|
+
name: string;
|
|
2090
|
+
family: CoinFamily;
|
|
2091
|
+
explorerUrl: string;
|
|
2092
|
+
accountExplorerUrl: string;
|
|
2093
|
+
chainId: number;
|
|
2094
|
+
nativeCoinOperationHashPrefix: string;
|
|
2095
|
+
tokenOperationHashPrefix: string;
|
|
2096
|
+
}
|
|
2097
|
+
declare class TempoTestnet extends Testnet implements EthereumNetwork {
|
|
2098
|
+
name: string;
|
|
2099
|
+
family: CoinFamily;
|
|
2100
|
+
explorerUrl: string;
|
|
2101
|
+
accountExplorerUrl: string;
|
|
2102
|
+
chainId: number;
|
|
2103
|
+
nativeCoinOperationHashPrefix: string;
|
|
2104
|
+
tokenOperationHashPrefix: string;
|
|
602
2105
|
}
|
|
603
2106
|
export declare const Networks: {
|
|
604
2107
|
main: {
|
|
605
2108
|
ada: Readonly<Ada>;
|
|
606
2109
|
algorand: Readonly<Algorand>;
|
|
2110
|
+
apechain: Readonly<ApeChain>;
|
|
2111
|
+
apt: Readonly<Apt>;
|
|
2112
|
+
arbitrum: Readonly<Arbitrum>;
|
|
2113
|
+
arcusdc: Readonly<ArcUSDC>;
|
|
2114
|
+
asi: Readonly<Asi>;
|
|
607
2115
|
atom: Readonly<Atom>;
|
|
608
2116
|
avalancheC: Readonly<AvalancheC>;
|
|
609
2117
|
avalancheP: Readonly<AvalancheP>;
|
|
2118
|
+
baby: Readonly<Baby>;
|
|
2119
|
+
basechain: Readonly<BaseChain>;
|
|
610
2120
|
bitcoin: Readonly<Bitcoin>;
|
|
611
2121
|
bitcoinCash: Readonly<BitcoinCash>;
|
|
612
2122
|
bitcoinGold: Readonly<BitcoinGold>;
|
|
613
2123
|
bitcoinSV: Readonly<BitcoinSV>;
|
|
2124
|
+
bera: Readonly<Berachain>;
|
|
2125
|
+
bld: Readonly<Bld>;
|
|
614
2126
|
bsc: Readonly<BinanceSmartChain>;
|
|
2127
|
+
canton: Readonly<Canton>;
|
|
615
2128
|
casper: Readonly<Casper>;
|
|
616
2129
|
celo: Readonly<Celo>;
|
|
2130
|
+
coredao: Readonly<Coredao>;
|
|
2131
|
+
coreum: Readonly<Coreum>;
|
|
2132
|
+
cronos: Readonly<Cronos>;
|
|
617
2133
|
dash: Readonly<Dash>;
|
|
618
2134
|
dogecoin: Readonly<Dogecoin>;
|
|
619
|
-
|
|
2135
|
+
dogeos: Readonly<Dogeos>;
|
|
2136
|
+
dot: Readonly<PolkadotAssetHub>;
|
|
2137
|
+
dydx: Readonly<Dydx>;
|
|
620
2138
|
eCash: Readonly<ECash>;
|
|
621
2139
|
eos: Readonly<Eos>;
|
|
622
2140
|
ethereum: Readonly<Ethereum>;
|
|
@@ -624,60 +2142,194 @@ export declare const Networks: {
|
|
|
624
2142
|
ethereumClassic: Readonly<EthereumClassic>;
|
|
625
2143
|
ethereumW: Readonly<EthereumW>;
|
|
626
2144
|
fiat: Readonly<Fiat>;
|
|
2145
|
+
fetchai: Readonly<FetchAi>;
|
|
2146
|
+
flow: Readonly<Flow>;
|
|
2147
|
+
flr: Readonly<Flare>;
|
|
2148
|
+
flrP: Readonly<FlareP>;
|
|
2149
|
+
fluenteth: Readonly<FluentETH>;
|
|
2150
|
+
hash: Readonly<Hash>;
|
|
627
2151
|
hedera: Readonly<Hedera>;
|
|
2152
|
+
hederaEVM: Readonly<HederaEVM>;
|
|
2153
|
+
icp: Readonly<Icp>;
|
|
2154
|
+
ip: Readonly<IP>;
|
|
2155
|
+
initia: Readonly<Initia>;
|
|
2156
|
+
iota: Readonly<Iota>;
|
|
2157
|
+
injective: Readonly<Injective>;
|
|
2158
|
+
irys: Readonly<Irys>;
|
|
2159
|
+
islm: Readonly<Islm>;
|
|
2160
|
+
jovayeth: Readonly<JovayETH>;
|
|
2161
|
+
kaia: Readonly<Kaia>;
|
|
2162
|
+
kava: Readonly<Kava>;
|
|
2163
|
+
kavaevm: Readonly<KavaEVM>;
|
|
2164
|
+
lnbtc: Readonly<LightningBitcoin>;
|
|
628
2165
|
litecoin: Readonly<Litecoin>;
|
|
2166
|
+
megaeth: Readonly<MegaETH>;
|
|
2167
|
+
mon: Readonly<Monad>;
|
|
2168
|
+
mantle: Readonly<Mantle>;
|
|
2169
|
+
mantra: Readonly<Mantra>;
|
|
2170
|
+
plume: Readonly<Plume>;
|
|
629
2171
|
polygon: Readonly<Polygon>;
|
|
2172
|
+
polyx: Readonly<Polymesh>;
|
|
2173
|
+
phrs: Readonly<Pharos>;
|
|
2174
|
+
ctc: Readonly<Creditcoin>;
|
|
2175
|
+
hypeevm: Readonly<HypeEVM>;
|
|
2176
|
+
lineaeth: Readonly<LineaETH>;
|
|
2177
|
+
oas: Readonly<Oas>;
|
|
2178
|
+
og: Readonly<Og>;
|
|
630
2179
|
ofc: Readonly<Ofc>;
|
|
2180
|
+
okbxlayer: Readonly<Xlayer>;
|
|
2181
|
+
opbnb: Readonly<OpBNB>;
|
|
2182
|
+
fantom: Readonly<Fantom>;
|
|
2183
|
+
morph: Readonly<Morph>;
|
|
2184
|
+
morpheth: Readonly<MorphETH>;
|
|
2185
|
+
optimism: Readonly<Optimism>;
|
|
2186
|
+
osmo: Readonly<Osmo>;
|
|
631
2187
|
rbtc: Readonly<Rbtc>;
|
|
2188
|
+
rune: Readonly<Rune>;
|
|
632
2189
|
stellar: Readonly<Stellar>;
|
|
2190
|
+
sei: Readonly<Sei>;
|
|
2191
|
+
seievm: Readonly<SeiEvm>;
|
|
2192
|
+
sgb: Readonly<Songbird>;
|
|
633
2193
|
sol: Readonly<Sol>;
|
|
2194
|
+
sonic: Readonly<Sonic>;
|
|
634
2195
|
sui: Readonly<Sui>;
|
|
635
2196
|
near: Readonly<Near>;
|
|
636
2197
|
stx: Readonly<Stx>;
|
|
2198
|
+
somi: Readonly<Somi>;
|
|
2199
|
+
soneium: Readonly<Soneium>;
|
|
637
2200
|
susd: Readonly<SUSD>;
|
|
2201
|
+
tao: Readonly<Bittensor>;
|
|
2202
|
+
tempo: Readonly<Tempo>;
|
|
2203
|
+
tia: Readonly<Tia>;
|
|
2204
|
+
ton: Readonly<Ton>;
|
|
638
2205
|
trx: Readonly<Trx>;
|
|
2206
|
+
vet: Readonly<Vet>;
|
|
2207
|
+
wemix: Readonly<Wemix>;
|
|
2208
|
+
world: Readonly<World>;
|
|
2209
|
+
xdc: Readonly<Xdc>;
|
|
2210
|
+
xpl: Readonly<Plasma>;
|
|
639
2211
|
xrp: Readonly<Xrp>;
|
|
640
2212
|
xtz: Readonly<Xtz>;
|
|
641
2213
|
zCash: Readonly<ZCash>;
|
|
2214
|
+
zeta: Readonly<Zeta>;
|
|
2215
|
+
zkSync: Readonly<ZkSync>;
|
|
2216
|
+
zkSyncEra: Readonly<ZkSyncEra>;
|
|
642
2217
|
};
|
|
643
2218
|
test: {
|
|
644
2219
|
ada: Readonly<AdaTestnet>;
|
|
645
2220
|
algorand: Readonly<AlgorandTestnet>;
|
|
2221
|
+
apechain: Readonly<ApeChainTestnet>;
|
|
2222
|
+
apt: Readonly<AptTestnet>;
|
|
2223
|
+
arbitrum: Readonly<ArbitrumTestnet>;
|
|
2224
|
+
arcusdc: Readonly<ArcUSDCTestnet>;
|
|
2225
|
+
asi: Readonly<AsiTestnet>;
|
|
646
2226
|
atom: Readonly<AtomTestnet>;
|
|
647
2227
|
avalancheC: Readonly<AvalancheCTestnet>;
|
|
648
2228
|
avalancheP: Readonly<AvalanchePTestnet>;
|
|
2229
|
+
baby: Readonly<BabyTestnet>;
|
|
2230
|
+
basechain: Readonly<BaseChainTestnet>;
|
|
649
2231
|
bitcoin: Readonly<BitcoinTestnet>;
|
|
2232
|
+
bitcoinPublicSignet: Readonly<BitcoinPublicSignet>;
|
|
2233
|
+
bitcoinTestnet4: Readonly<BitcoinTestnet4>;
|
|
2234
|
+
bitcoinBitGoSignet: Readonly<BitcoinBitGoSignet>;
|
|
650
2235
|
bitcoinCash: Readonly<BitcoinCashTestnet>;
|
|
651
2236
|
bitcoinGold: Readonly<BitcoinGoldTestnet>;
|
|
652
2237
|
bitcoinSV: Readonly<BitcoinSVTestnet>;
|
|
2238
|
+
bera: Readonly<BerachainTestnet>;
|
|
2239
|
+
bld: Readonly<BldTestnet>;
|
|
653
2240
|
bsc: Readonly<BinanceSmartChainTestnet>;
|
|
2241
|
+
canton: Readonly<CantonTestnet>;
|
|
654
2242
|
casper: Readonly<CasperTestnet>;
|
|
2243
|
+
coredao: Readonly<CoredaoTestnet>;
|
|
655
2244
|
celo: Readonly<CeloTestnet>;
|
|
2245
|
+
cronos: Readonly<CronosTestnet>;
|
|
656
2246
|
dash: Readonly<DashTestnet>;
|
|
657
2247
|
dogecoin: Readonly<DogecoinTestnet>;
|
|
658
|
-
|
|
2248
|
+
dogeos: Readonly<DogeosTestnet>;
|
|
2249
|
+
dot: Readonly<WestendAssetHub>;
|
|
2250
|
+
dydx: Readonly<DydxTestnet>;
|
|
659
2251
|
eCash: Readonly<ECashTestnet>;
|
|
660
2252
|
eos: Readonly<EosTestnet>;
|
|
661
2253
|
fiat: Readonly<FiatTestnet>;
|
|
2254
|
+
fetchai: Readonly<FetchAiTestnet>;
|
|
2255
|
+
flow: Readonly<FlowTestnet>;
|
|
2256
|
+
flr: Readonly<FlareTestnet>;
|
|
2257
|
+
flrP: Readonly<FlarePTestnet>;
|
|
2258
|
+
fluenteth: Readonly<FluentETHTestnet>;
|
|
2259
|
+
mon: Readonly<MonadTestnet>;
|
|
2260
|
+
megaeth: Readonly<MegaETHTestnet>;
|
|
662
2261
|
pyrmont: Readonly<Pyrmont>;
|
|
2262
|
+
plume: Readonly<PlumeTestnet>;
|
|
663
2263
|
ethereumClassicTestnet: Readonly<EthereumClassicTestnet>;
|
|
2264
|
+
hash: Readonly<HashTestnet>;
|
|
664
2265
|
hedera: Readonly<HederaTestnet>;
|
|
2266
|
+
hederaEVM: Readonly<HederaEVMTestnet>;
|
|
2267
|
+
icp: Readonly<IcpTestnet>;
|
|
2268
|
+
ip: Readonly<IPTestnet>;
|
|
2269
|
+
initia: Readonly<InitiaTestnet>;
|
|
2270
|
+
injective: Readonly<InjectiveTestnet>;
|
|
2271
|
+
iota: Readonly<IotaTestnet>;
|
|
2272
|
+
irys: Readonly<IrysTestnet>;
|
|
2273
|
+
islm: Readonly<IslmTestnet>;
|
|
2274
|
+
jovayeth: Readonly<JovayETHTestnet>;
|
|
2275
|
+
kava: Readonly<KavaTestnet>;
|
|
2276
|
+
kavaevm: Readonly<KavaEVMTestnet>;
|
|
665
2277
|
kovan: Readonly<Kovan>;
|
|
666
2278
|
goerli: Readonly<Goerli>;
|
|
2279
|
+
holesky: Readonly<Holesky>;
|
|
2280
|
+
hoodi: Readonly<Hoodi>;
|
|
2281
|
+
lnbtc: Readonly<LightningBitcoinTestnet>;
|
|
667
2282
|
litecoin: Readonly<LitecoinTestnet>;
|
|
2283
|
+
mantle: Readonly<MantleTestnet>;
|
|
2284
|
+
mantra: Readonly<MantraTestnet>;
|
|
668
2285
|
polygon: Readonly<PolygonTestnet>;
|
|
2286
|
+
polyx: Readonly<PolymeshTestnet>;
|
|
2287
|
+
phrs: Readonly<PharosTestnet>;
|
|
2288
|
+
ctc: Readonly<CreditcoinTestnet>;
|
|
2289
|
+
hypeevm: Readonly<HypeEVMTestnet>;
|
|
2290
|
+
lineaeth: Readonly<LineaETHTestnet>;
|
|
2291
|
+
oas: Readonly<OasTestnet>;
|
|
2292
|
+
og: Readonly<OgTestnet>;
|
|
669
2293
|
ofc: Readonly<OfcTestnet>;
|
|
2294
|
+
okbxlayer: Readonly<XlayerTestnet>;
|
|
2295
|
+
opbnb: Readonly<OpBNBTestnet>;
|
|
2296
|
+
fantom: Readonly<FantomTestnet>;
|
|
2297
|
+
morph: Readonly<MorphTestnet>;
|
|
2298
|
+
morpheth: Readonly<MorphETHTestnet>;
|
|
2299
|
+
optimism: Readonly<OptimismTestnet>;
|
|
2300
|
+
osmo: Readonly<OsmoTestnet>;
|
|
670
2301
|
rbtc: Readonly<RbtcTestnet>;
|
|
2302
|
+
rune: Readonly<RuneTestNet>;
|
|
2303
|
+
sgb: Readonly<SongbirdTestnet>;
|
|
671
2304
|
stellar: Readonly<StellarTestnet>;
|
|
2305
|
+
sei: Readonly<SeiTestnet>;
|
|
2306
|
+
seievm: Readonly<SeiEvmTestnet>;
|
|
672
2307
|
sol: Readonly<SolTestnet>;
|
|
673
2308
|
sui: Readonly<SuiTestnet>;
|
|
674
2309
|
near: Readonly<NearTestnet>;
|
|
675
2310
|
stx: Readonly<StxTestnet>;
|
|
2311
|
+
stt: Readonly<SomniaTestnet>;
|
|
2312
|
+
soneium: Readonly<SoneiumTestnet>;
|
|
2313
|
+
sonic: Readonly<SonicTestnet>;
|
|
2314
|
+
kaia: Readonly<KaiaTestnet>;
|
|
676
2315
|
susd: Readonly<SUSDTestnet>;
|
|
2316
|
+
coreum: Readonly<CoreumTestnet>;
|
|
2317
|
+
tao: Readonly<BittensorTestnet>;
|
|
2318
|
+
tempo: Readonly<TempoTestnet>;
|
|
2319
|
+
tia: Readonly<TiaTestnet>;
|
|
2320
|
+
ton: Readonly<TonTestnet>;
|
|
677
2321
|
trx: Readonly<TrxTestnet>;
|
|
2322
|
+
vet: Readonly<VetTestnet>;
|
|
2323
|
+
wemix: Readonly<WemixTestnet>;
|
|
2324
|
+
world: Readonly<WorldTestnet>;
|
|
2325
|
+
xdc: Readonly<XdcTestnet>;
|
|
2326
|
+
xpl: Readonly<PlasmaTestnet>;
|
|
678
2327
|
xrp: Readonly<XrpTestnet>;
|
|
679
2328
|
xtz: Readonly<XtzTestnet>;
|
|
680
2329
|
zCash: Readonly<ZCashTestnet>;
|
|
2330
|
+
zeta: Readonly<ZetaTestnet>;
|
|
2331
|
+
zkSync: Readonly<ZkSyncTestnet>;
|
|
2332
|
+
zkSyncEra: Readonly<ZkSyncEraTestnet>;
|
|
681
2333
|
};
|
|
682
2334
|
};
|
|
683
2335
|
export {};
|