@bitgo-beta/statics 10.0.1-alpha.46 → 10.0.1-alpha.460
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 +1034 -60
- package/dist/src/account.d.ts.map +1 -1
- package/dist/src/account.js +1645 -149
- 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 +1151 -0
- package/dist/src/avaxp.d.ts.map +1 -1
- package/dist/src/avaxp.js +10 -3
- package/dist/src/base.d.ts +2210 -34
- package/dist/src/base.d.ts.map +1 -1
- package/dist/src/base.js +2321 -50
- 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 +1967 -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 +858 -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 +1678 -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 +436 -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 +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 +1656 -58
- package/dist/src/networks.d.ts.map +1 -1
- package/dist/src/networks.js +2031 -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 +601 -95
- package/dist/src/tokenConfig.d.ts.map +1 -1
- package/dist/src/tokenConfig.js +984 -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,1321 @@ 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 AccountNetwork {
|
|
568
843
|
name: string;
|
|
569
844
|
family: CoinFamily;
|
|
570
845
|
explorerUrl: string;
|
|
571
|
-
feeReserve: string;
|
|
572
|
-
storageReserve: string;
|
|
573
846
|
}
|
|
574
|
-
declare class
|
|
847
|
+
declare class KavaTestnet extends Testnet implements AccountNetwork {
|
|
575
848
|
name: string;
|
|
576
849
|
family: CoinFamily;
|
|
577
850
|
explorerUrl: string;
|
|
578
|
-
feeReserve: string;
|
|
579
|
-
storageReserve: string;
|
|
580
851
|
}
|
|
581
|
-
declare class
|
|
852
|
+
declare class Ton extends Mainnet implements AccountNetwork {
|
|
582
853
|
name: string;
|
|
583
854
|
family: CoinFamily;
|
|
584
855
|
explorerUrl: string;
|
|
585
|
-
accountExplorerUrl: string;
|
|
586
|
-
chainId: number;
|
|
587
|
-
forwarderFactoryAddress: string;
|
|
588
|
-
forwarderImplementationAddress: string;
|
|
589
|
-
walletFactoryAddress: string;
|
|
590
|
-
walletImplementationAddress: string;
|
|
591
856
|
}
|
|
592
|
-
declare class
|
|
857
|
+
declare class TonTestnet extends Testnet implements AccountNetwork {
|
|
593
858
|
name: string;
|
|
594
859
|
family: CoinFamily;
|
|
595
860
|
explorerUrl: string;
|
|
596
|
-
|
|
597
|
-
|
|
598
|
-
|
|
599
|
-
|
|
600
|
-
|
|
601
|
-
|
|
861
|
+
}
|
|
862
|
+
declare class Coreum extends Mainnet implements AccountNetwork {
|
|
863
|
+
name: string;
|
|
864
|
+
family: CoinFamily;
|
|
865
|
+
explorerUrl: string;
|
|
866
|
+
}
|
|
867
|
+
declare class CoreumTestnet extends Testnet implements AccountNetwork {
|
|
868
|
+
name: string;
|
|
869
|
+
family: CoinFamily;
|
|
870
|
+
explorerUrl: string;
|
|
871
|
+
}
|
|
872
|
+
declare class Rune extends Mainnet implements AccountNetwork {
|
|
873
|
+
name: string;
|
|
874
|
+
family: CoinFamily;
|
|
875
|
+
explorerUrl: string;
|
|
876
|
+
}
|
|
877
|
+
declare class RuneTestNet extends Testnet implements AccountNetwork {
|
|
878
|
+
name: string;
|
|
879
|
+
family: CoinFamily;
|
|
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;
|
|
953
|
+
}
|
|
954
|
+
declare class Islm extends Mainnet implements AccountNetwork {
|
|
955
|
+
name: string;
|
|
956
|
+
family: CoinFamily;
|
|
957
|
+
explorerUrl: string;
|
|
958
|
+
}
|
|
959
|
+
declare class IslmTestnet extends Testnet implements AccountNetwork {
|
|
960
|
+
name: string;
|
|
961
|
+
family: CoinFamily;
|
|
962
|
+
explorerUrl: string;
|
|
963
|
+
}
|
|
964
|
+
declare class Stx extends Mainnet implements StacksNetwork {
|
|
965
|
+
name: string;
|
|
966
|
+
family: CoinFamily;
|
|
967
|
+
explorerUrl: string;
|
|
968
|
+
sendmanymemoContractAddress: string;
|
|
969
|
+
stakingContractAddress: string;
|
|
970
|
+
}
|
|
971
|
+
declare class StxTestnet extends Testnet implements StacksNetwork {
|
|
972
|
+
name: string;
|
|
973
|
+
family: CoinFamily;
|
|
974
|
+
explorerUrl: string;
|
|
975
|
+
sendmanymemoContractAddress: string;
|
|
976
|
+
stakingContractAddress: string;
|
|
977
|
+
}
|
|
978
|
+
declare class SUSD extends Mainnet implements AccountNetwork {
|
|
979
|
+
name: string;
|
|
980
|
+
family: CoinFamily;
|
|
981
|
+
explorerUrl: undefined;
|
|
982
|
+
}
|
|
983
|
+
declare class SUSDTestnet extends Testnet implements AccountNetwork {
|
|
984
|
+
name: string;
|
|
985
|
+
family: CoinFamily;
|
|
986
|
+
explorerUrl: undefined;
|
|
987
|
+
}
|
|
988
|
+
declare class FiatTestnet extends Testnet implements BaseNetwork {
|
|
989
|
+
name: string;
|
|
990
|
+
family: CoinFamily;
|
|
991
|
+
explorerUrl: undefined;
|
|
992
|
+
}
|
|
993
|
+
declare class Fiat extends Mainnet implements BaseNetwork {
|
|
994
|
+
name: string;
|
|
995
|
+
family: CoinFamily;
|
|
996
|
+
explorerUrl: undefined;
|
|
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
|
+
}
|
|
1013
|
+
declare class Trx extends Mainnet implements TronNetwork {
|
|
1014
|
+
name: string;
|
|
1015
|
+
family: CoinFamily;
|
|
1016
|
+
accountExplorerUrl: string;
|
|
1017
|
+
explorerUrl: string;
|
|
1018
|
+
maxFeeLimit: string;
|
|
1019
|
+
contractCallFeeLimit: string;
|
|
1020
|
+
}
|
|
1021
|
+
declare class TrxTestnet extends Testnet implements TronNetwork {
|
|
1022
|
+
name: string;
|
|
1023
|
+
family: CoinFamily;
|
|
1024
|
+
accountExplorerUrl: string;
|
|
1025
|
+
explorerUrl: string;
|
|
1026
|
+
maxFeeLimit: string;
|
|
1027
|
+
contractCallFeeLimit: string;
|
|
1028
|
+
}
|
|
1029
|
+
declare class Xrp extends Mainnet implements AccountNetwork {
|
|
1030
|
+
name: string;
|
|
1031
|
+
family: CoinFamily;
|
|
1032
|
+
explorerUrl: string;
|
|
1033
|
+
}
|
|
1034
|
+
declare class XrpTestnet extends Testnet implements AccountNetwork {
|
|
1035
|
+
name: string;
|
|
1036
|
+
family: CoinFamily;
|
|
1037
|
+
explorerUrl: string;
|
|
1038
|
+
}
|
|
1039
|
+
declare class Xtz extends Mainnet implements AccountNetwork {
|
|
1040
|
+
name: string;
|
|
1041
|
+
family: CoinFamily;
|
|
1042
|
+
explorerUrl: string;
|
|
1043
|
+
accountExplorerUrl: string;
|
|
1044
|
+
}
|
|
1045
|
+
declare class XtzTestnet extends Testnet implements AccountNetwork {
|
|
1046
|
+
name: string;
|
|
1047
|
+
family: CoinFamily;
|
|
1048
|
+
explorerUrl: string;
|
|
1049
|
+
accountExplorerUrl: string;
|
|
1050
|
+
}
|
|
1051
|
+
declare class ZCash extends Mainnet implements UtxoNetwork {
|
|
1052
|
+
name: string;
|
|
1053
|
+
family: CoinFamily;
|
|
1054
|
+
utxolibName: string;
|
|
1055
|
+
explorerUrl: string;
|
|
1056
|
+
}
|
|
1057
|
+
declare class ZCashTestnet extends Testnet implements UtxoNetwork {
|
|
1058
|
+
name: string;
|
|
1059
|
+
family: CoinFamily;
|
|
1060
|
+
utxolibName: string;
|
|
1061
|
+
explorerUrl: string;
|
|
1062
|
+
}
|
|
1063
|
+
declare class Near extends Mainnet implements AccountNetwork {
|
|
1064
|
+
name: string;
|
|
1065
|
+
family: CoinFamily;
|
|
1066
|
+
explorerUrl: string;
|
|
1067
|
+
feeReserve: string;
|
|
1068
|
+
storageReserve: string;
|
|
1069
|
+
}
|
|
1070
|
+
declare class NearTestnet extends Testnet implements AccountNetwork {
|
|
1071
|
+
name: string;
|
|
1072
|
+
family: CoinFamily;
|
|
1073
|
+
explorerUrl: string;
|
|
1074
|
+
feeReserve: string;
|
|
1075
|
+
storageReserve: string;
|
|
1076
|
+
}
|
|
1077
|
+
declare class Polygon extends Mainnet implements EthereumNetwork {
|
|
1078
|
+
name: string;
|
|
1079
|
+
family: CoinFamily;
|
|
1080
|
+
explorerUrl: string;
|
|
1081
|
+
accountExplorerUrl: string;
|
|
1082
|
+
chainId: number;
|
|
1083
|
+
forwarderFactoryAddress: string;
|
|
1084
|
+
forwarderImplementationAddress: string;
|
|
1085
|
+
walletFactoryAddress: string;
|
|
1086
|
+
walletImplementationAddress: string;
|
|
1087
|
+
batcherContractAddress: string;
|
|
1088
|
+
nativeCoinOperationHashPrefix: string;
|
|
1089
|
+
tokenOperationHashPrefix: string;
|
|
1090
|
+
walletV4ForwarderFactoryAddress: string;
|
|
1091
|
+
walletV4ForwarderImplementationAddress: string;
|
|
1092
|
+
}
|
|
1093
|
+
declare class PolygonTestnet extends Testnet implements EthereumNetwork {
|
|
1094
|
+
name: string;
|
|
1095
|
+
family: CoinFamily;
|
|
1096
|
+
explorerUrl: string;
|
|
1097
|
+
accountExplorerUrl: string;
|
|
1098
|
+
chainId: number;
|
|
1099
|
+
forwarderFactoryAddress: string;
|
|
1100
|
+
forwarderImplementationAddress: string;
|
|
1101
|
+
walletFactoryAddress: string;
|
|
1102
|
+
walletImplementationAddress: string;
|
|
1103
|
+
batcherContractAddress: string;
|
|
1104
|
+
nativeCoinOperationHashPrefix: string;
|
|
1105
|
+
tokenOperationHashPrefix: string;
|
|
1106
|
+
walletV4ForwarderFactoryAddress: string;
|
|
1107
|
+
walletV4ForwarderImplementationAddress: string;
|
|
1108
|
+
}
|
|
1109
|
+
declare class Optimism extends Mainnet implements EthereumNetwork {
|
|
1110
|
+
name: string;
|
|
1111
|
+
family: CoinFamily;
|
|
1112
|
+
explorerUrl: string;
|
|
1113
|
+
accountExplorerUrl: string;
|
|
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;
|
|
1124
|
+
}
|
|
1125
|
+
declare class OptimismTestnet extends Testnet implements EthereumNetwork {
|
|
1126
|
+
name: string;
|
|
1127
|
+
family: CoinFamily;
|
|
1128
|
+
explorerUrl: string;
|
|
1129
|
+
accountExplorerUrl: string;
|
|
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;
|
|
602
2055
|
}
|
|
603
2056
|
export declare const Networks: {
|
|
604
2057
|
main: {
|
|
605
2058
|
ada: Readonly<Ada>;
|
|
606
2059
|
algorand: Readonly<Algorand>;
|
|
2060
|
+
apechain: Readonly<ApeChain>;
|
|
2061
|
+
apt: Readonly<Apt>;
|
|
2062
|
+
arbitrum: Readonly<Arbitrum>;
|
|
2063
|
+
arcusdc: Readonly<ArcUSDC>;
|
|
2064
|
+
asi: Readonly<Asi>;
|
|
607
2065
|
atom: Readonly<Atom>;
|
|
608
2066
|
avalancheC: Readonly<AvalancheC>;
|
|
609
2067
|
avalancheP: Readonly<AvalancheP>;
|
|
2068
|
+
baby: Readonly<Baby>;
|
|
2069
|
+
basechain: Readonly<BaseChain>;
|
|
610
2070
|
bitcoin: Readonly<Bitcoin>;
|
|
611
2071
|
bitcoinCash: Readonly<BitcoinCash>;
|
|
612
2072
|
bitcoinGold: Readonly<BitcoinGold>;
|
|
613
2073
|
bitcoinSV: Readonly<BitcoinSV>;
|
|
2074
|
+
bera: Readonly<Berachain>;
|
|
2075
|
+
bld: Readonly<Bld>;
|
|
614
2076
|
bsc: Readonly<BinanceSmartChain>;
|
|
2077
|
+
canton: Readonly<Canton>;
|
|
615
2078
|
casper: Readonly<Casper>;
|
|
616
2079
|
celo: Readonly<Celo>;
|
|
2080
|
+
coredao: Readonly<Coredao>;
|
|
2081
|
+
coreum: Readonly<Coreum>;
|
|
2082
|
+
cronos: Readonly<Cronos>;
|
|
617
2083
|
dash: Readonly<Dash>;
|
|
618
2084
|
dogecoin: Readonly<Dogecoin>;
|
|
619
|
-
|
|
2085
|
+
dogeos: Readonly<Dogeos>;
|
|
2086
|
+
dot: Readonly<PolkadotAssetHub>;
|
|
620
2087
|
eCash: Readonly<ECash>;
|
|
621
2088
|
eos: Readonly<Eos>;
|
|
622
2089
|
ethereum: Readonly<Ethereum>;
|
|
@@ -624,60 +2091,191 @@ export declare const Networks: {
|
|
|
624
2091
|
ethereumClassic: Readonly<EthereumClassic>;
|
|
625
2092
|
ethereumW: Readonly<EthereumW>;
|
|
626
2093
|
fiat: Readonly<Fiat>;
|
|
2094
|
+
fetchai: Readonly<FetchAi>;
|
|
2095
|
+
flow: Readonly<Flow>;
|
|
2096
|
+
flr: Readonly<Flare>;
|
|
2097
|
+
flrP: Readonly<FlareP>;
|
|
2098
|
+
fluenteth: Readonly<FluentETH>;
|
|
2099
|
+
hash: Readonly<Hash>;
|
|
627
2100
|
hedera: Readonly<Hedera>;
|
|
2101
|
+
hederaEVM: Readonly<HederaEVM>;
|
|
2102
|
+
icp: Readonly<Icp>;
|
|
2103
|
+
ip: Readonly<IP>;
|
|
2104
|
+
initia: Readonly<Initia>;
|
|
2105
|
+
iota: Readonly<Iota>;
|
|
2106
|
+
injective: Readonly<Injective>;
|
|
2107
|
+
irys: Readonly<Irys>;
|
|
2108
|
+
islm: Readonly<Islm>;
|
|
2109
|
+
jovayeth: Readonly<JovayETH>;
|
|
2110
|
+
kaia: Readonly<Kaia>;
|
|
2111
|
+
kava: Readonly<Kava>;
|
|
2112
|
+
kavaevm: Readonly<KavaEVM>;
|
|
2113
|
+
lnbtc: Readonly<LightningBitcoin>;
|
|
628
2114
|
litecoin: Readonly<Litecoin>;
|
|
2115
|
+
megaeth: Readonly<MegaETH>;
|
|
2116
|
+
mon: Readonly<Monad>;
|
|
2117
|
+
mantle: Readonly<Mantle>;
|
|
2118
|
+
mantra: Readonly<Mantra>;
|
|
2119
|
+
plume: Readonly<Plume>;
|
|
629
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>;
|
|
630
2128
|
ofc: Readonly<Ofc>;
|
|
2129
|
+
okb: Readonly<Xlayer>;
|
|
2130
|
+
opbnb: Readonly<OpBNB>;
|
|
2131
|
+
fantom: Readonly<Fantom>;
|
|
2132
|
+
morph: Readonly<Morph>;
|
|
2133
|
+
optimism: Readonly<Optimism>;
|
|
2134
|
+
osmo: Readonly<Osmo>;
|
|
631
2135
|
rbtc: Readonly<Rbtc>;
|
|
2136
|
+
rune: Readonly<Rune>;
|
|
632
2137
|
stellar: Readonly<Stellar>;
|
|
2138
|
+
sei: Readonly<Sei>;
|
|
2139
|
+
seievm: Readonly<SeiEvm>;
|
|
2140
|
+
sgb: Readonly<Songbird>;
|
|
633
2141
|
sol: Readonly<Sol>;
|
|
2142
|
+
sonic: Readonly<Sonic>;
|
|
634
2143
|
sui: Readonly<Sui>;
|
|
635
2144
|
near: Readonly<Near>;
|
|
636
2145
|
stx: Readonly<Stx>;
|
|
2146
|
+
somi: Readonly<Somi>;
|
|
2147
|
+
soneium: Readonly<Soneium>;
|
|
637
2148
|
susd: Readonly<SUSD>;
|
|
2149
|
+
tao: Readonly<Bittensor>;
|
|
2150
|
+
tempo: Readonly<Tempo>;
|
|
2151
|
+
tia: Readonly<Tia>;
|
|
2152
|
+
ton: Readonly<Ton>;
|
|
638
2153
|
trx: Readonly<Trx>;
|
|
2154
|
+
vet: Readonly<Vet>;
|
|
2155
|
+
wemix: Readonly<Wemix>;
|
|
2156
|
+
world: Readonly<World>;
|
|
2157
|
+
xdc: Readonly<Xdc>;
|
|
2158
|
+
xpl: Readonly<Plasma>;
|
|
639
2159
|
xrp: Readonly<Xrp>;
|
|
640
2160
|
xtz: Readonly<Xtz>;
|
|
641
2161
|
zCash: Readonly<ZCash>;
|
|
2162
|
+
zeta: Readonly<Zeta>;
|
|
2163
|
+
zkSync: Readonly<ZkSync>;
|
|
2164
|
+
zkSyncEra: Readonly<ZkSyncEra>;
|
|
642
2165
|
};
|
|
643
2166
|
test: {
|
|
644
2167
|
ada: Readonly<AdaTestnet>;
|
|
645
2168
|
algorand: Readonly<AlgorandTestnet>;
|
|
2169
|
+
apechain: Readonly<ApeChainTestnet>;
|
|
2170
|
+
apt: Readonly<AptTestnet>;
|
|
2171
|
+
arbitrum: Readonly<ArbitrumTestnet>;
|
|
2172
|
+
arcusdc: Readonly<ArcUSDCTestnet>;
|
|
2173
|
+
asi: Readonly<AsiTestnet>;
|
|
646
2174
|
atom: Readonly<AtomTestnet>;
|
|
647
2175
|
avalancheC: Readonly<AvalancheCTestnet>;
|
|
648
2176
|
avalancheP: Readonly<AvalanchePTestnet>;
|
|
2177
|
+
baby: Readonly<BabyTestnet>;
|
|
2178
|
+
basechain: Readonly<BaseChainTestnet>;
|
|
649
2179
|
bitcoin: Readonly<BitcoinTestnet>;
|
|
2180
|
+
bitcoinPublicSignet: Readonly<BitcoinPublicSignet>;
|
|
2181
|
+
bitcoinTestnet4: Readonly<BitcoinTestnet4>;
|
|
2182
|
+
bitcoinBitGoSignet: Readonly<BitcoinBitGoSignet>;
|
|
650
2183
|
bitcoinCash: Readonly<BitcoinCashTestnet>;
|
|
651
2184
|
bitcoinGold: Readonly<BitcoinGoldTestnet>;
|
|
652
2185
|
bitcoinSV: Readonly<BitcoinSVTestnet>;
|
|
2186
|
+
bera: Readonly<BerachainTestnet>;
|
|
2187
|
+
bld: Readonly<BldTestnet>;
|
|
653
2188
|
bsc: Readonly<BinanceSmartChainTestnet>;
|
|
2189
|
+
canton: Readonly<CantonTestnet>;
|
|
654
2190
|
casper: Readonly<CasperTestnet>;
|
|
2191
|
+
coredao: Readonly<CoredaoTestnet>;
|
|
655
2192
|
celo: Readonly<CeloTestnet>;
|
|
2193
|
+
cronos: Readonly<CronosTestnet>;
|
|
656
2194
|
dash: Readonly<DashTestnet>;
|
|
657
2195
|
dogecoin: Readonly<DogecoinTestnet>;
|
|
658
|
-
|
|
2196
|
+
dogeos: Readonly<DogeosTestnet>;
|
|
2197
|
+
dot: Readonly<WestendAssetHub>;
|
|
659
2198
|
eCash: Readonly<ECashTestnet>;
|
|
660
2199
|
eos: Readonly<EosTestnet>;
|
|
661
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>;
|
|
662
2208
|
pyrmont: Readonly<Pyrmont>;
|
|
2209
|
+
plume: Readonly<PlumeTestnet>;
|
|
663
2210
|
ethereumClassicTestnet: Readonly<EthereumClassicTestnet>;
|
|
2211
|
+
hash: Readonly<HashTestnet>;
|
|
664
2212
|
hedera: Readonly<HederaTestnet>;
|
|
2213
|
+
hederaEVM: Readonly<HederaEVMTestnet>;
|
|
2214
|
+
icp: Readonly<IcpTestnet>;
|
|
2215
|
+
ip: Readonly<IPTestnet>;
|
|
2216
|
+
initia: Readonly<InitiaTestnet>;
|
|
2217
|
+
injective: Readonly<InjectiveTestnet>;
|
|
2218
|
+
iota: Readonly<IotaTestnet>;
|
|
2219
|
+
irys: Readonly<IrysTestnet>;
|
|
2220
|
+
islm: Readonly<IslmTestnet>;
|
|
2221
|
+
jovayeth: Readonly<JovayETHTestnet>;
|
|
2222
|
+
kava: Readonly<KavaTestnet>;
|
|
2223
|
+
kavaevm: Readonly<KavaEVMTestnet>;
|
|
665
2224
|
kovan: Readonly<Kovan>;
|
|
666
2225
|
goerli: Readonly<Goerli>;
|
|
2226
|
+
holesky: Readonly<Holesky>;
|
|
2227
|
+
hoodi: Readonly<Hoodi>;
|
|
2228
|
+
lnbtc: Readonly<LightningBitcoinTestnet>;
|
|
667
2229
|
litecoin: Readonly<LitecoinTestnet>;
|
|
2230
|
+
mantle: Readonly<MantleTestnet>;
|
|
2231
|
+
mantra: Readonly<MantraTestnet>;
|
|
668
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>;
|
|
669
2240
|
ofc: Readonly<OfcTestnet>;
|
|
2241
|
+
okb: Readonly<XlayerTestnet>;
|
|
2242
|
+
opbnb: Readonly<OpBNBTestnet>;
|
|
2243
|
+
fantom: Readonly<FantomTestnet>;
|
|
2244
|
+
morph: Readonly<MorphTestnet>;
|
|
2245
|
+
optimism: Readonly<OptimismTestnet>;
|
|
2246
|
+
osmo: Readonly<OsmoTestnet>;
|
|
670
2247
|
rbtc: Readonly<RbtcTestnet>;
|
|
2248
|
+
rune: Readonly<RuneTestNet>;
|
|
2249
|
+
sgb: Readonly<SongbirdTestnet>;
|
|
671
2250
|
stellar: Readonly<StellarTestnet>;
|
|
2251
|
+
sei: Readonly<SeiTestnet>;
|
|
2252
|
+
seievm: Readonly<SeiEvmTestnet>;
|
|
672
2253
|
sol: Readonly<SolTestnet>;
|
|
673
2254
|
sui: Readonly<SuiTestnet>;
|
|
674
2255
|
near: Readonly<NearTestnet>;
|
|
675
2256
|
stx: Readonly<StxTestnet>;
|
|
2257
|
+
stt: Readonly<SomniaTestnet>;
|
|
2258
|
+
soneium: Readonly<SoneiumTestnet>;
|
|
2259
|
+
sonic: Readonly<SonicTestnet>;
|
|
2260
|
+
kaia: Readonly<KaiaTestnet>;
|
|
676
2261
|
susd: Readonly<SUSDTestnet>;
|
|
2262
|
+
coreum: Readonly<CoreumTestnet>;
|
|
2263
|
+
tao: Readonly<BittensorTestnet>;
|
|
2264
|
+
tempo: Readonly<TempoTestnet>;
|
|
2265
|
+
tia: Readonly<TiaTestnet>;
|
|
2266
|
+
ton: Readonly<TonTestnet>;
|
|
677
2267
|
trx: Readonly<TrxTestnet>;
|
|
2268
|
+
vet: Readonly<VetTestnet>;
|
|
2269
|
+
wemix: Readonly<WemixTestnet>;
|
|
2270
|
+
world: Readonly<WorldTestnet>;
|
|
2271
|
+
xdc: Readonly<XdcTestnet>;
|
|
2272
|
+
xpl: Readonly<PlasmaTestnet>;
|
|
678
2273
|
xrp: Readonly<XrpTestnet>;
|
|
679
2274
|
xtz: Readonly<XtzTestnet>;
|
|
680
2275
|
zCash: Readonly<ZCashTestnet>;
|
|
2276
|
+
zeta: Readonly<ZetaTestnet>;
|
|
2277
|
+
zkSync: Readonly<ZkSyncTestnet>;
|
|
2278
|
+
zkSyncEra: Readonly<ZkSyncEraTestnet>;
|
|
681
2279
|
};
|
|
682
2280
|
};
|
|
683
2281
|
export {};
|