@trustwallet/wallet-core 4.0.9 → 4.0.10

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
@@ -280,7 +280,7 @@ export class CoinType {
280
280
  static theta: CoinType;
281
281
  static thunderCore: CoinType;
282
282
  static neo: CoinType;
283
- static tomoChain: CoinType;
283
+ static viction: CoinType;
284
284
  static tron: CoinType;
285
285
  static veChain: CoinType;
286
286
  static viacoin: CoinType;
@@ -530,7 +530,7 @@ export class EthereumChainID {
530
530
  static tfuelevm: EthereumChainID;
531
531
  static vechain: EthereumChainID;
532
532
  static callisto: EthereumChainID;
533
- static tomochain: EthereumChainID;
533
+ static viction: EthereumChainID;
534
534
  static polygon: EthereumChainID;
535
535
  static okc: EthereumChainID;
536
536
  static thundertoken: EthereumChainID;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@trustwallet/wallet-core",
3
- "version": "4.0.9",
3
+ "version": "4.0.10",
4
4
  "description": "wallet core wasm and protobuf models",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",