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