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