@sonarwatch/portfolio-plugins 0.11.159 → 0.11.160

Sign up to get free protection for your applications and to get access to all the features.
package/CHANGELOG.md CHANGED
@@ -2,6 +2,10 @@
2
2
 
3
3
  This file was generated using [@jscutlery/semver](https://github.com/jscutlery/semver).
4
4
 
5
+ ## [0.11.160](https://github.com/sonarwatch/portfolio/compare/plugins-0.11.159...plugins-0.11.160) (2024-04-04)
6
+
7
+
8
+
5
9
  ## [0.11.159](https://github.com/sonarwatch/portfolio/compare/plugins-0.11.158...plugins-0.11.159) (2024-04-03)
6
10
 
7
11
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@sonarwatch/portfolio-plugins",
3
- "version": "0.11.159",
3
+ "version": "0.11.160",
4
4
  "type": "commonjs",
5
5
  "generators": "./generators.json",
6
6
  "dependencies": {
@@ -41,7 +41,7 @@
41
41
  "web3-v1": "npm:web3@^1.5.0"
42
42
  },
43
43
  "peerDependencies": {
44
- "@sonarwatch/portfolio-core": "0.11.159"
44
+ "@sonarwatch/portfolio-core": "0.11.160"
45
45
  },
46
46
  "main": "./src/index.js",
47
47
  "types": "./src/index.d.ts"
@@ -256,11 +256,11 @@ exports.pool3Struct = new beet_1.BeetStruct([
256
256
  ['flpTokenAccount', beet_solana_1.publicKey],
257
257
  ['rewardCustody', beet_solana_1.publicKey],
258
258
  ['custodiesLength', beet_1.u32],
259
- ['custodies', (0, beet_1.uniformFixedSizeArray)(beet_solana_1.publicKey, 4)],
259
+ ['custodies', (0, beet_1.uniformFixedSizeArray)(beet_solana_1.publicKey, 5)],
260
260
  ['ratiosLength', beet_1.u32],
261
- ['ratios', (0, beet_1.uniformFixedSizeArray)(exports.tokenRatiosStruct, 4)],
261
+ ['ratios', (0, beet_1.uniformFixedSizeArray)(exports.tokenRatiosStruct, 5)],
262
262
  ['marketsLength', beet_1.u32],
263
- ['markets', (0, beet_1.uniformFixedSizeArray)(beet_solana_1.publicKey, 6)],
263
+ ['markets', (0, beet_1.uniformFixedSizeArray)(beet_solana_1.publicKey, 8)],
264
264
  ['maxAumUsd', solana_1.u128],
265
265
  ['aumUsd', solana_1.u128],
266
266
  ['totalStaked', exports.stakeStatsStruct],