@injectivelabs/wallet-core 1.14.41-alpha.18 → 1.14.41-alpha.19

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.
Files changed (2) hide show
  1. package/README.md +1 -1
  2. package/package.json +2 -2
package/README.md CHANGED
@@ -24,7 +24,7 @@ To instantiate your MsgBroadcaster, you need to pass it an instance of `BaseWall
24
24
 
25
25
  ```ts
26
26
  import { Wallet } from '@injectivelabs/wallet-base'
27
- import { BaseWalletStrategy } from '@injectivelabs/wallet-core'
27
+ import { BaseWalletStrategy, MsgBroadcaster } from '@injectivelabs/wallet-core'
28
28
  import { PrivateKeyWalletStrategy } from '@injectivelabs/wallet-private-key'
29
29
 
30
30
  const strategyArgs: WalletStrategyArguments = {} /** define the args */
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@injectivelabs/wallet-core",
3
3
  "description": "Core wallet strategy",
4
- "version": "1.14.41-alpha.18",
4
+ "version": "1.14.41-alpha.19",
5
5
  "sideEffects": false,
6
6
  "type": "module",
7
7
  "author": {
@@ -67,5 +67,5 @@
67
67
  "devDependencies": {
68
68
  "shx": "^0.3.3"
69
69
  },
70
- "gitHead": "8b27b7639b5db3634e5c7a68c4afbe51a9b4df81"
70
+ "gitHead": "e8e56860a6cb2528003cf3a2821b73d500a1e21d"
71
71
  }