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