@bitgo-beta/statics 10.0.1-alpha.49 → 10.0.1-alpha.490
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 +1086 -73
- package/dist/src/account.d.ts.map +1 -1
- package/dist/src/account.js +1716 -162
- 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 +1484 -0
- package/dist/src/avaxp.d.ts.map +1 -1
- package/dist/src/avaxp.js +11 -3
- package/dist/src/base.d.ts +2459 -40
- package/dist/src/base.d.ts.map +1 -1
- package/dist/src/base.js +2571 -57
- 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 +114 -0
- package/dist/src/coinFeatures.d.ts.map +1 -0
- package/dist/src/coinFeatures.js +742 -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 +22 -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 +128 -0
- package/dist/src/coins/botOfcTokens.d.ts +3 -0
- package/dist/src/coins/botOfcTokens.d.ts.map +1 -0
- package/dist/src/coins/botOfcTokens.js +106 -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 +108 -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 +204 -0
- package/dist/src/coins/cantonTokens.d.ts +2 -0
- package/dist/src/coins/cantonTokens.d.ts.map +1 -0
- package/dist/src/coins/cantonTokens.js +18 -0
- package/dist/src/coins/cosmosTokens.d.ts +2 -0
- package/dist/src/coins/cosmosTokens.d.ts.map +1 -0
- package/dist/src/coins/cosmosTokens.js +14 -0
- package/dist/src/coins/erc20Coins.d.ts +2 -0
- package/dist/src/coins/erc20Coins.d.ts.map +1 -0
- package/dist/src/coins/erc20Coins.js +2024 -0
- package/dist/src/coins/generateERC20.d.ts +36 -0
- package/dist/src/coins/generateERC20.d.ts.map +1 -0
- package/dist/src/coins/generateERC20.js +46 -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 +19 -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 +17 -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 +985 -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 +1777 -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 +165 -0
- package/dist/src/coins/polyxTokens.d.ts +2 -0
- package/dist/src/coins/polyxTokens.d.ts.map +1 -0
- package/dist/src/coins/polyxTokens.js +22 -0
- package/dist/src/coins/sip10Tokens.d.ts +2 -0
- package/dist/src/coins/sip10Tokens.d.ts.map +1 -0
- package/dist/src/coins/sip10Tokens.js +25 -0
- package/dist/src/coins/solTokens.d.ts +3 -0
- package/dist/src/coins/solTokens.d.ts.map +1 -0
- package/dist/src/coins/solTokens.js +474 -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 +22 -1
- package/dist/src/coins.d.ts.map +1 -1
- package/dist/src/coins.js +433 -1409
- 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/hypeevm.d.ts +28 -0
- package/dist/src/hypeevm.d.ts.map +1 -0
- package/dist/src/hypeevm.js +60 -0
- package/dist/src/index.d.ts +4 -1
- package/dist/src/index.d.ts.map +1 -1
- package/dist/src/index.js +32 -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 +194 -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 +2066 -90
- package/dist/src/networks.d.ts.map +1 -1
- package/dist/src/networks.js +2581 -148
- package/dist/src/ofc.d.ts +695 -3
- package/dist/src/ofc.d.ts.map +1 -1
- package/dist/src/ofc.js +1652 -28
- package/dist/src/tokenConfig.d.ts +658 -102
- package/dist/src/tokenConfig.d.ts.map +1 -1
- package/dist/src/tokenConfig.js +1018 -205
- 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 -572
- package/dist/resources/dot/index.d.ts +0 -3
- package/dist/resources/dot/index.d.ts.map +0 -1
- package/dist/resources/dot/index.js +0 -15
- package/dist/resources/dot/mainnet.d.ts +0 -2
- package/dist/resources/dot/mainnet.d.ts.map +0 -1
- package/dist/resources/dot/mainnet.js +0 -5
- package/dist/resources/dot/westend.d.ts +0 -2
- package/dist/resources/dot/westend.d.ts.map +0 -1
- package/dist/resources/dot/westend.js +0 -5
- package/resources/dot/index.ts +0 -2
- package/resources/dot/mainnet.ts +0 -2
- package/resources/dot/westend.ts +0 -2
package/dist/src/networks.d.ts
CHANGED
|
@@ -1,3 +1,46 @@
|
|
|
1
|
+
export interface FlareNetwork extends BaseNetwork {
|
|
2
|
+
name: string;
|
|
3
|
+
family: CoinFamily;
|
|
4
|
+
explorerUrl: string;
|
|
5
|
+
accountExplorerUrl: string;
|
|
6
|
+
chainId?: number;
|
|
7
|
+
nativeCoinOperationHashPrefix?: string;
|
|
8
|
+
batcherContractAddress?: string;
|
|
9
|
+
forwarderFactoryAddress?: string;
|
|
10
|
+
forwarderImplementationAddress?: string;
|
|
11
|
+
blockchainID: string;
|
|
12
|
+
cChainBlockchainID: string;
|
|
13
|
+
networkID: number;
|
|
14
|
+
hrp: string;
|
|
15
|
+
alias: string;
|
|
16
|
+
assetId: string;
|
|
17
|
+
vm?: string;
|
|
18
|
+
txFee: string;
|
|
19
|
+
minImportToPFee: string;
|
|
20
|
+
maxImportFee: string;
|
|
21
|
+
createSubnetTx?: string;
|
|
22
|
+
createChainTx?: string;
|
|
23
|
+
creationTxFee?: string;
|
|
24
|
+
minConsumption?: string;
|
|
25
|
+
maxConsumption?: string;
|
|
26
|
+
maxSupply?: string;
|
|
27
|
+
minStake: string;
|
|
28
|
+
minStakeDuration?: string;
|
|
29
|
+
maxStakeDuration?: string;
|
|
30
|
+
minDelegationStake?: string;
|
|
31
|
+
minDelegationFee?: string;
|
|
32
|
+
flarePublicUrl?: string;
|
|
33
|
+
baseTxFee?: string;
|
|
34
|
+
createAssetTxFee?: string;
|
|
35
|
+
createSubnetTxFee?: string;
|
|
36
|
+
transformSubnetTxFee?: string;
|
|
37
|
+
createBlockchainTxFee?: string;
|
|
38
|
+
addPrimaryNetworkValidatorFee?: string;
|
|
39
|
+
addPrimaryNetworkDelegatorFee?: string;
|
|
40
|
+
addSubnetValidatorFee?: string;
|
|
41
|
+
addSubnetDelegatorFee?: string;
|
|
42
|
+
xChainBlockchainID?: string;
|
|
43
|
+
}
|
|
1
44
|
import { CoinFamily } from './base';
|
|
2
45
|
export declare enum NetworkType {
|
|
3
46
|
MAINNET = "mainnet",
|
|
@@ -11,6 +54,25 @@ export declare abstract class BaseNetwork {
|
|
|
11
54
|
}
|
|
12
55
|
export interface UtxoNetwork extends BaseNetwork {
|
|
13
56
|
utxolibName: string;
|
|
57
|
+
paygoAddressAttestationPubkey?: string;
|
|
58
|
+
}
|
|
59
|
+
export interface LightningNetwork extends UtxoNetwork {
|
|
60
|
+
/**
|
|
61
|
+
* The public key of the Lightning service, used for deriving the shared Elliptic Curve Diffie-Hellman (ECDH) secret
|
|
62
|
+
* between the user's extended private key and the Lightning service. This key facilitates secure communication
|
|
63
|
+
* by enabling the creation of a shared secret for encryption and decryption of data.
|
|
64
|
+
*/
|
|
65
|
+
lightningServicePubKey: string;
|
|
66
|
+
/**
|
|
67
|
+
* The public key of the middleware service, used for deriving the shared Elliptic Curve Diffie-Hellman (ECDH) secret
|
|
68
|
+
* between the user's extended private key and the middleware service.
|
|
69
|
+
*/
|
|
70
|
+
middlewarePubKey: string;
|
|
71
|
+
/**
|
|
72
|
+
* The public key of the TAT service, used for deriving the shared Elliptic Curve Diffie-Hellman (ECDH) secret
|
|
73
|
+
* between the user's extended private key and the TAT service.
|
|
74
|
+
*/
|
|
75
|
+
tatPubKey: string;
|
|
14
76
|
}
|
|
15
77
|
export interface AdaNetwork extends BaseNetwork {
|
|
16
78
|
utxolibName: string;
|
|
@@ -40,20 +102,30 @@ export interface AvalancheNetwork extends BaseNetwork {
|
|
|
40
102
|
readonly minDelegationFee: string;
|
|
41
103
|
readonly avaxAssetID: string;
|
|
42
104
|
readonly txFee: string;
|
|
105
|
+
readonly maxImportFee: string;
|
|
43
106
|
}
|
|
44
107
|
export interface AccountNetwork extends BaseNetwork {
|
|
45
108
|
readonly accountExplorerUrl?: string;
|
|
109
|
+
readonly blockExplorerUrl?: string;
|
|
110
|
+
}
|
|
111
|
+
export interface CosmosNetwork extends AccountNetwork {
|
|
112
|
+
readonly addressPrefix: string;
|
|
113
|
+
readonly validatorPrefix: string;
|
|
114
|
+
readonly denom: string;
|
|
115
|
+
readonly gasAmount: string;
|
|
116
|
+
readonly gasLimit: number;
|
|
117
|
+
readonly validDenoms: string[];
|
|
46
118
|
}
|
|
47
119
|
/**
|
|
48
120
|
* Specification name type of the chain. Used in setting up the registry
|
|
49
121
|
*/
|
|
50
|
-
export
|
|
122
|
+
export type PolkadotSpecNameType = 'kusama' | 'polkadot' | 'westend' | 'statemint' | 'statemine' | 'westmint';
|
|
123
|
+
export type SubstrateSpecNameType = 'kusama' | 'polkadot' | 'westend' | 'statemint' | 'statemine' | 'node-subtensor' | 'polymesh_testnet' | 'polymesh_mainnet';
|
|
51
124
|
export interface DotNetwork extends AccountNetwork {
|
|
52
125
|
readonly specName: PolkadotSpecNameType;
|
|
53
126
|
readonly genesisHash: string;
|
|
54
127
|
readonly specVersion: number;
|
|
55
128
|
readonly chainName: string;
|
|
56
|
-
readonly metadataRpc: `0x${string}`;
|
|
57
129
|
readonly txVersion: number;
|
|
58
130
|
}
|
|
59
131
|
export interface EthereumNetwork extends AccountNetwork {
|
|
@@ -61,6 +133,18 @@ export interface EthereumNetwork extends AccountNetwork {
|
|
|
61
133
|
readonly batcherContractAddress?: string;
|
|
62
134
|
readonly forwarderFactoryAddress?: string;
|
|
63
135
|
readonly forwarderImplementationAddress?: string;
|
|
136
|
+
readonly walletV2ForwarderFactoryAddress?: string;
|
|
137
|
+
readonly walletV2ForwarderImplementationAddress?: string;
|
|
138
|
+
readonly walletV4ForwarderFactoryAddress?: string;
|
|
139
|
+
readonly walletV4ForwarderImplementationAddress?: string;
|
|
140
|
+
readonly walletFactoryAddress?: string;
|
|
141
|
+
readonly walletImplementationAddress?: string;
|
|
142
|
+
readonly walletV2FactoryAddress?: string;
|
|
143
|
+
readonly walletV2ImplementationAddress?: string;
|
|
144
|
+
readonly walletV4FactoryAddress?: string;
|
|
145
|
+
readonly walletV4ImplementationAddress?: string;
|
|
146
|
+
readonly nativeCoinOperationHashPrefix?: string;
|
|
147
|
+
readonly tokenOperationHashPrefix?: string;
|
|
64
148
|
}
|
|
65
149
|
export interface TronNetwork extends AccountNetwork {
|
|
66
150
|
maxFeeLimit: string;
|
|
@@ -95,6 +179,7 @@ declare class Ada extends Mainnet implements AdaNetwork {
|
|
|
95
179
|
poolDeposit: number;
|
|
96
180
|
stakeKeyDeposit: number;
|
|
97
181
|
explorerUrl: string;
|
|
182
|
+
accountExplorerUrl: string;
|
|
98
183
|
coinsPerUtxoWord: number;
|
|
99
184
|
maxTransactionSize: number;
|
|
100
185
|
maxValueSize: number;
|
|
@@ -104,18 +189,74 @@ declare class AdaTestnet extends Testnet implements AdaNetwork {
|
|
|
104
189
|
family: CoinFamily;
|
|
105
190
|
utxolibName: string;
|
|
106
191
|
explorerUrl: string;
|
|
192
|
+
accountExplorerUrl: string;
|
|
107
193
|
coinsPerUtxoWord: number;
|
|
108
194
|
maxTransactionSize: number;
|
|
109
195
|
maxValueSize: number;
|
|
110
196
|
poolDeposit: number;
|
|
111
197
|
stakeKeyDeposit: number;
|
|
112
198
|
}
|
|
199
|
+
declare class Apt extends Mainnet implements AccountNetwork {
|
|
200
|
+
name: string;
|
|
201
|
+
family: CoinFamily;
|
|
202
|
+
explorerUrl: string;
|
|
203
|
+
accountExplorerUrl: string;
|
|
204
|
+
blockExplorerUrl: string;
|
|
205
|
+
}
|
|
206
|
+
declare class AptTestnet extends Testnet implements AccountNetwork {
|
|
207
|
+
name: string;
|
|
208
|
+
family: CoinFamily;
|
|
209
|
+
explorerUrl: string;
|
|
210
|
+
accountExplorerUrl: string;
|
|
211
|
+
blockExplorerUrl: string;
|
|
212
|
+
}
|
|
213
|
+
declare class Icp extends Mainnet implements AccountNetwork {
|
|
214
|
+
name: string;
|
|
215
|
+
family: CoinFamily;
|
|
216
|
+
explorerUrl: string;
|
|
217
|
+
accountExplorerUrl: string;
|
|
218
|
+
}
|
|
219
|
+
declare class IcpTestnet extends Testnet implements AccountNetwork {
|
|
220
|
+
name: string;
|
|
221
|
+
family: CoinFamily;
|
|
222
|
+
explorerUrl: string;
|
|
223
|
+
accountExplorerUrl: string;
|
|
224
|
+
}
|
|
225
|
+
declare class Arbitrum extends Mainnet implements EthereumNetwork {
|
|
226
|
+
name: string;
|
|
227
|
+
family: CoinFamily;
|
|
228
|
+
explorerUrl: string;
|
|
229
|
+
accountExplorerUrl: string;
|
|
230
|
+
chainId: number;
|
|
231
|
+
nativeCoinOperationHashPrefix: string;
|
|
232
|
+
tokenOperationHashPrefix: string;
|
|
233
|
+
forwarderFactoryAddress: string;
|
|
234
|
+
forwarderImplementationAddress: string;
|
|
235
|
+
walletFactoryAddress: string;
|
|
236
|
+
walletImplementationAddress: string;
|
|
237
|
+
batcherContractAddress: string;
|
|
238
|
+
}
|
|
239
|
+
declare class ArbitrumTestnet extends Testnet implements EthereumNetwork {
|
|
240
|
+
name: string;
|
|
241
|
+
family: CoinFamily;
|
|
242
|
+
explorerUrl: string;
|
|
243
|
+
accountExplorerUrl: string;
|
|
244
|
+
chainId: number;
|
|
245
|
+
nativeCoinOperationHashPrefix: string;
|
|
246
|
+
tokenOperationHashPrefix: string;
|
|
247
|
+
forwarderFactoryAddress: string;
|
|
248
|
+
forwarderImplementationAddress: string;
|
|
249
|
+
walletFactoryAddress: string;
|
|
250
|
+
walletImplementationAddress: string;
|
|
251
|
+
batcherContractAddress: string;
|
|
252
|
+
}
|
|
113
253
|
declare class AvalancheC extends Mainnet implements AccountNetwork {
|
|
114
254
|
name: string;
|
|
115
255
|
family: CoinFamily;
|
|
116
256
|
explorerUrl: string;
|
|
117
257
|
accountExplorerUrl: string;
|
|
118
258
|
chainId: number;
|
|
259
|
+
batcherContractAddress: string;
|
|
119
260
|
}
|
|
120
261
|
declare class AvalancheCTestnet extends Testnet implements AccountNetwork {
|
|
121
262
|
name: string;
|
|
@@ -123,6 +264,7 @@ declare class AvalancheCTestnet extends Testnet implements AccountNetwork {
|
|
|
123
264
|
explorerUrl: string;
|
|
124
265
|
accountExplorerUrl: string;
|
|
125
266
|
chainId: number;
|
|
267
|
+
batcherContractAddress: string;
|
|
126
268
|
}
|
|
127
269
|
declare class AvalancheP extends Mainnet implements AvalancheNetwork {
|
|
128
270
|
name: string;
|
|
@@ -137,6 +279,7 @@ declare class AvalancheP extends Mainnet implements AvalancheNetwork {
|
|
|
137
279
|
alias: string;
|
|
138
280
|
vm: string;
|
|
139
281
|
txFee: string;
|
|
282
|
+
maxImportFee: string;
|
|
140
283
|
createSubnetTx: string;
|
|
141
284
|
createChainTx: string;
|
|
142
285
|
creationTxFee: string;
|
|
@@ -162,6 +305,7 @@ declare class AvalanchePTestnet extends Testnet implements AvalancheNetwork {
|
|
|
162
305
|
hrp: string;
|
|
163
306
|
vm: string;
|
|
164
307
|
txFee: string;
|
|
308
|
+
maxImportFee: string;
|
|
165
309
|
createSubnetTx: string;
|
|
166
310
|
createChainTx: string;
|
|
167
311
|
creationTxFee: string;
|
|
@@ -180,6 +324,9 @@ declare class BinanceSmartChain extends Mainnet implements EthereumNetwork {
|
|
|
180
324
|
explorerUrl: string;
|
|
181
325
|
accountExplorerUrl: string;
|
|
182
326
|
chainId: number;
|
|
327
|
+
nativeCoinOperationHashPrefix: string;
|
|
328
|
+
tokenOperationHashPrefix: string;
|
|
329
|
+
batcherContractAddress: string;
|
|
183
330
|
}
|
|
184
331
|
declare class BinanceSmartChainTestnet extends Testnet implements EthereumNetwork {
|
|
185
332
|
name: string;
|
|
@@ -187,6 +334,63 @@ declare class BinanceSmartChainTestnet extends Testnet implements EthereumNetwor
|
|
|
187
334
|
explorerUrl: string;
|
|
188
335
|
accountExplorerUrl: string;
|
|
189
336
|
chainId: number;
|
|
337
|
+
nativeCoinOperationHashPrefix: string;
|
|
338
|
+
tokenOperationHashPrefix: string;
|
|
339
|
+
batcherContractAddress: string;
|
|
340
|
+
}
|
|
341
|
+
declare class OpBNB extends Mainnet implements EthereumNetwork {
|
|
342
|
+
name: string;
|
|
343
|
+
family: CoinFamily;
|
|
344
|
+
explorerUrl: string;
|
|
345
|
+
accountExplorerUrl: string;
|
|
346
|
+
chainId: number;
|
|
347
|
+
nativeCoinOperationHashPrefix: string;
|
|
348
|
+
tokenOperationHashPrefix: string;
|
|
349
|
+
}
|
|
350
|
+
declare class OpBNBTestnet extends Testnet implements EthereumNetwork {
|
|
351
|
+
name: string;
|
|
352
|
+
family: CoinFamily;
|
|
353
|
+
explorerUrl: string;
|
|
354
|
+
accountExplorerUrl: string;
|
|
355
|
+
chainId: number;
|
|
356
|
+
nativeCoinOperationHashPrefix: string;
|
|
357
|
+
tokenOperationHashPrefix: string;
|
|
358
|
+
}
|
|
359
|
+
declare class Fantom extends Mainnet implements EthereumNetwork {
|
|
360
|
+
name: string;
|
|
361
|
+
family: CoinFamily;
|
|
362
|
+
explorerUrl: string;
|
|
363
|
+
accountExplorerUrl: string;
|
|
364
|
+
chainId: number;
|
|
365
|
+
nativeCoinOperationHashPrefix: string;
|
|
366
|
+
tokenOperationHashPrefix: string;
|
|
367
|
+
}
|
|
368
|
+
declare class FantomTestnet extends Testnet implements EthereumNetwork {
|
|
369
|
+
name: string;
|
|
370
|
+
family: CoinFamily;
|
|
371
|
+
explorerUrl: string;
|
|
372
|
+
accountExplorerUrl: string;
|
|
373
|
+
chainId: number;
|
|
374
|
+
nativeCoinOperationHashPrefix: string;
|
|
375
|
+
tokenOperationHashPrefix: string;
|
|
376
|
+
}
|
|
377
|
+
declare class LightningBitcoin extends Mainnet implements LightningNetwork {
|
|
378
|
+
name: string;
|
|
379
|
+
family: CoinFamily;
|
|
380
|
+
utxolibName: string;
|
|
381
|
+
explorerUrl: string;
|
|
382
|
+
lightningServicePubKey: string;
|
|
383
|
+
middlewarePubKey: string;
|
|
384
|
+
tatPubKey: string;
|
|
385
|
+
}
|
|
386
|
+
declare class LightningBitcoinTestnet extends Testnet implements LightningNetwork {
|
|
387
|
+
name: string;
|
|
388
|
+
family: CoinFamily;
|
|
389
|
+
utxolibName: string;
|
|
390
|
+
explorerUrl: string;
|
|
391
|
+
lightningServicePubKey: string;
|
|
392
|
+
middlewarePubKey: string;
|
|
393
|
+
tatPubKey: string;
|
|
190
394
|
}
|
|
191
395
|
declare class Bitcoin extends Mainnet implements UtxoNetwork {
|
|
192
396
|
name: string;
|
|
@@ -199,6 +403,25 @@ declare class BitcoinTestnet extends Testnet implements UtxoNetwork {
|
|
|
199
403
|
family: CoinFamily;
|
|
200
404
|
utxolibName: string;
|
|
201
405
|
explorerUrl: string;
|
|
406
|
+
paygoAddressAttestationPubkey: string;
|
|
407
|
+
}
|
|
408
|
+
declare class BitcoinPublicSignet extends Testnet implements UtxoNetwork {
|
|
409
|
+
name: string;
|
|
410
|
+
family: CoinFamily;
|
|
411
|
+
utxolibName: string;
|
|
412
|
+
explorerUrl: string;
|
|
413
|
+
}
|
|
414
|
+
declare class BitcoinTestnet4 extends Testnet implements UtxoNetwork {
|
|
415
|
+
name: string;
|
|
416
|
+
family: CoinFamily;
|
|
417
|
+
utxolibName: string;
|
|
418
|
+
explorerUrl: string;
|
|
419
|
+
}
|
|
420
|
+
declare class BitcoinBitGoSignet extends Testnet implements UtxoNetwork {
|
|
421
|
+
name: string;
|
|
422
|
+
family: CoinFamily;
|
|
423
|
+
utxolibName: string;
|
|
424
|
+
explorerUrl: string;
|
|
202
425
|
}
|
|
203
426
|
declare class BitcoinCash extends Mainnet implements UtxoNetwork {
|
|
204
427
|
name: string;
|
|
@@ -272,7 +495,7 @@ declare class ECashTestnet extends Testnet implements UtxoNetwork {
|
|
|
272
495
|
utxolibName: string;
|
|
273
496
|
explorerUrl: undefined;
|
|
274
497
|
}
|
|
275
|
-
declare class
|
|
498
|
+
declare class PolkadotAssetHub extends Mainnet implements DotNetwork {
|
|
276
499
|
name: string;
|
|
277
500
|
family: CoinFamily;
|
|
278
501
|
explorerUrl: string;
|
|
@@ -280,10 +503,9 @@ declare class Polkadot extends Mainnet implements DotNetwork {
|
|
|
280
503
|
genesisHash: string;
|
|
281
504
|
specVersion: number;
|
|
282
505
|
chainName: string;
|
|
283
|
-
metadataRpc: `0x${string}`;
|
|
284
506
|
txVersion: number;
|
|
285
507
|
}
|
|
286
|
-
declare class
|
|
508
|
+
declare class WestendAssetHub extends Testnet implements DotNetwork {
|
|
287
509
|
name: string;
|
|
288
510
|
family: CoinFamily;
|
|
289
511
|
explorerUrl: string;
|
|
@@ -291,7 +513,6 @@ declare class PolkadotTestnet extends Testnet implements DotNetwork {
|
|
|
291
513
|
genesisHash: string;
|
|
292
514
|
specVersion: number;
|
|
293
515
|
chainName: string;
|
|
294
|
-
metadataRpc: `0x${string}`;
|
|
295
516
|
txVersion: number;
|
|
296
517
|
}
|
|
297
518
|
declare class Celo extends Mainnet implements EthereumNetwork {
|
|
@@ -300,6 +521,8 @@ declare class Celo extends Mainnet implements EthereumNetwork {
|
|
|
300
521
|
explorerUrl: string;
|
|
301
522
|
accountExplorerUrl: string;
|
|
302
523
|
chainId: number;
|
|
524
|
+
nativeCoinOperationHashPrefix: string;
|
|
525
|
+
tokenOperationHashPrefix: string;
|
|
303
526
|
}
|
|
304
527
|
declare class CeloTestnet extends Testnet implements EthereumNetwork {
|
|
305
528
|
name: string;
|
|
@@ -307,6 +530,42 @@ declare class CeloTestnet extends Testnet implements EthereumNetwork {
|
|
|
307
530
|
explorerUrl: string;
|
|
308
531
|
accountExplorerUrl: string;
|
|
309
532
|
chainId: number;
|
|
533
|
+
nativeCoinOperationHashPrefix: string;
|
|
534
|
+
tokenOperationHashPrefix: string;
|
|
535
|
+
}
|
|
536
|
+
declare class Chiliz extends Mainnet implements EthereumNetwork {
|
|
537
|
+
name: string;
|
|
538
|
+
family: CoinFamily;
|
|
539
|
+
explorerUrl: string;
|
|
540
|
+
accountExplorerUrl: string;
|
|
541
|
+
chainId: number;
|
|
542
|
+
nativeCoinOperationHashPrefix: string;
|
|
543
|
+
tokenOperationHashPrefix: string;
|
|
544
|
+
}
|
|
545
|
+
declare class ChilizTestnet extends Testnet implements EthereumNetwork {
|
|
546
|
+
name: string;
|
|
547
|
+
family: CoinFamily;
|
|
548
|
+
explorerUrl: string;
|
|
549
|
+
accountExplorerUrl: string;
|
|
550
|
+
chainId: number;
|
|
551
|
+
nativeCoinOperationHashPrefix: string;
|
|
552
|
+
tokenOperationHashPrefix: string;
|
|
553
|
+
}
|
|
554
|
+
declare class CodexEth extends Mainnet implements EthereumNetwork {
|
|
555
|
+
name: string;
|
|
556
|
+
family: CoinFamily;
|
|
557
|
+
explorerUrl: string;
|
|
558
|
+
accountExplorerUrl: string;
|
|
559
|
+
chainId: number;
|
|
560
|
+
nativeCoinOperationHashPrefix: string;
|
|
561
|
+
}
|
|
562
|
+
declare class CodexEthTestnet extends Testnet implements EthereumNetwork {
|
|
563
|
+
name: string;
|
|
564
|
+
family: CoinFamily;
|
|
565
|
+
explorerUrl: string;
|
|
566
|
+
accountExplorerUrl: string;
|
|
567
|
+
chainId: number;
|
|
568
|
+
nativeCoinOperationHashPrefix: string;
|
|
310
569
|
}
|
|
311
570
|
declare class Casper extends Mainnet implements AccountNetwork {
|
|
312
571
|
name: string;
|
|
@@ -325,10 +584,23 @@ declare class Ethereum extends Mainnet implements EthereumNetwork {
|
|
|
325
584
|
family: CoinFamily;
|
|
326
585
|
explorerUrl: string;
|
|
327
586
|
accountExplorerUrl: string;
|
|
587
|
+
blockExplorerUrl: string;
|
|
328
588
|
chainId: number;
|
|
329
589
|
batcherContractAddress: string;
|
|
330
590
|
forwarderFactoryAddress: string;
|
|
331
591
|
forwarderImplementationAddress: string;
|
|
592
|
+
walletV2ForwarderFactoryAddress: string;
|
|
593
|
+
walletV2ForwarderImplementationAddress: string;
|
|
594
|
+
walletV4ForwarderFactoryAddress: string;
|
|
595
|
+
walletV4ForwarderImplementationAddress: string;
|
|
596
|
+
nativeCoinOperationHashPrefix: string;
|
|
597
|
+
tokenOperationHashPrefix: string;
|
|
598
|
+
walletFactoryAddress: string;
|
|
599
|
+
walletImplementationAddress: string;
|
|
600
|
+
walletV2FactoryAddress: string;
|
|
601
|
+
walletV2ImplementationAddress: string;
|
|
602
|
+
walletV4FactoryAddress: string;
|
|
603
|
+
walletV4ImplementationAddress: string;
|
|
332
604
|
}
|
|
333
605
|
declare class Ethereum2 extends Mainnet implements AccountNetwork {
|
|
334
606
|
name: string;
|
|
@@ -345,6 +617,24 @@ declare class EthereumW extends Mainnet implements EthereumNetwork {
|
|
|
345
617
|
batcherContractAddress: string;
|
|
346
618
|
forwarderFactoryAddress: string;
|
|
347
619
|
forwarderImplementationAddress: string;
|
|
620
|
+
nativeCoinOperationHashPrefix: string;
|
|
621
|
+
tokenOperationHashPrefix: string;
|
|
622
|
+
}
|
|
623
|
+
declare class XtzEvm extends Mainnet implements EthereumNetwork {
|
|
624
|
+
name: string;
|
|
625
|
+
family: CoinFamily;
|
|
626
|
+
explorerUrl: string;
|
|
627
|
+
accountExplorerUrl: string;
|
|
628
|
+
chainId: number;
|
|
629
|
+
nativeCoinOperationHashPrefix: string;
|
|
630
|
+
}
|
|
631
|
+
declare class XtzEvmTestnet extends Testnet implements EthereumNetwork {
|
|
632
|
+
name: string;
|
|
633
|
+
family: CoinFamily;
|
|
634
|
+
explorerUrl: string;
|
|
635
|
+
accountExplorerUrl: string;
|
|
636
|
+
chainId: number;
|
|
637
|
+
nativeCoinOperationHashPrefix: string;
|
|
348
638
|
}
|
|
349
639
|
declare class Pyrmont extends Testnet implements AccountNetwork {
|
|
350
640
|
name: string;
|
|
@@ -361,16 +651,59 @@ declare class Kovan extends Testnet implements EthereumNetwork {
|
|
|
361
651
|
batcherContractAddress: string;
|
|
362
652
|
forwarderFactoryAddress: string;
|
|
363
653
|
forwarderImplementationAddress: string;
|
|
654
|
+
nativeCoinOperationHashPrefix: string;
|
|
655
|
+
tokenOperationHashPrefix: string;
|
|
364
656
|
}
|
|
365
657
|
declare class Goerli extends Testnet implements EthereumNetwork {
|
|
366
658
|
name: string;
|
|
367
659
|
family: CoinFamily;
|
|
368
660
|
explorerUrl: string;
|
|
369
661
|
accountExplorerUrl: string;
|
|
662
|
+
blockExplorerUrl: string;
|
|
663
|
+
chainId: number;
|
|
664
|
+
batcherContractAddress: string;
|
|
665
|
+
forwarderFactoryAddress: string;
|
|
666
|
+
forwarderImplementationAddress: string;
|
|
667
|
+
nativeCoinOperationHashPrefix: string;
|
|
668
|
+
tokenOperationHashPrefix: string;
|
|
669
|
+
}
|
|
670
|
+
declare class Holesky extends Testnet implements EthereumNetwork {
|
|
671
|
+
name: string;
|
|
672
|
+
family: CoinFamily;
|
|
673
|
+
explorerUrl: string;
|
|
674
|
+
accountExplorerUrl: string;
|
|
675
|
+
blockExplorerUrl: string;
|
|
676
|
+
chainId: number;
|
|
677
|
+
batcherContractAddress: string;
|
|
678
|
+
forwarderFactoryAddress: string;
|
|
679
|
+
forwarderImplementationAddress: string;
|
|
680
|
+
nativeCoinOperationHashPrefix: string;
|
|
681
|
+
tokenOperationHashPrefix: string;
|
|
682
|
+
walletV4ForwarderFactoryAddress: string;
|
|
683
|
+
walletV4ForwarderImplementationAddress: string;
|
|
684
|
+
}
|
|
685
|
+
declare class Hoodi extends Testnet implements EthereumNetwork {
|
|
686
|
+
name: string;
|
|
687
|
+
family: CoinFamily;
|
|
688
|
+
explorerUrl: string;
|
|
689
|
+
accountExplorerUrl: string;
|
|
690
|
+
blockExplorerUrl: string;
|
|
370
691
|
chainId: number;
|
|
371
692
|
batcherContractAddress: string;
|
|
372
693
|
forwarderFactoryAddress: string;
|
|
373
694
|
forwarderImplementationAddress: string;
|
|
695
|
+
walletV2ForwarderFactoryAddress: string;
|
|
696
|
+
walletV2ForwarderImplementationAddress: string;
|
|
697
|
+
walletV4ForwarderFactoryAddress: string;
|
|
698
|
+
walletV4ForwarderImplementationAddress: string;
|
|
699
|
+
walletFactoryAddress: string;
|
|
700
|
+
walletImplementationAddress: string;
|
|
701
|
+
walletV2FactoryAddress: string;
|
|
702
|
+
walletV2ImplementationAddress: string;
|
|
703
|
+
walletV4FactoryAddress: string;
|
|
704
|
+
walletV4ImplementationAddress: string;
|
|
705
|
+
nativeCoinOperationHashPrefix: string;
|
|
706
|
+
tokenOperationHashPrefix: string;
|
|
374
707
|
}
|
|
375
708
|
declare class EthereumClassic extends Mainnet implements EthereumNetwork {
|
|
376
709
|
name: string;
|
|
@@ -378,6 +711,8 @@ declare class EthereumClassic extends Mainnet implements EthereumNetwork {
|
|
|
378
711
|
explorerUrl: string;
|
|
379
712
|
accountExplorerUrl: string;
|
|
380
713
|
chainId: number;
|
|
714
|
+
nativeCoinOperationHashPrefix: string;
|
|
715
|
+
tokenOperationHashPrefix: string;
|
|
381
716
|
}
|
|
382
717
|
declare class EthereumClassicTestnet extends Testnet implements EthereumNetwork {
|
|
383
718
|
name: string;
|
|
@@ -385,6 +720,8 @@ declare class EthereumClassicTestnet extends Testnet implements EthereumNetwork
|
|
|
385
720
|
explorerUrl: string;
|
|
386
721
|
accountExplorerUrl: string;
|
|
387
722
|
chainId: number;
|
|
723
|
+
nativeCoinOperationHashPrefix: string;
|
|
724
|
+
tokenOperationHashPrefix: string;
|
|
388
725
|
}
|
|
389
726
|
declare class Eos extends Mainnet implements AccountNetwork {
|
|
390
727
|
name: string;
|
|
@@ -434,6 +771,8 @@ declare class Rbtc extends Mainnet implements EthereumNetwork {
|
|
|
434
771
|
explorerUrl: string;
|
|
435
772
|
accountExplorerUrl: string;
|
|
436
773
|
chainId: number;
|
|
774
|
+
nativeCoinOperationHashPrefix: string;
|
|
775
|
+
tokenOperationHashPrefix: string;
|
|
437
776
|
}
|
|
438
777
|
declare class RbtcTestnet extends Testnet implements EthereumNetwork {
|
|
439
778
|
name: string;
|
|
@@ -441,6 +780,8 @@ declare class RbtcTestnet extends Testnet implements EthereumNetwork {
|
|
|
441
780
|
explorerUrl: string;
|
|
442
781
|
accountExplorerUrl: string;
|
|
443
782
|
chainId: number;
|
|
783
|
+
nativeCoinOperationHashPrefix: string;
|
|
784
|
+
tokenOperationHashPrefix: string;
|
|
444
785
|
}
|
|
445
786
|
declare class Stellar extends Mainnet implements AccountNetwork {
|
|
446
787
|
name: string;
|
|
@@ -466,11 +807,13 @@ declare class Sui extends Mainnet implements AccountNetwork {
|
|
|
466
807
|
name: string;
|
|
467
808
|
family: CoinFamily;
|
|
468
809
|
explorerUrl: string;
|
|
810
|
+
accountExplorerUrl: string;
|
|
469
811
|
}
|
|
470
812
|
declare class SuiTestnet extends Testnet implements AccountNetwork {
|
|
471
813
|
name: string;
|
|
472
814
|
family: CoinFamily;
|
|
473
815
|
explorerUrl: string;
|
|
816
|
+
accountExplorerUrl: string;
|
|
474
817
|
}
|
|
475
818
|
declare class Atom extends Mainnet implements AccountNetwork {
|
|
476
819
|
name: string;
|
|
@@ -482,205 +825,1838 @@ declare class AtomTestnet extends Testnet implements AccountNetwork {
|
|
|
482
825
|
family: CoinFamily;
|
|
483
826
|
explorerUrl: string;
|
|
484
827
|
}
|
|
485
|
-
declare class
|
|
828
|
+
declare class Osmo extends Mainnet implements AccountNetwork {
|
|
486
829
|
name: string;
|
|
487
830
|
family: CoinFamily;
|
|
488
831
|
explorerUrl: string;
|
|
489
|
-
sendmanymemoContractAddress: string;
|
|
490
|
-
stakingContractAddress: string;
|
|
491
832
|
}
|
|
492
|
-
declare class
|
|
833
|
+
declare class OsmoTestnet extends Testnet implements AccountNetwork {
|
|
493
834
|
name: string;
|
|
494
835
|
family: CoinFamily;
|
|
495
836
|
explorerUrl: string;
|
|
496
|
-
sendmanymemoContractAddress: string;
|
|
497
|
-
stakingContractAddress: string;
|
|
498
837
|
}
|
|
499
|
-
declare class
|
|
838
|
+
declare class Tia extends Mainnet implements AccountNetwork {
|
|
500
839
|
name: string;
|
|
501
840
|
family: CoinFamily;
|
|
502
|
-
explorerUrl:
|
|
841
|
+
explorerUrl: string;
|
|
503
842
|
}
|
|
504
|
-
declare class
|
|
843
|
+
declare class TiaTestnet extends Testnet implements AccountNetwork {
|
|
505
844
|
name: string;
|
|
506
845
|
family: CoinFamily;
|
|
507
|
-
explorerUrl:
|
|
846
|
+
explorerUrl: string;
|
|
508
847
|
}
|
|
509
|
-
declare class
|
|
848
|
+
declare class Hash extends Mainnet implements AccountNetwork {
|
|
510
849
|
name: string;
|
|
511
850
|
family: CoinFamily;
|
|
512
|
-
explorerUrl:
|
|
851
|
+
explorerUrl: string;
|
|
513
852
|
}
|
|
514
|
-
declare class
|
|
853
|
+
declare class HashTestnet extends Testnet implements AccountNetwork {
|
|
515
854
|
name: string;
|
|
516
855
|
family: CoinFamily;
|
|
517
|
-
explorerUrl:
|
|
856
|
+
explorerUrl: string;
|
|
518
857
|
}
|
|
519
|
-
declare class
|
|
858
|
+
declare class Bld extends Mainnet implements AccountNetwork {
|
|
520
859
|
name: string;
|
|
521
860
|
family: CoinFamily;
|
|
522
861
|
explorerUrl: string;
|
|
523
|
-
maxFeeLimit: string;
|
|
524
|
-
contractCallFeeLimit: string;
|
|
525
862
|
}
|
|
526
|
-
declare class
|
|
863
|
+
declare class BldTestnet extends Testnet implements AccountNetwork {
|
|
527
864
|
name: string;
|
|
528
865
|
family: CoinFamily;
|
|
529
866
|
explorerUrl: string;
|
|
530
|
-
maxFeeLimit: string;
|
|
531
|
-
contractCallFeeLimit: string;
|
|
532
867
|
}
|
|
533
|
-
declare class
|
|
868
|
+
declare class Sei extends Mainnet implements AccountNetwork {
|
|
534
869
|
name: string;
|
|
535
870
|
family: CoinFamily;
|
|
536
871
|
explorerUrl: string;
|
|
537
872
|
}
|
|
538
|
-
declare class
|
|
873
|
+
declare class SeiTestnet extends Testnet implements AccountNetwork {
|
|
539
874
|
name: string;
|
|
540
875
|
family: CoinFamily;
|
|
541
876
|
explorerUrl: string;
|
|
542
877
|
}
|
|
543
|
-
declare class
|
|
878
|
+
declare class Zeta extends Mainnet implements AccountNetwork {
|
|
544
879
|
name: string;
|
|
545
880
|
family: CoinFamily;
|
|
546
881
|
explorerUrl: string;
|
|
547
|
-
accountExplorerUrl: string;
|
|
548
882
|
}
|
|
549
|
-
declare class
|
|
883
|
+
declare class ZetaTestnet extends Testnet implements AccountNetwork {
|
|
550
884
|
name: string;
|
|
551
885
|
family: CoinFamily;
|
|
552
886
|
explorerUrl: string;
|
|
553
|
-
accountExplorerUrl: string;
|
|
554
887
|
}
|
|
555
|
-
declare class
|
|
888
|
+
declare class Injective extends Mainnet implements AccountNetwork {
|
|
556
889
|
name: string;
|
|
557
890
|
family: CoinFamily;
|
|
558
|
-
utxolibName: string;
|
|
559
891
|
explorerUrl: string;
|
|
560
892
|
}
|
|
561
|
-
declare class
|
|
893
|
+
declare class InjectiveTestnet extends Testnet implements AccountNetwork {
|
|
562
894
|
name: string;
|
|
563
895
|
family: CoinFamily;
|
|
564
|
-
utxolibName: string;
|
|
565
896
|
explorerUrl: string;
|
|
566
897
|
}
|
|
567
|
-
declare class
|
|
898
|
+
declare class KavaCosmos extends Mainnet implements CosmosNetwork {
|
|
568
899
|
name: string;
|
|
569
900
|
family: CoinFamily;
|
|
570
901
|
explorerUrl: string;
|
|
571
|
-
|
|
572
|
-
|
|
902
|
+
addressPrefix: string;
|
|
903
|
+
validatorPrefix: string;
|
|
904
|
+
denom: string;
|
|
905
|
+
gasAmount: string;
|
|
906
|
+
gasLimit: number;
|
|
907
|
+
validDenoms: string[];
|
|
573
908
|
}
|
|
574
|
-
declare class
|
|
909
|
+
declare class KavaCosmosTestnet extends Testnet implements CosmosNetwork {
|
|
575
910
|
name: string;
|
|
576
911
|
family: CoinFamily;
|
|
577
912
|
explorerUrl: string;
|
|
578
|
-
|
|
579
|
-
|
|
913
|
+
addressPrefix: string;
|
|
914
|
+
validatorPrefix: string;
|
|
915
|
+
denom: string;
|
|
916
|
+
gasAmount: string;
|
|
917
|
+
gasLimit: number;
|
|
918
|
+
validDenoms: string[];
|
|
580
919
|
}
|
|
581
|
-
declare class
|
|
920
|
+
declare class Dydx extends Mainnet implements CosmosNetwork {
|
|
582
921
|
name: string;
|
|
583
922
|
family: CoinFamily;
|
|
584
923
|
explorerUrl: string;
|
|
585
|
-
|
|
586
|
-
|
|
587
|
-
|
|
588
|
-
|
|
589
|
-
|
|
590
|
-
|
|
591
|
-
batcherContractAddress: string;
|
|
924
|
+
addressPrefix: string;
|
|
925
|
+
validatorPrefix: string;
|
|
926
|
+
denom: string;
|
|
927
|
+
gasAmount: string;
|
|
928
|
+
gasLimit: number;
|
|
929
|
+
validDenoms: string[];
|
|
592
930
|
}
|
|
593
|
-
declare class
|
|
931
|
+
declare class DydxTestnet extends Testnet implements CosmosNetwork {
|
|
594
932
|
name: string;
|
|
595
933
|
family: CoinFamily;
|
|
596
934
|
explorerUrl: string;
|
|
597
|
-
|
|
598
|
-
|
|
599
|
-
|
|
600
|
-
|
|
601
|
-
|
|
602
|
-
|
|
603
|
-
batcherContractAddress: string;
|
|
935
|
+
addressPrefix: string;
|
|
936
|
+
validatorPrefix: string;
|
|
937
|
+
denom: string;
|
|
938
|
+
gasAmount: string;
|
|
939
|
+
gasLimit: number;
|
|
940
|
+
validDenoms: string[];
|
|
604
941
|
}
|
|
605
|
-
|
|
606
|
-
|
|
607
|
-
|
|
608
|
-
|
|
609
|
-
|
|
610
|
-
|
|
611
|
-
|
|
612
|
-
|
|
613
|
-
|
|
614
|
-
|
|
615
|
-
|
|
616
|
-
|
|
617
|
-
|
|
618
|
-
|
|
619
|
-
|
|
620
|
-
|
|
621
|
-
|
|
622
|
-
|
|
623
|
-
|
|
624
|
-
|
|
625
|
-
|
|
626
|
-
|
|
627
|
-
|
|
628
|
-
|
|
629
|
-
|
|
630
|
-
|
|
631
|
-
|
|
632
|
-
|
|
633
|
-
|
|
634
|
-
|
|
635
|
-
|
|
942
|
+
declare class Ton extends Mainnet implements AccountNetwork {
|
|
943
|
+
name: string;
|
|
944
|
+
family: CoinFamily;
|
|
945
|
+
explorerUrl: string;
|
|
946
|
+
}
|
|
947
|
+
declare class TonTestnet extends Testnet implements AccountNetwork {
|
|
948
|
+
name: string;
|
|
949
|
+
family: CoinFamily;
|
|
950
|
+
explorerUrl: string;
|
|
951
|
+
}
|
|
952
|
+
declare class Coreum extends Mainnet implements AccountNetwork {
|
|
953
|
+
name: string;
|
|
954
|
+
family: CoinFamily;
|
|
955
|
+
explorerUrl: string;
|
|
956
|
+
}
|
|
957
|
+
declare class CoreumTestnet extends Testnet implements AccountNetwork {
|
|
958
|
+
name: string;
|
|
959
|
+
family: CoinFamily;
|
|
960
|
+
explorerUrl: string;
|
|
961
|
+
}
|
|
962
|
+
declare class Rune extends Mainnet implements AccountNetwork {
|
|
963
|
+
name: string;
|
|
964
|
+
family: CoinFamily;
|
|
965
|
+
explorerUrl: string;
|
|
966
|
+
}
|
|
967
|
+
declare class RuneTestNet extends Testnet implements AccountNetwork {
|
|
968
|
+
name: string;
|
|
969
|
+
family: CoinFamily;
|
|
970
|
+
explorerUrl: string;
|
|
971
|
+
}
|
|
972
|
+
declare class Baby extends Mainnet implements AccountNetwork {
|
|
973
|
+
name: string;
|
|
974
|
+
family: CoinFamily;
|
|
975
|
+
explorerUrl: string;
|
|
976
|
+
}
|
|
977
|
+
declare class BabyTestnet extends Testnet implements AccountNetwork {
|
|
978
|
+
name: string;
|
|
979
|
+
family: CoinFamily;
|
|
980
|
+
explorerUrl: string;
|
|
981
|
+
}
|
|
982
|
+
declare class Mantra extends Mainnet implements CosmosNetwork {
|
|
983
|
+
name: string;
|
|
984
|
+
family: CoinFamily;
|
|
985
|
+
explorerUrl: string;
|
|
986
|
+
addressPrefix: string;
|
|
987
|
+
validatorPrefix: string;
|
|
988
|
+
denom: string;
|
|
989
|
+
gasAmount: string;
|
|
990
|
+
gasLimit: number;
|
|
991
|
+
validDenoms: string[];
|
|
992
|
+
}
|
|
993
|
+
declare class MantraTestnet extends Testnet implements CosmosNetwork {
|
|
994
|
+
name: string;
|
|
995
|
+
family: CoinFamily;
|
|
996
|
+
explorerUrl: string;
|
|
997
|
+
addressPrefix: string;
|
|
998
|
+
validatorPrefix: string;
|
|
999
|
+
denom: string;
|
|
1000
|
+
gasAmount: string;
|
|
1001
|
+
gasLimit: number;
|
|
1002
|
+
validDenoms: string[];
|
|
1003
|
+
}
|
|
1004
|
+
declare class Cronos extends Mainnet implements AccountNetwork {
|
|
1005
|
+
name: string;
|
|
1006
|
+
family: CoinFamily;
|
|
1007
|
+
explorerUrl: string;
|
|
1008
|
+
}
|
|
1009
|
+
declare class CronosTestnet extends Testnet implements AccountNetwork {
|
|
1010
|
+
name: string;
|
|
1011
|
+
family: CoinFamily;
|
|
1012
|
+
explorerUrl: string;
|
|
1013
|
+
}
|
|
1014
|
+
declare class FetchAi extends Mainnet implements AccountNetwork {
|
|
1015
|
+
name: string;
|
|
1016
|
+
family: CoinFamily;
|
|
1017
|
+
explorerUrl: string;
|
|
1018
|
+
}
|
|
1019
|
+
declare class FetchAiTestnet extends Testnet implements AccountNetwork {
|
|
1020
|
+
name: string;
|
|
1021
|
+
family: CoinFamily;
|
|
1022
|
+
explorerUrl: string;
|
|
1023
|
+
}
|
|
1024
|
+
declare class Initia extends Mainnet implements AccountNetwork {
|
|
1025
|
+
name: string;
|
|
1026
|
+
family: CoinFamily;
|
|
1027
|
+
explorerUrl: string;
|
|
1028
|
+
}
|
|
1029
|
+
declare class InitiaTestnet extends Testnet implements AccountNetwork {
|
|
1030
|
+
name: string;
|
|
1031
|
+
family: CoinFamily;
|
|
1032
|
+
explorerUrl: string;
|
|
1033
|
+
}
|
|
1034
|
+
declare class Asi extends Mainnet implements AccountNetwork {
|
|
1035
|
+
name: string;
|
|
1036
|
+
family: CoinFamily;
|
|
1037
|
+
explorerUrl: string;
|
|
1038
|
+
}
|
|
1039
|
+
declare class AsiTestnet extends Testnet implements AccountNetwork {
|
|
1040
|
+
name: string;
|
|
1041
|
+
family: CoinFamily;
|
|
1042
|
+
explorerUrl: string;
|
|
1043
|
+
}
|
|
1044
|
+
declare class Islm extends Mainnet implements AccountNetwork {
|
|
1045
|
+
name: string;
|
|
1046
|
+
family: CoinFamily;
|
|
1047
|
+
explorerUrl: string;
|
|
1048
|
+
}
|
|
1049
|
+
declare class IslmTestnet extends Testnet implements AccountNetwork {
|
|
1050
|
+
name: string;
|
|
1051
|
+
family: CoinFamily;
|
|
1052
|
+
explorerUrl: string;
|
|
1053
|
+
}
|
|
1054
|
+
declare class Stx extends Mainnet implements StacksNetwork {
|
|
1055
|
+
name: string;
|
|
1056
|
+
family: CoinFamily;
|
|
1057
|
+
explorerUrl: string;
|
|
1058
|
+
sendmanymemoContractAddress: string;
|
|
1059
|
+
stakingContractAddress: string;
|
|
1060
|
+
}
|
|
1061
|
+
declare class StxTestnet extends Testnet implements StacksNetwork {
|
|
1062
|
+
name: string;
|
|
1063
|
+
family: CoinFamily;
|
|
1064
|
+
explorerUrl: string;
|
|
1065
|
+
sendmanymemoContractAddress: string;
|
|
1066
|
+
stakingContractAddress: string;
|
|
1067
|
+
}
|
|
1068
|
+
declare class SUSD extends Mainnet implements AccountNetwork {
|
|
1069
|
+
name: string;
|
|
1070
|
+
family: CoinFamily;
|
|
1071
|
+
explorerUrl: undefined;
|
|
1072
|
+
}
|
|
1073
|
+
declare class SUSDTestnet extends Testnet implements AccountNetwork {
|
|
1074
|
+
name: string;
|
|
1075
|
+
family: CoinFamily;
|
|
1076
|
+
explorerUrl: undefined;
|
|
1077
|
+
}
|
|
1078
|
+
declare class FiatTestnet extends Testnet implements BaseNetwork {
|
|
1079
|
+
name: string;
|
|
1080
|
+
family: CoinFamily;
|
|
1081
|
+
explorerUrl: undefined;
|
|
1082
|
+
}
|
|
1083
|
+
declare class Fiat extends Mainnet implements BaseNetwork {
|
|
1084
|
+
name: string;
|
|
1085
|
+
family: CoinFamily;
|
|
1086
|
+
explorerUrl: undefined;
|
|
1087
|
+
}
|
|
1088
|
+
declare class Bittensor extends Mainnet implements AccountNetwork {
|
|
1089
|
+
name: string;
|
|
1090
|
+
family: CoinFamily;
|
|
1091
|
+
explorerUrl: string;
|
|
1092
|
+
}
|
|
1093
|
+
declare class BittensorTestnet extends Testnet implements AccountNetwork {
|
|
1094
|
+
name: string;
|
|
1095
|
+
family: CoinFamily;
|
|
1096
|
+
explorerUrl: string;
|
|
1097
|
+
specName: SubstrateSpecNameType;
|
|
1098
|
+
genesisHash: string;
|
|
1099
|
+
specVersion: number;
|
|
1100
|
+
chainName: string;
|
|
1101
|
+
txVersion: number;
|
|
1102
|
+
}
|
|
1103
|
+
declare class Trx extends Mainnet implements TronNetwork {
|
|
1104
|
+
name: string;
|
|
1105
|
+
family: CoinFamily;
|
|
1106
|
+
accountExplorerUrl: string;
|
|
1107
|
+
explorerUrl: string;
|
|
1108
|
+
maxFeeLimit: string;
|
|
1109
|
+
contractCallFeeLimit: string;
|
|
1110
|
+
}
|
|
1111
|
+
declare class TrxTestnet extends Testnet implements TronNetwork {
|
|
1112
|
+
name: string;
|
|
1113
|
+
family: CoinFamily;
|
|
1114
|
+
accountExplorerUrl: string;
|
|
1115
|
+
explorerUrl: string;
|
|
1116
|
+
maxFeeLimit: string;
|
|
1117
|
+
contractCallFeeLimit: string;
|
|
1118
|
+
}
|
|
1119
|
+
declare class Xrp extends Mainnet implements AccountNetwork {
|
|
1120
|
+
name: string;
|
|
1121
|
+
family: CoinFamily;
|
|
1122
|
+
explorerUrl: string;
|
|
1123
|
+
}
|
|
1124
|
+
declare class XrpTestnet extends Testnet implements AccountNetwork {
|
|
1125
|
+
name: string;
|
|
1126
|
+
family: CoinFamily;
|
|
1127
|
+
explorerUrl: string;
|
|
1128
|
+
}
|
|
1129
|
+
declare class Xtz extends Mainnet implements AccountNetwork {
|
|
1130
|
+
name: string;
|
|
1131
|
+
family: CoinFamily;
|
|
1132
|
+
explorerUrl: string;
|
|
1133
|
+
accountExplorerUrl: string;
|
|
1134
|
+
}
|
|
1135
|
+
declare class XtzTestnet extends Testnet implements AccountNetwork {
|
|
1136
|
+
name: string;
|
|
1137
|
+
family: CoinFamily;
|
|
1138
|
+
explorerUrl: string;
|
|
1139
|
+
accountExplorerUrl: string;
|
|
1140
|
+
}
|
|
1141
|
+
declare class ZCash extends Mainnet implements UtxoNetwork {
|
|
1142
|
+
name: string;
|
|
1143
|
+
family: CoinFamily;
|
|
1144
|
+
utxolibName: string;
|
|
1145
|
+
explorerUrl: string;
|
|
1146
|
+
}
|
|
1147
|
+
declare class ZCashTestnet extends Testnet implements UtxoNetwork {
|
|
1148
|
+
name: string;
|
|
1149
|
+
family: CoinFamily;
|
|
1150
|
+
utxolibName: string;
|
|
1151
|
+
explorerUrl: string;
|
|
1152
|
+
}
|
|
1153
|
+
declare class Near extends Mainnet implements AccountNetwork {
|
|
1154
|
+
name: string;
|
|
1155
|
+
family: CoinFamily;
|
|
1156
|
+
explorerUrl: string;
|
|
1157
|
+
feeReserve: string;
|
|
1158
|
+
storageReserve: string;
|
|
1159
|
+
}
|
|
1160
|
+
declare class NearTestnet extends Testnet implements AccountNetwork {
|
|
1161
|
+
name: string;
|
|
1162
|
+
family: CoinFamily;
|
|
1163
|
+
explorerUrl: string;
|
|
1164
|
+
feeReserve: string;
|
|
1165
|
+
storageReserve: string;
|
|
1166
|
+
}
|
|
1167
|
+
declare class Polygon extends Mainnet implements EthereumNetwork {
|
|
1168
|
+
name: string;
|
|
1169
|
+
family: CoinFamily;
|
|
1170
|
+
explorerUrl: string;
|
|
1171
|
+
accountExplorerUrl: string;
|
|
1172
|
+
chainId: number;
|
|
1173
|
+
forwarderFactoryAddress: string;
|
|
1174
|
+
forwarderImplementationAddress: string;
|
|
1175
|
+
walletFactoryAddress: string;
|
|
1176
|
+
walletImplementationAddress: string;
|
|
1177
|
+
batcherContractAddress: string;
|
|
1178
|
+
nativeCoinOperationHashPrefix: string;
|
|
1179
|
+
tokenOperationHashPrefix: string;
|
|
1180
|
+
walletV4ForwarderFactoryAddress: string;
|
|
1181
|
+
walletV4ForwarderImplementationAddress: string;
|
|
1182
|
+
}
|
|
1183
|
+
declare class PolygonTestnet extends Testnet implements EthereumNetwork {
|
|
1184
|
+
name: string;
|
|
1185
|
+
family: CoinFamily;
|
|
1186
|
+
explorerUrl: string;
|
|
1187
|
+
accountExplorerUrl: string;
|
|
1188
|
+
chainId: number;
|
|
1189
|
+
forwarderFactoryAddress: string;
|
|
1190
|
+
forwarderImplementationAddress: string;
|
|
1191
|
+
walletFactoryAddress: string;
|
|
1192
|
+
walletImplementationAddress: string;
|
|
1193
|
+
batcherContractAddress: string;
|
|
1194
|
+
nativeCoinOperationHashPrefix: string;
|
|
1195
|
+
tokenOperationHashPrefix: string;
|
|
1196
|
+
walletV4ForwarderFactoryAddress: string;
|
|
1197
|
+
walletV4ForwarderImplementationAddress: string;
|
|
1198
|
+
}
|
|
1199
|
+
declare class Optimism extends Mainnet implements EthereumNetwork {
|
|
1200
|
+
name: string;
|
|
1201
|
+
family: CoinFamily;
|
|
1202
|
+
explorerUrl: string;
|
|
1203
|
+
accountExplorerUrl: string;
|
|
1204
|
+
chainId: number;
|
|
1205
|
+
nativeCoinOperationHashPrefix: string;
|
|
1206
|
+
tokenOperationHashPrefix: string;
|
|
1207
|
+
forwarderFactoryAddress: string;
|
|
1208
|
+
forwarderImplementationAddress: string;
|
|
1209
|
+
walletFactoryAddress: string;
|
|
1210
|
+
walletImplementationAddress: string;
|
|
1211
|
+
walletV4ForwarderFactoryAddress: string;
|
|
1212
|
+
walletV4ForwarderImplementationAddress: string;
|
|
1213
|
+
batcherContractAddress: string;
|
|
1214
|
+
}
|
|
1215
|
+
declare class OptimismTestnet extends Testnet implements EthereumNetwork {
|
|
1216
|
+
name: string;
|
|
1217
|
+
family: CoinFamily;
|
|
1218
|
+
explorerUrl: string;
|
|
1219
|
+
accountExplorerUrl: string;
|
|
1220
|
+
chainId: number;
|
|
1221
|
+
nativeCoinOperationHashPrefix: string;
|
|
1222
|
+
tokenOperationHashPrefix: string;
|
|
1223
|
+
forwarderFactoryAddress: string;
|
|
1224
|
+
forwarderImplementationAddress: string;
|
|
1225
|
+
walletFactoryAddress: string;
|
|
1226
|
+
walletImplementationAddress: string;
|
|
1227
|
+
walletV4ForwarderFactoryAddress: string;
|
|
1228
|
+
walletV4ForwarderImplementationAddress: string;
|
|
1229
|
+
batcherContractAddress: string;
|
|
1230
|
+
}
|
|
1231
|
+
declare class ZkSync extends Mainnet implements EthereumNetwork {
|
|
1232
|
+
name: string;
|
|
1233
|
+
family: CoinFamily;
|
|
1234
|
+
explorerUrl: string;
|
|
1235
|
+
accountExplorerUrl: string;
|
|
1236
|
+
chainId: number;
|
|
1237
|
+
nativeCoinOperationHashPrefix: string;
|
|
1238
|
+
tokenOperationHashPrefix: string;
|
|
1239
|
+
}
|
|
1240
|
+
declare class ZkSyncTestnet extends Testnet implements EthereumNetwork {
|
|
1241
|
+
name: string;
|
|
1242
|
+
family: CoinFamily;
|
|
1243
|
+
explorerUrl: string;
|
|
1244
|
+
accountExplorerUrl: string;
|
|
1245
|
+
chainId: number;
|
|
1246
|
+
nativeCoinOperationHashPrefix: string;
|
|
1247
|
+
tokenOperationHashPrefix: string;
|
|
1248
|
+
forwarderFactoryAddress: string;
|
|
1249
|
+
forwarderImplementationAddress: string;
|
|
1250
|
+
walletV4ForwarderFactoryAddress: string;
|
|
1251
|
+
walletV4ForwarderImplementationAddress: string;
|
|
1252
|
+
walletFactoryAddress: string;
|
|
1253
|
+
walletImplementationAddress: string;
|
|
1254
|
+
}
|
|
1255
|
+
declare class ZkSyncEra extends Mainnet implements EthereumNetwork {
|
|
1256
|
+
name: string;
|
|
1257
|
+
family: CoinFamily;
|
|
1258
|
+
explorerUrl: string;
|
|
1259
|
+
accountExplorerUrl: string;
|
|
1260
|
+
chainId: number;
|
|
1261
|
+
nativeCoinOperationHashPrefix: string;
|
|
1262
|
+
tokenOperationHashPrefix: string;
|
|
1263
|
+
}
|
|
1264
|
+
declare class ZkSyncEraTestnet extends Testnet implements EthereumNetwork {
|
|
1265
|
+
name: string;
|
|
1266
|
+
family: CoinFamily;
|
|
1267
|
+
explorerUrl: string;
|
|
1268
|
+
accountExplorerUrl: string;
|
|
1269
|
+
chainId: number;
|
|
1270
|
+
nativeCoinOperationHashPrefix: string;
|
|
1271
|
+
tokenOperationHashPrefix: string;
|
|
1272
|
+
forwarderFactoryAddress: string;
|
|
1273
|
+
forwarderImplementationAddress: string;
|
|
1274
|
+
walletV4ForwarderFactoryAddress: string;
|
|
1275
|
+
walletV4ForwarderImplementationAddress: string;
|
|
1276
|
+
walletFactoryAddress: string;
|
|
1277
|
+
walletImplementationAddress: string;
|
|
1278
|
+
}
|
|
1279
|
+
declare class Berachain extends Mainnet implements EthereumNetwork {
|
|
1280
|
+
name: string;
|
|
1281
|
+
family: CoinFamily;
|
|
1282
|
+
explorerUrl: string;
|
|
1283
|
+
accountExplorerUrl: string;
|
|
1284
|
+
chainId: number;
|
|
1285
|
+
nativeCoinOperationHashPrefix: string;
|
|
1286
|
+
tokenOperationHashPrefix: string;
|
|
1287
|
+
batcherContractAddress: string;
|
|
1288
|
+
forwarderFactoryAddress: string;
|
|
1289
|
+
forwarderImplementationAddress: string;
|
|
1290
|
+
}
|
|
1291
|
+
declare class BerachainTestnet extends Testnet implements EthereumNetwork {
|
|
1292
|
+
name: string;
|
|
1293
|
+
family: CoinFamily;
|
|
1294
|
+
explorerUrl: string;
|
|
1295
|
+
accountExplorerUrl: string;
|
|
1296
|
+
chainId: number;
|
|
1297
|
+
nativeCoinOperationHashPrefix: string;
|
|
1298
|
+
tokenOperationHashPrefix: string;
|
|
1299
|
+
batcherContractAddress: string;
|
|
1300
|
+
forwarderFactoryAddress: string;
|
|
1301
|
+
forwarderImplementationAddress: string;
|
|
1302
|
+
}
|
|
1303
|
+
declare class Oas extends Mainnet implements EthereumNetwork {
|
|
1304
|
+
name: string;
|
|
1305
|
+
family: CoinFamily;
|
|
1306
|
+
explorerUrl: string;
|
|
1307
|
+
accountExplorerUrl: string;
|
|
1308
|
+
chainId: number;
|
|
1309
|
+
nativeCoinOperationHashPrefix: string;
|
|
1310
|
+
batcherContractAddress: string;
|
|
1311
|
+
forwarderFactoryAddress: string;
|
|
1312
|
+
forwarderImplementationAddress: string;
|
|
1313
|
+
}
|
|
1314
|
+
declare class OasTestnet extends Testnet implements EthereumNetwork {
|
|
1315
|
+
name: string;
|
|
1316
|
+
family: CoinFamily;
|
|
1317
|
+
explorerUrl: string;
|
|
1318
|
+
accountExplorerUrl: string;
|
|
1319
|
+
chainId: number;
|
|
1320
|
+
nativeCoinOperationHashPrefix: string;
|
|
1321
|
+
batcherContractAddress: string;
|
|
1322
|
+
forwarderFactoryAddress: string;
|
|
1323
|
+
forwarderImplementationAddress: string;
|
|
1324
|
+
}
|
|
1325
|
+
declare class Coredao extends Mainnet implements EthereumNetwork {
|
|
1326
|
+
name: string;
|
|
1327
|
+
family: CoinFamily;
|
|
1328
|
+
explorerUrl: string;
|
|
1329
|
+
accountExplorerUrl: string;
|
|
1330
|
+
chainId: number;
|
|
1331
|
+
nativeCoinOperationHashPrefix: string;
|
|
1332
|
+
batcherContractAddress: string;
|
|
1333
|
+
forwarderFactoryAddress: string;
|
|
1334
|
+
forwarderImplementationAddress: string;
|
|
1335
|
+
}
|
|
1336
|
+
declare class CoredaoTestnet extends Testnet implements EthereumNetwork {
|
|
1337
|
+
name: string;
|
|
1338
|
+
family: CoinFamily;
|
|
1339
|
+
explorerUrl: string;
|
|
1340
|
+
accountExplorerUrl: string;
|
|
1341
|
+
chainId: number;
|
|
1342
|
+
nativeCoinOperationHashPrefix: string;
|
|
1343
|
+
batcherContractAddress: string;
|
|
1344
|
+
forwarderFactoryAddress: string;
|
|
1345
|
+
forwarderImplementationAddress: string;
|
|
1346
|
+
}
|
|
1347
|
+
declare class IP extends Mainnet implements EthereumNetwork {
|
|
1348
|
+
name: string;
|
|
1349
|
+
family: CoinFamily;
|
|
1350
|
+
explorerUrl: string;
|
|
1351
|
+
accountExplorerUrl: string;
|
|
1352
|
+
chainId: number;
|
|
1353
|
+
nativeCoinOperationHashPrefix: string;
|
|
1354
|
+
}
|
|
1355
|
+
declare class IPTestnet extends Testnet implements EthereumNetwork {
|
|
1356
|
+
name: string;
|
|
1357
|
+
family: CoinFamily;
|
|
1358
|
+
explorerUrl: string;
|
|
1359
|
+
accountExplorerUrl: string;
|
|
1360
|
+
chainId: number;
|
|
1361
|
+
nativeCoinOperationHashPrefix: string;
|
|
1362
|
+
}
|
|
1363
|
+
declare class ApeChain extends Mainnet implements EthereumNetwork {
|
|
1364
|
+
name: string;
|
|
1365
|
+
family: CoinFamily;
|
|
1366
|
+
explorerUrl: string;
|
|
1367
|
+
accountExplorerUrl: string;
|
|
1368
|
+
chainId: number;
|
|
1369
|
+
nativeCoinOperationHashPrefix: string;
|
|
1370
|
+
}
|
|
1371
|
+
declare class ApeChainTestnet extends Testnet implements EthereumNetwork {
|
|
1372
|
+
name: string;
|
|
1373
|
+
family: CoinFamily;
|
|
1374
|
+
explorerUrl: string;
|
|
1375
|
+
accountExplorerUrl: string;
|
|
1376
|
+
chainId: number;
|
|
1377
|
+
nativeCoinOperationHashPrefix: string;
|
|
1378
|
+
forwarderFactoryAddress: string;
|
|
1379
|
+
forwarderImplementationAddress: string;
|
|
1380
|
+
walletFactoryAddress: string;
|
|
1381
|
+
walletImplementationAddress: string;
|
|
1382
|
+
batcherContractAddress: string;
|
|
1383
|
+
}
|
|
1384
|
+
declare class AbstractEth extends Mainnet implements EthereumNetwork {
|
|
1385
|
+
name: string;
|
|
1386
|
+
family: CoinFamily;
|
|
1387
|
+
explorerUrl: string;
|
|
1388
|
+
accountExplorerUrl: string;
|
|
1389
|
+
chainId: number;
|
|
1390
|
+
nativeCoinOperationHashPrefix: string;
|
|
1391
|
+
}
|
|
1392
|
+
declare class AbstractEthTestnet extends Testnet implements EthereumNetwork {
|
|
1393
|
+
name: string;
|
|
1394
|
+
family: CoinFamily;
|
|
1395
|
+
explorerUrl: string;
|
|
1396
|
+
accountExplorerUrl: string;
|
|
1397
|
+
chainId: number;
|
|
1398
|
+
nativeCoinOperationHashPrefix: string;
|
|
1399
|
+
}
|
|
1400
|
+
declare class Pharos extends Mainnet implements EthereumNetwork {
|
|
1401
|
+
name: string;
|
|
1402
|
+
family: CoinFamily;
|
|
1403
|
+
explorerUrl: string;
|
|
1404
|
+
accountExplorerUrl: string;
|
|
1405
|
+
chainId: number;
|
|
1406
|
+
nativeCoinOperationHashPrefix: string;
|
|
1407
|
+
}
|
|
1408
|
+
declare class PharosTestnet extends Testnet implements EthereumNetwork {
|
|
1409
|
+
name: string;
|
|
1410
|
+
family: CoinFamily;
|
|
1411
|
+
explorerUrl: string;
|
|
1412
|
+
accountExplorerUrl: string;
|
|
1413
|
+
chainId: number;
|
|
1414
|
+
nativeCoinOperationHashPrefix: string;
|
|
1415
|
+
forwarderFactoryAddress: string;
|
|
1416
|
+
forwarderImplementationAddress: string;
|
|
1417
|
+
walletFactoryAddress: string;
|
|
1418
|
+
walletImplementationAddress: string;
|
|
1419
|
+
batcherContractAddress: string;
|
|
1420
|
+
}
|
|
1421
|
+
declare class Creditcoin extends Mainnet implements EthereumNetwork {
|
|
1422
|
+
name: string;
|
|
1423
|
+
family: CoinFamily;
|
|
1424
|
+
explorerUrl: string;
|
|
1425
|
+
accountExplorerUrl: string;
|
|
1426
|
+
chainId: number;
|
|
1427
|
+
nativeCoinOperationHashPrefix: string;
|
|
1428
|
+
forwarderFactoryAddress: string;
|
|
1429
|
+
forwarderImplementationAddress: string;
|
|
1430
|
+
walletFactoryAddress: string;
|
|
1431
|
+
walletImplementationAddress: string;
|
|
1432
|
+
batcherContractAddress: string;
|
|
1433
|
+
}
|
|
1434
|
+
declare class Plasma extends Mainnet implements EthereumNetwork {
|
|
1435
|
+
name: string;
|
|
1436
|
+
family: CoinFamily;
|
|
1437
|
+
explorerUrl: string;
|
|
1438
|
+
accountExplorerUrl: string;
|
|
1439
|
+
chainId: number;
|
|
1440
|
+
nativeCoinOperationHashPrefix: string;
|
|
1441
|
+
}
|
|
1442
|
+
declare class PlasmaTestnet extends Testnet implements EthereumNetwork {
|
|
1443
|
+
name: string;
|
|
1444
|
+
family: CoinFamily;
|
|
1445
|
+
explorerUrl: string;
|
|
1446
|
+
accountExplorerUrl: string;
|
|
1447
|
+
chainId: number;
|
|
1448
|
+
nativeCoinOperationHashPrefix: string;
|
|
1449
|
+
}
|
|
1450
|
+
declare class HypeEVMTestnet extends Testnet implements EthereumNetwork {
|
|
1451
|
+
name: string;
|
|
1452
|
+
family: CoinFamily;
|
|
1453
|
+
explorerUrl: string;
|
|
1454
|
+
accountExplorerUrl: string;
|
|
1455
|
+
chainId: number;
|
|
1456
|
+
nativeCoinOperationHashPrefix: string;
|
|
1457
|
+
forwarderFactoryAddress: string;
|
|
1458
|
+
forwarderImplementationAddress: string;
|
|
1459
|
+
walletFactoryAddress: string;
|
|
1460
|
+
walletImplementationAddress: string;
|
|
1461
|
+
batcherContractAddress: string;
|
|
1462
|
+
}
|
|
1463
|
+
declare class HypeEVM extends Mainnet implements EthereumNetwork {
|
|
1464
|
+
name: string;
|
|
1465
|
+
family: CoinFamily;
|
|
1466
|
+
explorerUrl: string;
|
|
1467
|
+
accountExplorerUrl: string;
|
|
1468
|
+
chainId: number;
|
|
1469
|
+
nativeCoinOperationHashPrefix: string;
|
|
1470
|
+
forwarderFactoryAddress: string;
|
|
1471
|
+
forwarderImplementationAddress: string;
|
|
1472
|
+
walletFactoryAddress: string;
|
|
1473
|
+
walletImplementationAddress: string;
|
|
1474
|
+
batcherContractAddress: string;
|
|
1475
|
+
}
|
|
1476
|
+
declare class Hyperliquid extends Mainnet implements AccountNetwork {
|
|
1477
|
+
name: string;
|
|
1478
|
+
family: CoinFamily;
|
|
1479
|
+
explorerUrl: string;
|
|
1480
|
+
accountExplorerUrl: string;
|
|
1481
|
+
}
|
|
1482
|
+
declare class HyperliquidTestnet extends Testnet implements AccountNetwork {
|
|
1483
|
+
name: string;
|
|
1484
|
+
family: CoinFamily;
|
|
1485
|
+
explorerUrl: string;
|
|
1486
|
+
accountExplorerUrl: string;
|
|
1487
|
+
}
|
|
1488
|
+
declare class KavaEVMTestnet extends Testnet implements EthereumNetwork {
|
|
1489
|
+
name: string;
|
|
1490
|
+
family: CoinFamily;
|
|
1491
|
+
explorerUrl: string;
|
|
1492
|
+
accountExplorerUrl: string;
|
|
1493
|
+
chainId: number;
|
|
1494
|
+
nativeCoinOperationHashPrefix: string;
|
|
1495
|
+
}
|
|
1496
|
+
declare class KavaEVM extends Mainnet implements EthereumNetwork {
|
|
1497
|
+
name: string;
|
|
1498
|
+
family: CoinFamily;
|
|
1499
|
+
explorerUrl: string;
|
|
1500
|
+
accountExplorerUrl: string;
|
|
1501
|
+
chainId: number;
|
|
1502
|
+
nativeCoinOperationHashPrefix: string;
|
|
1503
|
+
}
|
|
1504
|
+
declare class LineaETH extends Mainnet implements EthereumNetwork {
|
|
1505
|
+
name: string;
|
|
1506
|
+
family: CoinFamily;
|
|
1507
|
+
explorerUrl: string;
|
|
1508
|
+
accountExplorerUrl: string;
|
|
1509
|
+
chainId: number;
|
|
1510
|
+
nativeCoinOperationHashPrefix: string;
|
|
1511
|
+
}
|
|
1512
|
+
declare class LineaETHTestnet extends Testnet implements EthereumNetwork {
|
|
1513
|
+
name: string;
|
|
1514
|
+
family: CoinFamily;
|
|
1515
|
+
explorerUrl: string;
|
|
1516
|
+
accountExplorerUrl: string;
|
|
1517
|
+
chainId: number;
|
|
1518
|
+
nativeCoinOperationHashPrefix: string;
|
|
1519
|
+
}
|
|
1520
|
+
declare class FluentETH extends Mainnet implements EthereumNetwork {
|
|
1521
|
+
name: string;
|
|
1522
|
+
family: CoinFamily;
|
|
1523
|
+
explorerUrl: string;
|
|
1524
|
+
accountExplorerUrl: string;
|
|
1525
|
+
chainId: number;
|
|
1526
|
+
nativeCoinOperationHashPrefix: string;
|
|
1527
|
+
}
|
|
1528
|
+
declare class FluentETHTestnet extends Testnet implements EthereumNetwork {
|
|
1529
|
+
name: string;
|
|
1530
|
+
family: CoinFamily;
|
|
1531
|
+
explorerUrl: string;
|
|
1532
|
+
accountExplorerUrl: string;
|
|
1533
|
+
chainId: number;
|
|
1534
|
+
nativeCoinOperationHashPrefix: string;
|
|
1535
|
+
}
|
|
1536
|
+
declare class Mantle extends Mainnet implements EthereumNetwork {
|
|
1537
|
+
name: string;
|
|
1538
|
+
family: CoinFamily;
|
|
1539
|
+
explorerUrl: string;
|
|
1540
|
+
accountExplorerUrl: string;
|
|
1541
|
+
chainId: number;
|
|
1542
|
+
nativeCoinOperationHashPrefix: string;
|
|
1543
|
+
}
|
|
1544
|
+
declare class MantleTestnet extends Testnet implements EthereumNetwork {
|
|
1545
|
+
name: string;
|
|
1546
|
+
family: CoinFamily;
|
|
1547
|
+
explorerUrl: string;
|
|
1548
|
+
accountExplorerUrl: string;
|
|
1549
|
+
chainId: number;
|
|
1550
|
+
nativeCoinOperationHashPrefix: string;
|
|
1551
|
+
}
|
|
1552
|
+
declare class JovayETH extends Mainnet implements EthereumNetwork {
|
|
1553
|
+
name: string;
|
|
1554
|
+
family: CoinFamily;
|
|
1555
|
+
explorerUrl: string;
|
|
1556
|
+
accountExplorerUrl: string;
|
|
1557
|
+
chainId: number;
|
|
1558
|
+
nativeCoinOperationHashPrefix: string;
|
|
1559
|
+
}
|
|
1560
|
+
declare class JovayETHTestnet extends Testnet implements EthereumNetwork {
|
|
1561
|
+
name: string;
|
|
1562
|
+
family: CoinFamily;
|
|
1563
|
+
explorerUrl: string;
|
|
1564
|
+
accountExplorerUrl: string;
|
|
1565
|
+
chainId: number;
|
|
1566
|
+
nativeCoinOperationHashPrefix: string;
|
|
1567
|
+
}
|
|
1568
|
+
declare class Unieth extends Mainnet implements EthereumNetwork {
|
|
1569
|
+
name: string;
|
|
1570
|
+
family: CoinFamily;
|
|
1571
|
+
explorerUrl: string;
|
|
1572
|
+
accountExplorerUrl: string;
|
|
1573
|
+
chainId: number;
|
|
1574
|
+
nativeCoinOperationHashPrefix: string;
|
|
1575
|
+
}
|
|
1576
|
+
declare class UniethTestnet extends Testnet implements EthereumNetwork {
|
|
1577
|
+
name: string;
|
|
1578
|
+
family: CoinFamily;
|
|
1579
|
+
explorerUrl: string;
|
|
1580
|
+
accountExplorerUrl: string;
|
|
1581
|
+
chainId: number;
|
|
1582
|
+
nativeCoinOperationHashPrefix: string;
|
|
1583
|
+
}
|
|
1584
|
+
declare class Hppeth extends Mainnet implements EthereumNetwork {
|
|
1585
|
+
name: string;
|
|
1586
|
+
family: CoinFamily;
|
|
1587
|
+
explorerUrl: string;
|
|
1588
|
+
accountExplorerUrl: string;
|
|
1589
|
+
chainId: number;
|
|
1590
|
+
nativeCoinOperationHashPrefix: string;
|
|
1591
|
+
}
|
|
1592
|
+
declare class HppethTestnet extends Testnet implements EthereumNetwork {
|
|
1593
|
+
name: string;
|
|
1594
|
+
family: CoinFamily;
|
|
1595
|
+
explorerUrl: string;
|
|
1596
|
+
accountExplorerUrl: string;
|
|
1597
|
+
chainId: number;
|
|
1598
|
+
nativeCoinOperationHashPrefix: string;
|
|
1599
|
+
}
|
|
1600
|
+
declare class HoodethTestnet extends Testnet implements EthereumNetwork {
|
|
1601
|
+
name: string;
|
|
1602
|
+
family: CoinFamily;
|
|
1603
|
+
explorerUrl: string;
|
|
1604
|
+
accountExplorerUrl: string;
|
|
1605
|
+
chainId: number;
|
|
1606
|
+
nativeCoinOperationHashPrefix: string;
|
|
1607
|
+
}
|
|
1608
|
+
declare class Hoodeth extends Mainnet implements EthereumNetwork {
|
|
1609
|
+
name: string;
|
|
1610
|
+
family: CoinFamily;
|
|
1611
|
+
explorerUrl: string;
|
|
1612
|
+
accountExplorerUrl: string;
|
|
1613
|
+
chainId: number;
|
|
1614
|
+
nativeCoinOperationHashPrefix: string;
|
|
1615
|
+
}
|
|
1616
|
+
declare class HumanityProtocol extends Mainnet implements EthereumNetwork {
|
|
1617
|
+
name: string;
|
|
1618
|
+
family: CoinFamily;
|
|
1619
|
+
explorerUrl: string;
|
|
1620
|
+
accountExplorerUrl: string;
|
|
1621
|
+
chainId: number;
|
|
1622
|
+
nativeCoinOperationHashPrefix: string;
|
|
1623
|
+
}
|
|
1624
|
+
declare class HumanityProtocolTestnet extends Testnet implements EthereumNetwork {
|
|
1625
|
+
name: string;
|
|
1626
|
+
family: CoinFamily;
|
|
1627
|
+
explorerUrl: string;
|
|
1628
|
+
accountExplorerUrl: string;
|
|
1629
|
+
chainId: number;
|
|
1630
|
+
nativeCoinOperationHashPrefix: string;
|
|
1631
|
+
}
|
|
1632
|
+
declare class Xlayer extends Mainnet implements EthereumNetwork {
|
|
1633
|
+
name: string;
|
|
1634
|
+
family: CoinFamily;
|
|
1635
|
+
explorerUrl: string;
|
|
1636
|
+
accountExplorerUrl: string;
|
|
1637
|
+
chainId: number;
|
|
1638
|
+
nativeCoinOperationHashPrefix: string;
|
|
1639
|
+
}
|
|
1640
|
+
declare class XlayerTestnet extends Testnet implements EthereumNetwork {
|
|
1641
|
+
name: string;
|
|
1642
|
+
family: CoinFamily;
|
|
1643
|
+
explorerUrl: string;
|
|
1644
|
+
accountExplorerUrl: string;
|
|
1645
|
+
chainId: number;
|
|
1646
|
+
nativeCoinOperationHashPrefix: string;
|
|
1647
|
+
}
|
|
1648
|
+
declare class Morph extends Mainnet implements EthereumNetwork {
|
|
1649
|
+
name: string;
|
|
1650
|
+
family: CoinFamily;
|
|
1651
|
+
explorerUrl: string;
|
|
1652
|
+
accountExplorerUrl: string;
|
|
1653
|
+
chainId: number;
|
|
1654
|
+
nativeCoinOperationHashPrefix: string;
|
|
1655
|
+
}
|
|
1656
|
+
declare class MorphTestnet extends Testnet implements EthereumNetwork {
|
|
1657
|
+
name: string;
|
|
1658
|
+
family: CoinFamily;
|
|
1659
|
+
explorerUrl: string;
|
|
1660
|
+
accountExplorerUrl: string;
|
|
1661
|
+
chainId: number;
|
|
1662
|
+
nativeCoinOperationHashPrefix: string;
|
|
1663
|
+
}
|
|
1664
|
+
declare class MorphETH extends Mainnet implements EthereumNetwork {
|
|
1665
|
+
name: string;
|
|
1666
|
+
family: CoinFamily;
|
|
1667
|
+
explorerUrl: string;
|
|
1668
|
+
accountExplorerUrl: string;
|
|
1669
|
+
chainId: number;
|
|
1670
|
+
nativeCoinOperationHashPrefix: string;
|
|
1671
|
+
}
|
|
1672
|
+
declare class MorphETHTestnet extends Testnet implements EthereumNetwork {
|
|
1673
|
+
name: string;
|
|
1674
|
+
family: CoinFamily;
|
|
1675
|
+
explorerUrl: string;
|
|
1676
|
+
accountExplorerUrl: string;
|
|
1677
|
+
chainId: number;
|
|
1678
|
+
nativeCoinOperationHashPrefix: string;
|
|
1679
|
+
}
|
|
1680
|
+
declare class CreditcoinTestnet extends Testnet implements EthereumNetwork {
|
|
1681
|
+
name: string;
|
|
1682
|
+
family: CoinFamily;
|
|
1683
|
+
explorerUrl: string;
|
|
1684
|
+
accountExplorerUrl: string;
|
|
1685
|
+
chainId: number;
|
|
1686
|
+
nativeCoinOperationHashPrefix: string;
|
|
1687
|
+
forwarderFactoryAddress: string;
|
|
1688
|
+
forwarderImplementationAddress: string;
|
|
1689
|
+
walletFactoryAddress: string;
|
|
1690
|
+
walletImplementationAddress: string;
|
|
1691
|
+
batcherContractAddress: string;
|
|
1692
|
+
}
|
|
1693
|
+
declare class Sonic extends Mainnet implements EthereumNetwork {
|
|
1694
|
+
name: string;
|
|
1695
|
+
family: CoinFamily;
|
|
1696
|
+
explorerUrl: string;
|
|
1697
|
+
accountExplorerUrl: string;
|
|
1698
|
+
chainId: number;
|
|
1699
|
+
nativeCoinOperationHashPrefix: string;
|
|
1700
|
+
}
|
|
1701
|
+
declare class SonicTestnet extends Testnet implements EthereumNetwork {
|
|
1702
|
+
name: string;
|
|
1703
|
+
family: CoinFamily;
|
|
1704
|
+
explorerUrl: string;
|
|
1705
|
+
accountExplorerUrl: string;
|
|
1706
|
+
chainId: number;
|
|
1707
|
+
nativeCoinOperationHashPrefix: string;
|
|
1708
|
+
walletFactoryAddress: string;
|
|
1709
|
+
batcherContractAddress: string;
|
|
1710
|
+
forwarderFactoryAddress: string;
|
|
1711
|
+
forwarderImplementationAddress: string;
|
|
1712
|
+
walletImplementationAddress: string;
|
|
1713
|
+
}
|
|
1714
|
+
declare class Usdt0 extends Mainnet implements EthereumNetwork {
|
|
1715
|
+
name: string;
|
|
1716
|
+
family: CoinFamily;
|
|
1717
|
+
explorerUrl: string;
|
|
1718
|
+
accountExplorerUrl: string;
|
|
1719
|
+
chainId: number;
|
|
1720
|
+
nativeCoinOperationHashPrefix: string;
|
|
1721
|
+
}
|
|
1722
|
+
declare class Usdt0Testnet extends Testnet implements EthereumNetwork {
|
|
1723
|
+
name: string;
|
|
1724
|
+
family: CoinFamily;
|
|
1725
|
+
explorerUrl: string;
|
|
1726
|
+
accountExplorerUrl: string;
|
|
1727
|
+
chainId: number;
|
|
1728
|
+
nativeCoinOperationHashPrefix: string;
|
|
1729
|
+
}
|
|
1730
|
+
declare class Kaia extends Mainnet implements EthereumNetwork {
|
|
1731
|
+
name: string;
|
|
1732
|
+
family: CoinFamily;
|
|
1733
|
+
explorerUrl: string;
|
|
1734
|
+
accountExplorerUrl: string;
|
|
1735
|
+
chainId: number;
|
|
1736
|
+
nativeCoinOperationHashPrefix: string;
|
|
1737
|
+
}
|
|
1738
|
+
declare class KaiaTestnet extends Testnet implements EthereumNetwork {
|
|
1739
|
+
name: string;
|
|
1740
|
+
family: CoinFamily;
|
|
1741
|
+
explorerUrl: string;
|
|
1742
|
+
accountExplorerUrl: string;
|
|
1743
|
+
chainId: number;
|
|
1744
|
+
nativeCoinOperationHashPrefix: string;
|
|
1745
|
+
walletFactoryAddress: string;
|
|
1746
|
+
batcherContractAddress: string;
|
|
1747
|
+
forwarderFactoryAddress: string;
|
|
1748
|
+
forwarderImplementationAddress: string;
|
|
1749
|
+
walletImplementationAddress: string;
|
|
1750
|
+
}
|
|
1751
|
+
declare class Irys extends Mainnet implements EthereumNetwork {
|
|
1752
|
+
name: string;
|
|
1753
|
+
family: CoinFamily;
|
|
1754
|
+
explorerUrl: string;
|
|
1755
|
+
accountExplorerUrl: string;
|
|
1756
|
+
chainId: number;
|
|
1757
|
+
nativeCoinOperationHashPrefix: string;
|
|
1758
|
+
}
|
|
1759
|
+
declare class IrysTestnet extends Testnet implements EthereumNetwork {
|
|
1760
|
+
name: string;
|
|
1761
|
+
family: CoinFamily;
|
|
1762
|
+
explorerUrl: string;
|
|
1763
|
+
accountExplorerUrl: string;
|
|
1764
|
+
chainId: number;
|
|
1765
|
+
nativeCoinOperationHashPrefix: string;
|
|
1766
|
+
walletFactoryAddress: string;
|
|
1767
|
+
batcherContractAddress: string;
|
|
1768
|
+
forwarderFactoryAddress: string;
|
|
1769
|
+
forwarderImplementationAddress: string;
|
|
1770
|
+
walletImplementationAddress: string;
|
|
1771
|
+
}
|
|
1772
|
+
declare class Og extends Mainnet implements EthereumNetwork {
|
|
1773
|
+
name: string;
|
|
1774
|
+
family: CoinFamily;
|
|
1775
|
+
explorerUrl: string;
|
|
1776
|
+
accountExplorerUrl: string;
|
|
1777
|
+
chainId: number;
|
|
1778
|
+
nativeCoinOperationHashPrefix: string;
|
|
1779
|
+
}
|
|
1780
|
+
declare class OgTestnet extends Testnet implements EthereumNetwork {
|
|
1781
|
+
name: string;
|
|
1782
|
+
family: CoinFamily;
|
|
1783
|
+
explorerUrl: string;
|
|
1784
|
+
accountExplorerUrl: string;
|
|
1785
|
+
chainId: number;
|
|
1786
|
+
nativeCoinOperationHashPrefix: string;
|
|
1787
|
+
}
|
|
1788
|
+
declare class Xdc extends Mainnet implements EthereumNetwork {
|
|
1789
|
+
name: string;
|
|
1790
|
+
family: CoinFamily;
|
|
1791
|
+
explorerUrl: string;
|
|
1792
|
+
accountExplorerUrl: string;
|
|
1793
|
+
chainId: number;
|
|
1794
|
+
nativeCoinOperationHashPrefix: string;
|
|
1795
|
+
batcherContractAddress: string;
|
|
1796
|
+
forwarderFactoryAddress: string;
|
|
1797
|
+
forwarderImplementationAddress: string;
|
|
1798
|
+
}
|
|
1799
|
+
declare class XdcTestnet extends Testnet implements EthereumNetwork {
|
|
1800
|
+
name: string;
|
|
1801
|
+
family: CoinFamily;
|
|
1802
|
+
explorerUrl: string;
|
|
1803
|
+
accountExplorerUrl: string;
|
|
1804
|
+
chainId: number;
|
|
1805
|
+
nativeCoinOperationHashPrefix: string;
|
|
1806
|
+
batcherContractAddress: string;
|
|
1807
|
+
forwarderFactoryAddress: string;
|
|
1808
|
+
forwarderImplementationAddress: string;
|
|
1809
|
+
}
|
|
1810
|
+
declare class Wemix extends Mainnet implements EthereumNetwork {
|
|
1811
|
+
name: string;
|
|
1812
|
+
family: CoinFamily;
|
|
1813
|
+
explorerUrl: string;
|
|
1814
|
+
accountExplorerUrl: string;
|
|
1815
|
+
chainId: number;
|
|
1816
|
+
nativeCoinOperationHashPrefix: string;
|
|
1817
|
+
batcherContractAddress: string;
|
|
1818
|
+
forwarderFactoryAddress: string;
|
|
1819
|
+
forwarderImplementationAddress: string;
|
|
1820
|
+
}
|
|
1821
|
+
declare class WemixTestnet extends Testnet implements EthereumNetwork {
|
|
1822
|
+
name: string;
|
|
1823
|
+
family: CoinFamily;
|
|
1824
|
+
explorerUrl: string;
|
|
1825
|
+
accountExplorerUrl: string;
|
|
1826
|
+
chainId: number;
|
|
1827
|
+
nativeCoinOperationHashPrefix: string;
|
|
1828
|
+
batcherContractAddress: string;
|
|
1829
|
+
forwarderFactoryAddress: string;
|
|
1830
|
+
forwarderImplementationAddress: string;
|
|
1831
|
+
}
|
|
1832
|
+
declare class MonadTestnet extends Testnet implements EthereumNetwork {
|
|
1833
|
+
name: string;
|
|
1834
|
+
family: CoinFamily;
|
|
1835
|
+
explorerUrl: string;
|
|
1836
|
+
accountExplorerUrl: string;
|
|
1837
|
+
chainId: number;
|
|
1838
|
+
nativeCoinOperationHashPrefix: string;
|
|
1839
|
+
walletFactoryAddress: string;
|
|
1840
|
+
batcherContractAddress: string;
|
|
1841
|
+
forwarderFactoryAddress: string;
|
|
1842
|
+
forwarderImplementationAddress: string;
|
|
1843
|
+
walletImplementationAddress: string;
|
|
1844
|
+
}
|
|
1845
|
+
declare class Monad extends Mainnet implements EthereumNetwork {
|
|
1846
|
+
name: string;
|
|
1847
|
+
family: CoinFamily;
|
|
1848
|
+
explorerUrl: string;
|
|
1849
|
+
chainId: number;
|
|
1850
|
+
nativeCoinOperationHashPrefix: string;
|
|
1851
|
+
walletImplementationAddress: string;
|
|
1852
|
+
batcherContractAddress: string;
|
|
1853
|
+
forwarderFactoryAddress: string;
|
|
1854
|
+
forwarderImplementationAddress: string;
|
|
1855
|
+
}
|
|
1856
|
+
declare class World extends Mainnet implements EthereumNetwork {
|
|
1857
|
+
name: string;
|
|
1858
|
+
family: CoinFamily;
|
|
1859
|
+
explorerUrl: string;
|
|
1860
|
+
accountExplorerUrl: string;
|
|
1861
|
+
chainId: number;
|
|
1862
|
+
nativeCoinOperationHashPrefix: string;
|
|
1863
|
+
walletImplementationAddress: string;
|
|
1864
|
+
batcherContractAddress: string;
|
|
1865
|
+
forwarderFactoryAddress: string;
|
|
1866
|
+
forwarderImplementationAddress: string;
|
|
1867
|
+
}
|
|
1868
|
+
declare class WorldTestnet extends Testnet implements EthereumNetwork {
|
|
1869
|
+
name: string;
|
|
1870
|
+
family: CoinFamily;
|
|
1871
|
+
explorerUrl: string;
|
|
1872
|
+
accountExplorerUrl: string;
|
|
1873
|
+
chainId: number;
|
|
1874
|
+
nativeCoinOperationHashPrefix: string;
|
|
1875
|
+
batcherContractAddress: string;
|
|
1876
|
+
forwarderFactoryAddress: string;
|
|
1877
|
+
forwarderImplementationAddress: string;
|
|
1878
|
+
walletImplementationAddress: string;
|
|
1879
|
+
}
|
|
1880
|
+
declare class Soneium extends Mainnet implements EthereumNetwork {
|
|
1881
|
+
name: string;
|
|
1882
|
+
family: CoinFamily;
|
|
1883
|
+
explorerUrl: string;
|
|
1884
|
+
accountExplorerUrl: string;
|
|
1885
|
+
chainId: number;
|
|
1886
|
+
nativeCoinOperationHashPrefix: string;
|
|
1887
|
+
walletImplementationAddress: string;
|
|
1888
|
+
walletFactoryAddress: string;
|
|
1889
|
+
batcherContractAddress: string;
|
|
1890
|
+
forwarderFactoryAddress: string;
|
|
1891
|
+
forwarderImplementationAddress: string;
|
|
1892
|
+
}
|
|
1893
|
+
declare class SoneiumTestnet extends Testnet implements EthereumNetwork {
|
|
1894
|
+
name: string;
|
|
1895
|
+
family: CoinFamily;
|
|
1896
|
+
explorerUrl: string;
|
|
1897
|
+
accountExplorerUrl: string;
|
|
1898
|
+
chainId: number;
|
|
1899
|
+
nativeCoinOperationHashPrefix: string;
|
|
1900
|
+
walletFactoryAddress: string;
|
|
1901
|
+
batcherContractAddress: string;
|
|
1902
|
+
forwarderFactoryAddress: string;
|
|
1903
|
+
forwarderImplementationAddress: string;
|
|
1904
|
+
walletImplementationAddress: string;
|
|
1905
|
+
}
|
|
1906
|
+
declare class SeiEvm extends Mainnet implements EthereumNetwork {
|
|
1907
|
+
name: string;
|
|
1908
|
+
family: CoinFamily;
|
|
1909
|
+
explorerUrl: string;
|
|
1910
|
+
accountExplorerUrl: string;
|
|
1911
|
+
chainId: number;
|
|
1912
|
+
nativeCoinOperationHashPrefix: string;
|
|
1913
|
+
}
|
|
1914
|
+
declare class SeiEvmTestnet extends Testnet implements EthereumNetwork {
|
|
1915
|
+
name: string;
|
|
1916
|
+
family: CoinFamily;
|
|
1917
|
+
explorerUrl: string;
|
|
1918
|
+
accountExplorerUrl: string;
|
|
1919
|
+
chainId: number;
|
|
1920
|
+
nativeCoinOperationHashPrefix: string;
|
|
1921
|
+
walletFactoryAddress: string;
|
|
1922
|
+
batcherContractAddress: string;
|
|
1923
|
+
forwarderFactoryAddress: string;
|
|
1924
|
+
forwarderImplementationAddress: string;
|
|
1925
|
+
walletImplementationAddress: string;
|
|
1926
|
+
}
|
|
1927
|
+
declare class SomniaTestnet extends Testnet implements EthereumNetwork {
|
|
1928
|
+
name: string;
|
|
1929
|
+
family: CoinFamily;
|
|
1930
|
+
explorerUrl: string;
|
|
1931
|
+
accountExplorerUrl: string;
|
|
1932
|
+
chainId: number;
|
|
1933
|
+
nativeCoinOperationHashPrefix: string;
|
|
1934
|
+
walletFactoryAddress: string;
|
|
1935
|
+
batcherContractAddress: string;
|
|
1936
|
+
forwarderFactoryAddress: string;
|
|
1937
|
+
forwarderImplementationAddress: string;
|
|
1938
|
+
walletImplementationAddress: string;
|
|
1939
|
+
}
|
|
1940
|
+
declare class Somi extends Mainnet implements EthereumNetwork {
|
|
1941
|
+
name: string;
|
|
1942
|
+
family: CoinFamily;
|
|
1943
|
+
explorerUrl: string;
|
|
1944
|
+
chainId: number;
|
|
1945
|
+
nativeCoinOperationHashPrefix: string;
|
|
1946
|
+
walletImplementationAddress: string;
|
|
1947
|
+
walletFactoryAddress: string;
|
|
1948
|
+
forwarderImplementationAddress: string;
|
|
1949
|
+
forwarderFactoryAddress: string;
|
|
1950
|
+
batcherContractAddress: string;
|
|
1951
|
+
}
|
|
1952
|
+
export declare class FlareP extends Mainnet implements FlareNetwork {
|
|
1953
|
+
assetId: string;
|
|
1954
|
+
name: string;
|
|
1955
|
+
family: CoinFamily;
|
|
1956
|
+
explorerUrl: string;
|
|
1957
|
+
accountExplorerUrl: string;
|
|
1958
|
+
blockchainID: string;
|
|
1959
|
+
cChainBlockchainID: string;
|
|
1960
|
+
xChainBlockchainID: string;
|
|
1961
|
+
networkID: number;
|
|
1962
|
+
hrp: string;
|
|
1963
|
+
alias: string;
|
|
1964
|
+
vm: string;
|
|
1965
|
+
minImportToPFee: string;
|
|
1966
|
+
txFee: string;
|
|
1967
|
+
baseTxFee: string;
|
|
1968
|
+
maxImportFee: string;
|
|
1969
|
+
createAssetTxFee: string;
|
|
1970
|
+
createSubnetTx: string;
|
|
1971
|
+
transformSubnetTxFee: string;
|
|
1972
|
+
createChainTx: string;
|
|
1973
|
+
creationTxFee: string;
|
|
1974
|
+
minConsumption: string;
|
|
1975
|
+
maxConsumption: string;
|
|
1976
|
+
maxSupply: string;
|
|
1977
|
+
minStake: string;
|
|
1978
|
+
minStakeDuration: string;
|
|
1979
|
+
maxStakeDuration: string;
|
|
1980
|
+
minDelegationStake: string;
|
|
1981
|
+
minDelegationFee: string;
|
|
1982
|
+
addPrimaryNetworkValidatorFee: string;
|
|
1983
|
+
addSubnetValidatorFee: string;
|
|
1984
|
+
addSubnetDelegatorFee: string;
|
|
1985
|
+
}
|
|
1986
|
+
export declare class FlarePTestnet extends Testnet implements FlareNetwork {
|
|
1987
|
+
name: string;
|
|
1988
|
+
family: CoinFamily;
|
|
1989
|
+
explorerUrl: string;
|
|
1990
|
+
accountExplorerUrl: string;
|
|
1991
|
+
flarePublicUrl: string;
|
|
1992
|
+
blockchainID: string;
|
|
1993
|
+
cChainBlockchainID: string;
|
|
1994
|
+
xChainBlockchainID: string;
|
|
1995
|
+
networkID: number;
|
|
1996
|
+
hrp: string;
|
|
1997
|
+
alias: string;
|
|
1998
|
+
assetId: string;
|
|
1999
|
+
vm: string;
|
|
2000
|
+
minImportToPFee: string;
|
|
2001
|
+
txFee: string;
|
|
2002
|
+
baseTxFee: string;
|
|
2003
|
+
maxImportFee: string;
|
|
2004
|
+
createAssetTxFee: string;
|
|
2005
|
+
createSubnetTx: string;
|
|
2006
|
+
transformSubnetTxFee: string;
|
|
2007
|
+
createChainTx: string;
|
|
2008
|
+
creationTxFee: string;
|
|
2009
|
+
minConsumption: string;
|
|
2010
|
+
maxConsumption: string;
|
|
2011
|
+
maxSupply: string;
|
|
2012
|
+
minStake: string;
|
|
2013
|
+
minStakeDuration: string;
|
|
2014
|
+
maxStakeDuration: string;
|
|
2015
|
+
minDelegationStake: string;
|
|
2016
|
+
minDelegationFee: string;
|
|
2017
|
+
addPrimaryNetworkValidatorFee: string;
|
|
2018
|
+
addSubnetValidatorFee: string;
|
|
2019
|
+
addSubnetDelegatorFee: string;
|
|
2020
|
+
}
|
|
2021
|
+
export declare class Flare extends Mainnet implements EthereumNetwork {
|
|
2022
|
+
name: string;
|
|
2023
|
+
family: CoinFamily;
|
|
2024
|
+
explorerUrl: string;
|
|
2025
|
+
accountExplorerUrl: string;
|
|
2026
|
+
flarePublicUrl: string;
|
|
2027
|
+
chainId: number;
|
|
2028
|
+
nativeCoinOperationHashPrefix: string;
|
|
2029
|
+
walletFactoryAddress: string;
|
|
2030
|
+
walletImplementationAddress: string;
|
|
2031
|
+
batcherContractAddress: string;
|
|
2032
|
+
forwarderFactoryAddress: string;
|
|
2033
|
+
forwarderImplementationAddress: string;
|
|
2034
|
+
}
|
|
2035
|
+
export declare class FlareTestnet extends Testnet implements EthereumNetwork {
|
|
2036
|
+
name: string;
|
|
2037
|
+
family: CoinFamily;
|
|
2038
|
+
explorerUrl: string;
|
|
2039
|
+
accountExplorerUrl: string;
|
|
2040
|
+
chainId: number;
|
|
2041
|
+
nativeCoinOperationHashPrefix: string;
|
|
2042
|
+
walletFactoryAddress: string;
|
|
2043
|
+
walletImplementationAddress: string;
|
|
2044
|
+
batcherContractAddress: string;
|
|
2045
|
+
forwarderFactoryAddress: string;
|
|
2046
|
+
forwarderImplementationAddress: string;
|
|
2047
|
+
}
|
|
2048
|
+
declare class Songbird extends Mainnet implements EthereumNetwork {
|
|
2049
|
+
name: string;
|
|
2050
|
+
family: CoinFamily;
|
|
2051
|
+
explorerUrl: string;
|
|
2052
|
+
accountExplorerUrl: string;
|
|
2053
|
+
chainId: number;
|
|
2054
|
+
nativeCoinOperationHashPrefix: string;
|
|
2055
|
+
batcherContractAddress: string;
|
|
2056
|
+
forwarderFactoryAddress: string;
|
|
2057
|
+
forwarderImplementationAddress: string;
|
|
2058
|
+
}
|
|
2059
|
+
declare class SongbirdTestnet extends Testnet implements EthereumNetwork {
|
|
2060
|
+
name: string;
|
|
2061
|
+
family: CoinFamily;
|
|
2062
|
+
explorerUrl: string;
|
|
2063
|
+
accountExplorerUrl: string;
|
|
2064
|
+
chainId: number;
|
|
2065
|
+
nativeCoinOperationHashPrefix: string;
|
|
2066
|
+
batcherContractAddress: string;
|
|
2067
|
+
forwarderFactoryAddress: string;
|
|
2068
|
+
forwarderImplementationAddress: string;
|
|
2069
|
+
}
|
|
2070
|
+
declare class BaseChainTestnet extends Testnet implements EthereumNetwork {
|
|
2071
|
+
name: string;
|
|
2072
|
+
family: CoinFamily;
|
|
2073
|
+
explorerUrl: string;
|
|
2074
|
+
accountExplorerUrl: string;
|
|
2075
|
+
chainId: number;
|
|
2076
|
+
nativeCoinOperationHashPrefix: string;
|
|
2077
|
+
tokenOperationHashPrefix: string;
|
|
2078
|
+
forwarderFactoryAddress: string;
|
|
2079
|
+
forwarderImplementationAddress: string;
|
|
2080
|
+
walletFactoryAddress: string;
|
|
2081
|
+
walletImplementationAddress: string;
|
|
2082
|
+
}
|
|
2083
|
+
declare class BaseChain extends Mainnet implements EthereumNetwork {
|
|
2084
|
+
name: string;
|
|
2085
|
+
family: CoinFamily;
|
|
2086
|
+
explorerUrl: string;
|
|
2087
|
+
accountExplorerUrl: string;
|
|
2088
|
+
chainId: number;
|
|
2089
|
+
nativeCoinOperationHashPrefix: string;
|
|
2090
|
+
tokenOperationHashPrefix: string;
|
|
2091
|
+
forwarderFactoryAddress: string;
|
|
2092
|
+
forwarderImplementationAddress: string;
|
|
2093
|
+
walletFactoryAddress: string;
|
|
2094
|
+
walletImplementationAddress: string;
|
|
2095
|
+
}
|
|
2096
|
+
declare class Polymesh extends Mainnet implements AccountNetwork {
|
|
2097
|
+
name: string;
|
|
2098
|
+
family: CoinFamily;
|
|
2099
|
+
explorerUrl: string;
|
|
2100
|
+
specName: string;
|
|
2101
|
+
genesisHash: string;
|
|
2102
|
+
specVersion: number;
|
|
2103
|
+
chainName: string;
|
|
2104
|
+
txVersion: number;
|
|
2105
|
+
}
|
|
2106
|
+
declare class PolymeshTestnet extends Testnet implements AccountNetwork {
|
|
2107
|
+
name: string;
|
|
2108
|
+
family: CoinFamily;
|
|
2109
|
+
explorerUrl: string;
|
|
2110
|
+
specName: SubstrateSpecNameType;
|
|
2111
|
+
genesisHash: string;
|
|
2112
|
+
specVersion: number;
|
|
2113
|
+
chainName: string;
|
|
2114
|
+
txVersion: number;
|
|
2115
|
+
}
|
|
2116
|
+
declare class Vet extends Mainnet implements EthereumNetwork {
|
|
2117
|
+
name: string;
|
|
2118
|
+
family: CoinFamily;
|
|
2119
|
+
explorerUrl: string;
|
|
2120
|
+
accountExplorerUrl: string;
|
|
2121
|
+
chainId: number;
|
|
2122
|
+
forwarderFactoryAddress: string;
|
|
2123
|
+
forwarderImplementationAddress: string;
|
|
2124
|
+
}
|
|
2125
|
+
declare class VetTestnet extends Testnet implements EthereumNetwork {
|
|
2126
|
+
name: string;
|
|
2127
|
+
family: CoinFamily;
|
|
2128
|
+
explorerUrl: string;
|
|
2129
|
+
accountExplorerUrl: string;
|
|
2130
|
+
chainId: number;
|
|
2131
|
+
forwarderFactoryAddress: string;
|
|
2132
|
+
forwarderImplementationAddress: string;
|
|
2133
|
+
}
|
|
2134
|
+
declare class Iota extends Mainnet implements AccountNetwork {
|
|
2135
|
+
name: string;
|
|
2136
|
+
family: CoinFamily;
|
|
2137
|
+
explorerUrl: string;
|
|
2138
|
+
accountExplorerUrl: string;
|
|
2139
|
+
}
|
|
2140
|
+
declare class IotaTestnet extends Testnet implements AccountNetwork {
|
|
2141
|
+
name: string;
|
|
2142
|
+
family: CoinFamily;
|
|
2143
|
+
explorerUrl: string;
|
|
2144
|
+
accountExplorerUrl: string;
|
|
2145
|
+
}
|
|
2146
|
+
declare class Flow extends Mainnet implements EthereumNetwork {
|
|
2147
|
+
name: string;
|
|
2148
|
+
family: CoinFamily;
|
|
2149
|
+
explorerUrl: string;
|
|
2150
|
+
accountExplorerUrl: string;
|
|
2151
|
+
chainId: number;
|
|
2152
|
+
nativeCoinOperationHashPrefix: string;
|
|
2153
|
+
}
|
|
2154
|
+
declare class FlowTestnet extends Testnet implements EthereumNetwork {
|
|
2155
|
+
name: string;
|
|
2156
|
+
family: CoinFamily;
|
|
2157
|
+
explorerUrl: string;
|
|
2158
|
+
accountExplorerUrl: string;
|
|
2159
|
+
chainId: number;
|
|
2160
|
+
nativeCoinOperationHashPrefix: string;
|
|
2161
|
+
}
|
|
2162
|
+
declare class MegaETH extends Mainnet implements EthereumNetwork {
|
|
2163
|
+
name: string;
|
|
2164
|
+
family: CoinFamily;
|
|
2165
|
+
explorerUrl: string;
|
|
2166
|
+
accountExplorerUrl: string;
|
|
2167
|
+
chainId: number;
|
|
2168
|
+
nativeCoinOperationHashPrefix: string;
|
|
2169
|
+
}
|
|
2170
|
+
declare class MegaETHTestnet extends Testnet implements EthereumNetwork {
|
|
2171
|
+
name: string;
|
|
2172
|
+
family: CoinFamily;
|
|
2173
|
+
explorerUrl: string;
|
|
2174
|
+
accountExplorerUrl: string;
|
|
2175
|
+
chainId: number;
|
|
2176
|
+
nativeCoinOperationHashPrefix: string;
|
|
2177
|
+
}
|
|
2178
|
+
declare class Plume extends Mainnet implements EthereumNetwork {
|
|
2179
|
+
name: string;
|
|
2180
|
+
family: CoinFamily;
|
|
2181
|
+
explorerUrl: string;
|
|
2182
|
+
accountExplorerUrl: string;
|
|
2183
|
+
chainId: number;
|
|
2184
|
+
nativeCoinOperationHashPrefix: string;
|
|
2185
|
+
}
|
|
2186
|
+
declare class HederaEVMTestnet extends Testnet implements EthereumNetwork {
|
|
2187
|
+
name: string;
|
|
2188
|
+
family: CoinFamily;
|
|
2189
|
+
explorerUrl: string;
|
|
2190
|
+
accountExplorerUrl: string;
|
|
2191
|
+
chainId: number;
|
|
2192
|
+
nativeCoinOperationHashPrefix: string;
|
|
2193
|
+
}
|
|
2194
|
+
declare class HederaEVM extends Mainnet implements EthereumNetwork {
|
|
2195
|
+
name: string;
|
|
2196
|
+
family: CoinFamily;
|
|
2197
|
+
explorerUrl: string;
|
|
2198
|
+
accountExplorerUrl: string;
|
|
2199
|
+
chainId: number;
|
|
2200
|
+
nativeCoinOperationHashPrefix: string;
|
|
2201
|
+
}
|
|
2202
|
+
declare class HemiEth extends Mainnet implements EthereumNetwork {
|
|
2203
|
+
name: string;
|
|
2204
|
+
family: CoinFamily;
|
|
2205
|
+
explorerUrl: string;
|
|
2206
|
+
accountExplorerUrl: string;
|
|
2207
|
+
chainId: number;
|
|
2208
|
+
nativeCoinOperationHashPrefix: string;
|
|
2209
|
+
}
|
|
2210
|
+
declare class HemiEthTestnet extends Testnet implements EthereumNetwork {
|
|
2211
|
+
name: string;
|
|
2212
|
+
family: CoinFamily;
|
|
2213
|
+
explorerUrl: string;
|
|
2214
|
+
accountExplorerUrl: string;
|
|
2215
|
+
chainId: number;
|
|
2216
|
+
nativeCoinOperationHashPrefix: string;
|
|
2217
|
+
}
|
|
2218
|
+
declare class PrividiumETH extends Mainnet implements EthereumNetwork {
|
|
2219
|
+
name: string;
|
|
2220
|
+
family: CoinFamily;
|
|
2221
|
+
explorerUrl: string;
|
|
2222
|
+
accountExplorerUrl: string;
|
|
2223
|
+
chainId: number;
|
|
2224
|
+
nativeCoinOperationHashPrefix: string;
|
|
2225
|
+
}
|
|
2226
|
+
declare class PrividiumETHTestnet extends Testnet implements EthereumNetwork {
|
|
2227
|
+
name: string;
|
|
2228
|
+
family: CoinFamily;
|
|
2229
|
+
explorerUrl: string;
|
|
2230
|
+
accountExplorerUrl: string;
|
|
2231
|
+
chainId: number;
|
|
2232
|
+
nativeCoinOperationHashPrefix: string;
|
|
2233
|
+
}
|
|
2234
|
+
declare class PlumeTestnet extends Testnet implements EthereumNetwork {
|
|
2235
|
+
name: string;
|
|
2236
|
+
family: CoinFamily;
|
|
2237
|
+
explorerUrl: string;
|
|
2238
|
+
accountExplorerUrl: string;
|
|
2239
|
+
chainId: number;
|
|
2240
|
+
nativeCoinOperationHashPrefix: string;
|
|
2241
|
+
}
|
|
2242
|
+
declare class Canton extends Mainnet implements BaseNetwork {
|
|
2243
|
+
name: string;
|
|
2244
|
+
family: CoinFamily;
|
|
2245
|
+
explorerUrl: string;
|
|
2246
|
+
}
|
|
2247
|
+
declare class CantonTestnet extends Testnet implements BaseNetwork {
|
|
2248
|
+
name: string;
|
|
2249
|
+
family: CoinFamily;
|
|
2250
|
+
explorerUrl: string;
|
|
2251
|
+
}
|
|
2252
|
+
declare class Dogeos extends Mainnet implements EthereumNetwork {
|
|
2253
|
+
name: string;
|
|
2254
|
+
family: CoinFamily;
|
|
2255
|
+
explorerUrl: string;
|
|
2256
|
+
accountExplorerUrl: string;
|
|
2257
|
+
chainId: number;
|
|
2258
|
+
nativeCoinOperationHashPrefix: string;
|
|
2259
|
+
}
|
|
2260
|
+
declare class DogeosTestnet extends Testnet implements EthereumNetwork {
|
|
2261
|
+
name: string;
|
|
2262
|
+
family: CoinFamily;
|
|
2263
|
+
explorerUrl: string;
|
|
2264
|
+
accountExplorerUrl: string;
|
|
2265
|
+
chainId: number;
|
|
2266
|
+
nativeCoinOperationHashPrefix: string;
|
|
2267
|
+
}
|
|
2268
|
+
declare class ArcUSDCTestnet extends Testnet implements EthereumNetwork {
|
|
2269
|
+
name: string;
|
|
2270
|
+
family: CoinFamily;
|
|
2271
|
+
explorerUrl: string;
|
|
2272
|
+
accountExplorerUrl: string;
|
|
2273
|
+
chainId: number;
|
|
2274
|
+
nativeCoinOperationHashPrefix: string;
|
|
2275
|
+
}
|
|
2276
|
+
declare class ArcUSDC extends Mainnet implements EthereumNetwork {
|
|
2277
|
+
name: string;
|
|
2278
|
+
family: CoinFamily;
|
|
2279
|
+
explorerUrl: string;
|
|
2280
|
+
accountExplorerUrl: string;
|
|
2281
|
+
chainId: number;
|
|
2282
|
+
nativeCoinOperationHashPrefix: string;
|
|
2283
|
+
}
|
|
2284
|
+
declare class Tempo extends Mainnet implements EthereumNetwork {
|
|
2285
|
+
name: string;
|
|
2286
|
+
family: CoinFamily;
|
|
2287
|
+
explorerUrl: string;
|
|
2288
|
+
accountExplorerUrl: string;
|
|
2289
|
+
chainId: number;
|
|
2290
|
+
nativeCoinOperationHashPrefix: string;
|
|
2291
|
+
tokenOperationHashPrefix: string;
|
|
2292
|
+
}
|
|
2293
|
+
declare class TempoTestnet extends Testnet implements EthereumNetwork {
|
|
2294
|
+
name: string;
|
|
2295
|
+
family: CoinFamily;
|
|
2296
|
+
explorerUrl: string;
|
|
2297
|
+
accountExplorerUrl: string;
|
|
2298
|
+
chainId: number;
|
|
2299
|
+
nativeCoinOperationHashPrefix: string;
|
|
2300
|
+
tokenOperationHashPrefix: string;
|
|
2301
|
+
}
|
|
2302
|
+
declare class Boba extends Mainnet implements EthereumNetwork {
|
|
2303
|
+
name: string;
|
|
2304
|
+
family: CoinFamily;
|
|
2305
|
+
explorerUrl: string;
|
|
2306
|
+
accountExplorerUrl: string;
|
|
2307
|
+
chainId: number;
|
|
2308
|
+
nativeCoinOperationHashPrefix: string;
|
|
2309
|
+
tokenOperationHashPrefix: string;
|
|
2310
|
+
}
|
|
2311
|
+
declare class BobaTestnet extends Testnet implements EthereumNetwork {
|
|
2312
|
+
name: string;
|
|
2313
|
+
family: CoinFamily;
|
|
2314
|
+
explorerUrl: string;
|
|
2315
|
+
accountExplorerUrl: string;
|
|
2316
|
+
chainId: number;
|
|
2317
|
+
nativeCoinOperationHashPrefix: string;
|
|
2318
|
+
tokenOperationHashPrefix: string;
|
|
2319
|
+
}
|
|
2320
|
+
/**
|
|
2321
|
+
* Constructor options for {@link DynamicNetwork}.
|
|
2322
|
+
* Accepts string-typed `type` and `family` so AMS JSON can be passed directly.
|
|
2323
|
+
* Fields mirror BaseNetwork + AccountNetwork + EthereumNetwork.
|
|
2324
|
+
*/
|
|
2325
|
+
export interface DynamicNetworkOptions {
|
|
2326
|
+
name: string;
|
|
2327
|
+
type: string;
|
|
2328
|
+
family: string;
|
|
2329
|
+
explorerUrl?: string;
|
|
2330
|
+
accountExplorerUrl?: string;
|
|
2331
|
+
blockExplorerUrl?: string;
|
|
2332
|
+
chainId?: number;
|
|
2333
|
+
batcherContractAddress?: string;
|
|
2334
|
+
forwarderFactoryAddress?: string;
|
|
2335
|
+
forwarderImplementationAddress?: string;
|
|
2336
|
+
walletFactoryAddress?: string;
|
|
2337
|
+
walletImplementationAddress?: string;
|
|
2338
|
+
walletV2FactoryAddress?: string;
|
|
2339
|
+
walletV2ImplementationAddress?: string;
|
|
2340
|
+
walletV4FactoryAddress?: string;
|
|
2341
|
+
walletV4ImplementationAddress?: string;
|
|
2342
|
+
walletV2ForwarderFactoryAddress?: string;
|
|
2343
|
+
walletV2ForwarderImplementationAddress?: string;
|
|
2344
|
+
walletV4ForwarderFactoryAddress?: string;
|
|
2345
|
+
walletV4ForwarderImplementationAddress?: string;
|
|
2346
|
+
nativeCoinOperationHashPrefix?: string;
|
|
2347
|
+
tokenOperationHashPrefix?: string;
|
|
2348
|
+
}
|
|
2349
|
+
/**
|
|
2350
|
+
* Concrete network class for AMS-discovered chains not yet registered in local statics.
|
|
2351
|
+
* Accepts string-typed type/family and casts to enums internally (safe since both are string enums).
|
|
2352
|
+
* Currently covers BaseNetwork + AccountNetwork + EthereumNetwork fields.
|
|
2353
|
+
*/
|
|
2354
|
+
export declare class DynamicNetwork extends BaseNetwork {
|
|
2355
|
+
readonly name: string;
|
|
2356
|
+
readonly type: NetworkType;
|
|
2357
|
+
readonly family: CoinFamily;
|
|
2358
|
+
readonly explorerUrl: string | undefined;
|
|
2359
|
+
readonly accountExplorerUrl?: string;
|
|
2360
|
+
readonly blockExplorerUrl?: string;
|
|
2361
|
+
readonly chainId?: number;
|
|
2362
|
+
readonly batcherContractAddress?: string;
|
|
2363
|
+
readonly forwarderFactoryAddress?: string;
|
|
2364
|
+
readonly forwarderImplementationAddress?: string;
|
|
2365
|
+
readonly walletFactoryAddress?: string;
|
|
2366
|
+
readonly walletImplementationAddress?: string;
|
|
2367
|
+
readonly walletV2FactoryAddress?: string;
|
|
2368
|
+
readonly walletV2ImplementationAddress?: string;
|
|
2369
|
+
readonly walletV4FactoryAddress?: string;
|
|
2370
|
+
readonly walletV4ImplementationAddress?: string;
|
|
2371
|
+
readonly walletV2ForwarderFactoryAddress?: string;
|
|
2372
|
+
readonly walletV2ForwarderImplementationAddress?: string;
|
|
2373
|
+
readonly walletV4ForwarderFactoryAddress?: string;
|
|
2374
|
+
readonly walletV4ForwarderImplementationAddress?: string;
|
|
2375
|
+
readonly nativeCoinOperationHashPrefix?: string;
|
|
2376
|
+
readonly tokenOperationHashPrefix?: string;
|
|
2377
|
+
constructor(options: DynamicNetworkOptions);
|
|
2378
|
+
}
|
|
2379
|
+
export declare const Networks: {
|
|
2380
|
+
main: {
|
|
2381
|
+
abstracteth: Readonly<AbstractEth>;
|
|
2382
|
+
ada: Readonly<Ada>;
|
|
2383
|
+
algorand: Readonly<Algorand>;
|
|
2384
|
+
apechain: Readonly<ApeChain>;
|
|
2385
|
+
apt: Readonly<Apt>;
|
|
2386
|
+
arbitrum: Readonly<Arbitrum>;
|
|
2387
|
+
arcusdc: Readonly<ArcUSDC>;
|
|
2388
|
+
asi: Readonly<Asi>;
|
|
2389
|
+
atom: Readonly<Atom>;
|
|
2390
|
+
avalancheC: Readonly<AvalancheC>;
|
|
2391
|
+
avalancheP: Readonly<AvalancheP>;
|
|
2392
|
+
baby: Readonly<Baby>;
|
|
2393
|
+
basechain: Readonly<BaseChain>;
|
|
2394
|
+
bitcoin: Readonly<Bitcoin>;
|
|
2395
|
+
bitcoinCash: Readonly<BitcoinCash>;
|
|
2396
|
+
bitcoinGold: Readonly<BitcoinGold>;
|
|
2397
|
+
bitcoinSV: Readonly<BitcoinSV>;
|
|
2398
|
+
bera: Readonly<Berachain>;
|
|
2399
|
+
bld: Readonly<Bld>;
|
|
2400
|
+
bsc: Readonly<BinanceSmartChain>;
|
|
2401
|
+
canton: Readonly<Canton>;
|
|
2402
|
+
casper: Readonly<Casper>;
|
|
2403
|
+
celo: Readonly<Celo>;
|
|
2404
|
+
chiliz: Readonly<Chiliz>;
|
|
2405
|
+
codexeth: Readonly<CodexEth>;
|
|
2406
|
+
coredao: Readonly<Coredao>;
|
|
2407
|
+
coreum: Readonly<Coreum>;
|
|
2408
|
+
cronos: Readonly<Cronos>;
|
|
2409
|
+
dash: Readonly<Dash>;
|
|
2410
|
+
dogecoin: Readonly<Dogecoin>;
|
|
2411
|
+
dogeos: Readonly<Dogeos>;
|
|
2412
|
+
dot: Readonly<PolkadotAssetHub>;
|
|
2413
|
+
dydx: Readonly<Dydx>;
|
|
2414
|
+
eCash: Readonly<ECash>;
|
|
2415
|
+
eos: Readonly<Eos>;
|
|
2416
|
+
ethereum: Readonly<Ethereum>;
|
|
2417
|
+
ethereum2: Readonly<Ethereum2>;
|
|
2418
|
+
ethereumClassic: Readonly<EthereumClassic>;
|
|
2419
|
+
ethereumW: Readonly<EthereumW>;
|
|
2420
|
+
fiat: Readonly<Fiat>;
|
|
2421
|
+
fetchai: Readonly<FetchAi>;
|
|
2422
|
+
flow: Readonly<Flow>;
|
|
2423
|
+
flr: Readonly<Flare>;
|
|
2424
|
+
flrP: Readonly<FlareP>;
|
|
2425
|
+
fluenteth: Readonly<FluentETH>;
|
|
2426
|
+
h: Readonly<HumanityProtocol>;
|
|
2427
|
+
hash: Readonly<Hash>;
|
|
2428
|
+
hoodeth: Readonly<Hoodeth>;
|
|
2429
|
+
hedera: Readonly<Hedera>;
|
|
2430
|
+
hederaEVM: Readonly<HederaEVM>;
|
|
2431
|
+
hemieth: Readonly<HemiEth>;
|
|
2432
|
+
hppeth: Readonly<Hppeth>;
|
|
2433
|
+
prividiumeth: Readonly<PrividiumETH>;
|
|
2434
|
+
icp: Readonly<Icp>;
|
|
2435
|
+
ip: Readonly<IP>;
|
|
2436
|
+
initia: Readonly<Initia>;
|
|
2437
|
+
iota: Readonly<Iota>;
|
|
2438
|
+
injective: Readonly<Injective>;
|
|
2439
|
+
irys: Readonly<Irys>;
|
|
2440
|
+
islm: Readonly<Islm>;
|
|
2441
|
+
jovayeth: Readonly<JovayETH>;
|
|
2442
|
+
kaia: Readonly<Kaia>;
|
|
2443
|
+
kavacosmos: Readonly<KavaCosmos>;
|
|
2444
|
+
kavaevm: Readonly<KavaEVM>;
|
|
2445
|
+
lnbtc: Readonly<LightningBitcoin>;
|
|
2446
|
+
litecoin: Readonly<Litecoin>;
|
|
2447
|
+
megaeth: Readonly<MegaETH>;
|
|
2448
|
+
mon: Readonly<Monad>;
|
|
2449
|
+
mantle: Readonly<Mantle>;
|
|
2450
|
+
mantra: Readonly<Mantra>;
|
|
2451
|
+
plume: Readonly<Plume>;
|
|
2452
|
+
polygon: Readonly<Polygon>;
|
|
2453
|
+
polyx: Readonly<Polymesh>;
|
|
2454
|
+
phrs: Readonly<Pharos>;
|
|
2455
|
+
ctc: Readonly<Creditcoin>;
|
|
2456
|
+
hypeevm: Readonly<HypeEVM>;
|
|
2457
|
+
hyperliquid: Readonly<Hyperliquid>;
|
|
2458
|
+
lineaeth: Readonly<LineaETH>;
|
|
2459
|
+
oas: Readonly<Oas>;
|
|
2460
|
+
og: Readonly<Og>;
|
|
2461
|
+
ofc: Readonly<Ofc>;
|
|
2462
|
+
okbxlayer: Readonly<Xlayer>;
|
|
2463
|
+
opbnb: Readonly<OpBNB>;
|
|
2464
|
+
fantom: Readonly<Fantom>;
|
|
2465
|
+
morph: Readonly<Morph>;
|
|
2466
|
+
morpheth: Readonly<MorphETH>;
|
|
2467
|
+
optimism: Readonly<Optimism>;
|
|
2468
|
+
osmo: Readonly<Osmo>;
|
|
2469
|
+
rbtc: Readonly<Rbtc>;
|
|
2470
|
+
rune: Readonly<Rune>;
|
|
2471
|
+
stellar: Readonly<Stellar>;
|
|
2472
|
+
sei: Readonly<Sei>;
|
|
2473
|
+
seievm: Readonly<SeiEvm>;
|
|
2474
|
+
sgb: Readonly<Songbird>;
|
|
2475
|
+
sol: Readonly<Sol>;
|
|
2476
|
+
sonic: Readonly<Sonic>;
|
|
636
2477
|
sui: Readonly<Sui>;
|
|
637
2478
|
near: Readonly<Near>;
|
|
638
2479
|
stx: Readonly<Stx>;
|
|
2480
|
+
somi: Readonly<Somi>;
|
|
2481
|
+
soneium: Readonly<Soneium>;
|
|
639
2482
|
susd: Readonly<SUSD>;
|
|
2483
|
+
tao: Readonly<Bittensor>;
|
|
2484
|
+
tempo: Readonly<Tempo>;
|
|
2485
|
+
tia: Readonly<Tia>;
|
|
2486
|
+
ton: Readonly<Ton>;
|
|
640
2487
|
trx: Readonly<Trx>;
|
|
2488
|
+
usdt0: Readonly<Usdt0>;
|
|
2489
|
+
vet: Readonly<Vet>;
|
|
2490
|
+
wemix: Readonly<Wemix>;
|
|
2491
|
+
world: Readonly<World>;
|
|
2492
|
+
xdc: Readonly<Xdc>;
|
|
2493
|
+
xpl: Readonly<Plasma>;
|
|
641
2494
|
xrp: Readonly<Xrp>;
|
|
642
2495
|
xtz: Readonly<Xtz>;
|
|
2496
|
+
xtzevm: Readonly<XtzEvm>;
|
|
643
2497
|
zCash: Readonly<ZCash>;
|
|
2498
|
+
zeta: Readonly<Zeta>;
|
|
2499
|
+
zkSync: Readonly<ZkSync>;
|
|
2500
|
+
zkSyncEra: Readonly<ZkSyncEra>;
|
|
2501
|
+
unieth: Readonly<Unieth>;
|
|
2502
|
+
boba: Readonly<Boba>;
|
|
644
2503
|
};
|
|
645
2504
|
test: {
|
|
2505
|
+
abstracteth: Readonly<AbstractEthTestnet>;
|
|
646
2506
|
ada: Readonly<AdaTestnet>;
|
|
647
2507
|
algorand: Readonly<AlgorandTestnet>;
|
|
2508
|
+
apechain: Readonly<ApeChainTestnet>;
|
|
2509
|
+
apt: Readonly<AptTestnet>;
|
|
2510
|
+
arbitrum: Readonly<ArbitrumTestnet>;
|
|
2511
|
+
arcusdc: Readonly<ArcUSDCTestnet>;
|
|
2512
|
+
asi: Readonly<AsiTestnet>;
|
|
648
2513
|
atom: Readonly<AtomTestnet>;
|
|
649
2514
|
avalancheC: Readonly<AvalancheCTestnet>;
|
|
650
2515
|
avalancheP: Readonly<AvalanchePTestnet>;
|
|
2516
|
+
baby: Readonly<BabyTestnet>;
|
|
2517
|
+
basechain: Readonly<BaseChainTestnet>;
|
|
651
2518
|
bitcoin: Readonly<BitcoinTestnet>;
|
|
2519
|
+
bitcoinPublicSignet: Readonly<BitcoinPublicSignet>;
|
|
2520
|
+
bitcoinTestnet4: Readonly<BitcoinTestnet4>;
|
|
2521
|
+
bitcoinBitGoSignet: Readonly<BitcoinBitGoSignet>;
|
|
652
2522
|
bitcoinCash: Readonly<BitcoinCashTestnet>;
|
|
653
2523
|
bitcoinGold: Readonly<BitcoinGoldTestnet>;
|
|
654
2524
|
bitcoinSV: Readonly<BitcoinSVTestnet>;
|
|
2525
|
+
bera: Readonly<BerachainTestnet>;
|
|
2526
|
+
bld: Readonly<BldTestnet>;
|
|
655
2527
|
bsc: Readonly<BinanceSmartChainTestnet>;
|
|
2528
|
+
canton: Readonly<CantonTestnet>;
|
|
656
2529
|
casper: Readonly<CasperTestnet>;
|
|
657
2530
|
celo: Readonly<CeloTestnet>;
|
|
2531
|
+
chiliz: Readonly<ChilizTestnet>;
|
|
2532
|
+
codexeth: Readonly<CodexEthTestnet>;
|
|
2533
|
+
coredao: Readonly<CoredaoTestnet>;
|
|
2534
|
+
cronos: Readonly<CronosTestnet>;
|
|
658
2535
|
dash: Readonly<DashTestnet>;
|
|
659
2536
|
dogecoin: Readonly<DogecoinTestnet>;
|
|
660
|
-
|
|
2537
|
+
dogeos: Readonly<DogeosTestnet>;
|
|
2538
|
+
dot: Readonly<WestendAssetHub>;
|
|
2539
|
+
dydx: Readonly<DydxTestnet>;
|
|
661
2540
|
eCash: Readonly<ECashTestnet>;
|
|
662
2541
|
eos: Readonly<EosTestnet>;
|
|
663
2542
|
fiat: Readonly<FiatTestnet>;
|
|
2543
|
+
fetchai: Readonly<FetchAiTestnet>;
|
|
2544
|
+
flow: Readonly<FlowTestnet>;
|
|
2545
|
+
flr: Readonly<FlareTestnet>;
|
|
2546
|
+
flrP: Readonly<FlarePTestnet>;
|
|
2547
|
+
fluenteth: Readonly<FluentETHTestnet>;
|
|
2548
|
+
h: Readonly<HumanityProtocolTestnet>;
|
|
2549
|
+
mon: Readonly<MonadTestnet>;
|
|
2550
|
+
megaeth: Readonly<MegaETHTestnet>;
|
|
664
2551
|
pyrmont: Readonly<Pyrmont>;
|
|
2552
|
+
plume: Readonly<PlumeTestnet>;
|
|
665
2553
|
ethereumClassicTestnet: Readonly<EthereumClassicTestnet>;
|
|
2554
|
+
hash: Readonly<HashTestnet>;
|
|
666
2555
|
hedera: Readonly<HederaTestnet>;
|
|
2556
|
+
hoodeth: Readonly<HoodethTestnet>;
|
|
2557
|
+
hppeth: Readonly<HppethTestnet>;
|
|
2558
|
+
prividiumeth: Readonly<PrividiumETHTestnet>;
|
|
2559
|
+
hederaEVM: Readonly<HederaEVMTestnet>;
|
|
2560
|
+
hemieth: Readonly<HemiEthTestnet>;
|
|
2561
|
+
icp: Readonly<IcpTestnet>;
|
|
2562
|
+
ip: Readonly<IPTestnet>;
|
|
2563
|
+
initia: Readonly<InitiaTestnet>;
|
|
2564
|
+
injective: Readonly<InjectiveTestnet>;
|
|
2565
|
+
iota: Readonly<IotaTestnet>;
|
|
2566
|
+
irys: Readonly<IrysTestnet>;
|
|
2567
|
+
islm: Readonly<IslmTestnet>;
|
|
2568
|
+
jovayeth: Readonly<JovayETHTestnet>;
|
|
2569
|
+
kavacosmos: Readonly<KavaCosmosTestnet>;
|
|
2570
|
+
kavaevm: Readonly<KavaEVMTestnet>;
|
|
667
2571
|
kovan: Readonly<Kovan>;
|
|
668
2572
|
goerli: Readonly<Goerli>;
|
|
2573
|
+
holesky: Readonly<Holesky>;
|
|
2574
|
+
hoodi: Readonly<Hoodi>;
|
|
2575
|
+
lnbtc: Readonly<LightningBitcoinTestnet>;
|
|
669
2576
|
litecoin: Readonly<LitecoinTestnet>;
|
|
2577
|
+
mantle: Readonly<MantleTestnet>;
|
|
2578
|
+
mantra: Readonly<MantraTestnet>;
|
|
670
2579
|
polygon: Readonly<PolygonTestnet>;
|
|
2580
|
+
polyx: Readonly<PolymeshTestnet>;
|
|
2581
|
+
phrs: Readonly<PharosTestnet>;
|
|
2582
|
+
ctc: Readonly<CreditcoinTestnet>;
|
|
2583
|
+
hypeevm: Readonly<HypeEVMTestnet>;
|
|
2584
|
+
hyperliquid: Readonly<HyperliquidTestnet>;
|
|
2585
|
+
lineaeth: Readonly<LineaETHTestnet>;
|
|
2586
|
+
oas: Readonly<OasTestnet>;
|
|
2587
|
+
og: Readonly<OgTestnet>;
|
|
671
2588
|
ofc: Readonly<OfcTestnet>;
|
|
2589
|
+
okbxlayer: Readonly<XlayerTestnet>;
|
|
2590
|
+
opbnb: Readonly<OpBNBTestnet>;
|
|
2591
|
+
fantom: Readonly<FantomTestnet>;
|
|
2592
|
+
morph: Readonly<MorphTestnet>;
|
|
2593
|
+
morpheth: Readonly<MorphETHTestnet>;
|
|
2594
|
+
optimism: Readonly<OptimismTestnet>;
|
|
2595
|
+
osmo: Readonly<OsmoTestnet>;
|
|
672
2596
|
rbtc: Readonly<RbtcTestnet>;
|
|
2597
|
+
rune: Readonly<RuneTestNet>;
|
|
2598
|
+
sgb: Readonly<SongbirdTestnet>;
|
|
673
2599
|
stellar: Readonly<StellarTestnet>;
|
|
2600
|
+
sei: Readonly<SeiTestnet>;
|
|
2601
|
+
seievm: Readonly<SeiEvmTestnet>;
|
|
674
2602
|
sol: Readonly<SolTestnet>;
|
|
675
2603
|
sui: Readonly<SuiTestnet>;
|
|
676
2604
|
near: Readonly<NearTestnet>;
|
|
677
2605
|
stx: Readonly<StxTestnet>;
|
|
2606
|
+
stt: Readonly<SomniaTestnet>;
|
|
2607
|
+
soneium: Readonly<SoneiumTestnet>;
|
|
2608
|
+
sonic: Readonly<SonicTestnet>;
|
|
2609
|
+
kaia: Readonly<KaiaTestnet>;
|
|
678
2610
|
susd: Readonly<SUSDTestnet>;
|
|
2611
|
+
coreum: Readonly<CoreumTestnet>;
|
|
2612
|
+
tao: Readonly<BittensorTestnet>;
|
|
2613
|
+
tempo: Readonly<TempoTestnet>;
|
|
2614
|
+
tia: Readonly<TiaTestnet>;
|
|
2615
|
+
ton: Readonly<TonTestnet>;
|
|
679
2616
|
trx: Readonly<TrxTestnet>;
|
|
2617
|
+
usdt0: Readonly<Usdt0Testnet>;
|
|
2618
|
+
vet: Readonly<VetTestnet>;
|
|
2619
|
+
wemix: Readonly<WemixTestnet>;
|
|
2620
|
+
world: Readonly<WorldTestnet>;
|
|
2621
|
+
xdc: Readonly<XdcTestnet>;
|
|
2622
|
+
xpl: Readonly<PlasmaTestnet>;
|
|
680
2623
|
xrp: Readonly<XrpTestnet>;
|
|
681
2624
|
xtz: Readonly<XtzTestnet>;
|
|
2625
|
+
xtzevm: Readonly<XtzEvmTestnet>;
|
|
682
2626
|
zCash: Readonly<ZCashTestnet>;
|
|
2627
|
+
zeta: Readonly<ZetaTestnet>;
|
|
2628
|
+
zkSync: Readonly<ZkSyncTestnet>;
|
|
2629
|
+
zkSyncEra: Readonly<ZkSyncEraTestnet>;
|
|
2630
|
+
unieth: Readonly<UniethTestnet>;
|
|
2631
|
+
boba: Readonly<BobaTestnet>;
|
|
683
2632
|
};
|
|
684
2633
|
};
|
|
2634
|
+
/**
|
|
2635
|
+
* Look up a registered network by its display name (e.g. "Ethereum", "Bitcoin").
|
|
2636
|
+
* Returns undefined for names not registered in local statics.
|
|
2637
|
+
*/
|
|
2638
|
+
export declare function getNetworkByName(name: string): BaseNetwork | undefined;
|
|
2639
|
+
export declare function getNetworksMap(): Map<string, BaseNetwork>;
|
|
2640
|
+
/**
|
|
2641
|
+
* Dynamically register a new network in the lookup map.
|
|
2642
|
+
* Throws if a network with the same name is already registered.
|
|
2643
|
+
*/
|
|
2644
|
+
export declare function registerNetwork(network: BaseNetwork): void;
|
|
2645
|
+
/**
|
|
2646
|
+
* Look up a network by its display name or JSON representation.
|
|
2647
|
+
*
|
|
2648
|
+
* Resolution order:
|
|
2649
|
+
* 1. If `network` is a JSON string representing a DynamicNetworkOptions object
|
|
2650
|
+
* (must have `name`, `type`, and `family` fields), construct and
|
|
2651
|
+
* return a new DynamicNetwork instance.
|
|
2652
|
+
* 2. Local statics cache via getNetworkByName().
|
|
2653
|
+
*
|
|
2654
|
+
* @param network - A network display name (e.g. "bitcoin") or a JSON-encoded
|
|
2655
|
+
* DynamicNetworkOptions object.
|
|
2656
|
+
* @returns The matching BaseNetwork (or DynamicNetwork) instance.
|
|
2657
|
+
* @throws {Error} If the network is not found in local statics and the input
|
|
2658
|
+
* is not a valid DynamicNetworkOptions JSON string.
|
|
2659
|
+
*/
|
|
2660
|
+
export declare function getNetwork(network: string): BaseNetwork;
|
|
685
2661
|
export {};
|
|
686
2662
|
//# sourceMappingURL=networks.d.ts.map
|