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