@exodus/solana-plugin 1.13.0 → 1.14.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,23 @@
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
+ ## [1.14.1](https://github.com/ExodusMovement/assets/compare/@exodus/solana-plugin@1.14.0...@exodus/solana-plugin@1.14.1) (2024-08-13)
7
+
8
+ **Note:** Version bump only for package @exodus/solana-plugin
9
+
10
+
11
+
12
+
13
+
14
+ ## [1.14.0](https://github.com/ExodusMovement/assets/compare/@exodus/solana-plugin@1.13.0...@exodus/solana-plugin@1.14.0) (2024-08-13)
15
+
16
+
17
+ ### Features
18
+
19
+ * **solana-plugin:** bump `@exodus/web3-solana-utils` ([#3156](https://github.com/ExodusMovement/assets/issues/3156)) ([7887da8](https://github.com/ExodusMovement/assets/commit/7887da898a367452f41c5a63530ab8d2773c03ef))
20
+
21
+
22
+
6
23
  ## [1.13.0](https://github.com/ExodusMovement/assets/compare/@exodus/solana-plugin@1.12.5...@exodus/solana-plugin@1.13.0) (2024-08-08)
7
24
 
8
25
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@exodus/solana-plugin",
3
- "version": "1.13.0",
3
+ "version": "1.14.1",
4
4
  "description": "Exodus internal Solana asset plugin",
5
5
  "main": "src/index.js",
6
6
  "files": [
@@ -25,7 +25,7 @@
25
25
  "@exodus/solana-api": "^3.10.0",
26
26
  "@exodus/solana-lib": "^3.5.0",
27
27
  "@exodus/solana-meta": "^1.0.7",
28
- "@exodus/web3-solana-utils": "^2.0.0",
28
+ "@exodus/web3-solana-utils": "^2.2.3",
29
29
  "minimalistic-assert": "^1.0.1",
30
30
  "ms": "^2.1.3"
31
31
  },
@@ -39,5 +39,5 @@
39
39
  "type": "git",
40
40
  "url": "git+https://github.com/ExodusMovement/assets.git"
41
41
  },
42
- "gitHead": "101deb0e348677bb19d301df54c53557a64f80fe"
42
+ "gitHead": "71031eb3482dd28419a5b53df1ba83c45011095f"
43
43
  }
@@ -134,6 +134,7 @@ export const createSolanaAssetFactory =
134
134
  createFeeMonitor: (args) => new SolanaFeeMonitor({ ...args, api: serverApi }),
135
135
  createHistoryMonitor: (args) =>
136
136
  new SolanaMonitor({
137
+ assetClientInterface,
137
138
  interval: monitorInterval,
138
139
  ticksBetweenHistoryFetches,
139
140
  ticksBetweenStakeFetches,