@trustwallet/wallet-core 4.6.14 → 4.6.15

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
@@ -637,13 +637,13 @@ export class EthereumChainID {
637
637
  static moonriver: EthereumChainID;
638
638
  static ronin: EthereumChainID;
639
639
  static kavaevm: EthereumChainID;
640
+ static robinhoodchain: EthereumChainID;
640
641
  static iotexevm: EthereumChainID;
641
642
  static kaia: EthereumChainID;
642
643
  static avalanchec: EthereumChainID;
643
644
  static evmos: EthereumChainID;
644
645
  static arbitrumnova: EthereumChainID;
645
646
  static arbitrum: EthereumChainID;
646
- static robinhoodchain: EthereumChainID;
647
647
  static smartchain: EthereumChainID;
648
648
  static zetaevm: EthereumChainID;
649
649
  static neon: EthereumChainID;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@trustwallet/wallet-core",
3
- "version": "4.6.14",
3
+ "version": "4.6.15",
4
4
  "description": "wallet core wasm and protobuf models",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",