@trustwallet/wallet-core 4.0.29 → 4.0.30
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.
Binary file
|
@@ -390,6 +390,7 @@ export class CoinType {
|
|
390
390
|
static nativeZetaChain: CoinType;
|
391
391
|
static zetaEVM: CoinType;
|
392
392
|
static dydx: CoinType;
|
393
|
+
static merlin: CoinType;
|
393
394
|
}
|
394
395
|
export class CoinTypeConfiguration {
|
395
396
|
static getSymbol(type: CoinType): string;
|
@@ -539,6 +540,7 @@ export class EthereumChainID {
|
|
539
540
|
static okc: EthereumChainID;
|
540
541
|
static thundertoken: EthereumChainID;
|
541
542
|
static cfxevm: EthereumChainID;
|
543
|
+
static merlin: EthereumChainID;
|
542
544
|
static mantle: EthereumChainID;
|
543
545
|
static gochain: EthereumChainID;
|
544
546
|
static zeneon: EthereumChainID;
|