@exodus/assets-feature 5.3.0 → 5.3.1

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.
package/CHANGELOG.md CHANGED
@@ -3,6 +3,12 @@
3
3
  All notable changes to this project will be documented in this file.
4
4
  See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
5
5
 
6
+ ## [5.3.1](https://github.com/ExodusMovement/exodus-hydra/compare/@exodus/assets-feature@5.3.0...@exodus/assets-feature@5.3.1) (2024-05-02)
7
+
8
+ ### Bug Fixes
9
+
10
+ - pass wallet account name instead of instance ([#6784](https://github.com/ExodusMovement/exodus-hydra/issues/6784)) ([2f2c964](https://github.com/ExodusMovement/exodus-hydra/commit/2f2c964118b0c955c49b694280c14ec932a7f283))
11
+
6
12
  ## [5.3.0](https://github.com/ExodusMovement/exodus-hydra/compare/@exodus/assets-feature@5.2.0...@exodus/assets-feature@5.3.0) (2024-04-26)
7
13
 
8
14
  ### Features
@@ -191,7 +191,7 @@ class AssetClientInterface {
191
191
  })
192
192
 
193
193
  return this.#publicKeyProvider.getPublicKey({
194
- walletAccount: walletAccountInstance,
194
+ walletAccount,
195
195
  keyIdentifier,
196
196
  })
197
197
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@exodus/assets-feature",
3
- "version": "5.3.0",
3
+ "version": "5.3.1",
4
4
  "license": "UNLICENSED",
5
5
  "description": "Assets module, clients and apis",
6
6
  "main": "index.js",
@@ -55,11 +55,12 @@
55
55
  "@exodus/cosmos-plugin": "^1.0.0",
56
56
  "@exodus/ethereum-lib": "^4.2.7",
57
57
  "@exodus/ethereum-meta": "^1.1.0",
58
- "@exodus/keychain": "^6.1.1",
58
+ "@exodus/keychain": "^6.4.0",
59
59
  "@exodus/models": "^9.1.1",
60
60
  "@exodus/osmosis-plugin": "^1.0.0",
61
- "@exodus/public-key-provider": "^2.1.1",
62
- "@exodus/redux-dependency-injection": "^3.0.0",
61
+ "@exodus/public-key-provider": "^2.2.2",
62
+ "@exodus/public-key-store": "^1.2.1",
63
+ "@exodus/redux-dependency-injection": "^3.1.0",
63
64
  "@exodus/storage-memory": "^2.1.1",
64
65
  "@exodus/wallet-accounts": "^16.4.0",
65
66
  "@exodus/wild-emitter": "^1.0.0",
@@ -68,5 +69,5 @@
68
69
  "msw": "^2.0.0",
69
70
  "redux": "^4.0.0"
70
71
  },
71
- "gitHead": "0baf07a6772615c63c00b9524cc2a0378fa7dbf0"
72
+ "gitHead": "d255a58566bf0d8231c5575d29de44f34b20aa91"
72
73
  }