@trustwallet/wallet-core 4.1.9 → 4.1.11

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
@@ -223,6 +223,7 @@ export class Blockchain {
223
223
  static internetComputer: Blockchain;
224
224
  static nativeEvmos: Blockchain;
225
225
  static nativeInjective: Blockchain;
226
+ static bitcoinCash: Blockchain;
226
227
  }
227
228
  export class Cardano {
228
229
  static minAdaAmount(tokenBundle: Uint8Array | Buffer): number;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@trustwallet/wallet-core",
3
- "version": "4.1.9",
3
+ "version": "4.1.11",
4
4
  "description": "wallet core wasm and protobuf models",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",