@trustwallet/wallet-core 3.1.15 → 3.1.16

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
@@ -464,9 +464,9 @@ export class EthereumChainID {
464
464
  static xdai: EthereumChainID;
465
465
  static smartbch: EthereumChainID;
466
466
  static fantom: EthereumChainID;
467
- static zksync: EthereumChainID;
468
467
  static boba: EthereumChainID;
469
468
  static kcc: EthereumChainID;
469
+ static zksync: EthereumChainID;
470
470
  static heco: EthereumChainID;
471
471
  static metis: EthereumChainID;
472
472
  static moonbeam: EthereumChainID;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@trustwallet/wallet-core",
3
- "version": "3.1.15",
3
+ "version": "3.1.16",
4
4
  "description": "wallet core wasm and protobuf models",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",