@neutral-trade/sdk 0.1.15 → 0.1.16

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/dist/index.d.mts CHANGED
@@ -5066,6 +5066,8 @@ declare function createBundlePrograms(connection: Connection): {
5066
5066
  * These are auto-generated from the vault registry
5067
5067
  */
5068
5068
  declare enum VaultId {
5069
+ /** Volatility Alpha */
5070
+ volatility_alpha_74 = 74,
5069
5071
  /** Great Debasement */
5070
5072
  great_debasement_73 = 73,
5071
5073
  /** CTA-Adaptive Alpha - Atlas Research */
package/dist/index.mjs CHANGED
@@ -8148,6 +8148,8 @@ function createBundlePrograms(connection) {
8148
8148
  * These are auto-generated from the vault registry
8149
8149
  */
8150
8150
  let VaultId = /* @__PURE__ */ function(VaultId$1) {
8151
+ /** Volatility Alpha */
8152
+ VaultId$1[VaultId$1["volatility_alpha_74"] = 74] = "volatility_alpha_74";
8151
8153
  /** Great Debasement */
8152
8154
  VaultId$1[VaultId$1["great_debasement_73"] = 73] = "great_debasement_73";
8153
8155
  /** CTA-Adaptive Alpha - Atlas Research */
@@ -8302,6 +8304,16 @@ let VaultId = /* @__PURE__ */ function(VaultId$1) {
8302
8304
  //#endregion
8303
8305
  //#region src/registry/vaults.json
8304
8306
  var vaults_default = [
8307
+ {
8308
+ "vaultId": 74,
8309
+ "name": "Volatility Alpha",
8310
+ "type": "Bundle",
8311
+ "category": "Market Neutral",
8312
+ "vaultAddress": "4QBTzqUbn1crLg2PDUGt8abJfqHjeuZkjNLjCCit69ui",
8313
+ "depositToken": "USDC",
8314
+ "pointsMultiplier": 1,
8315
+ "pointsEnabled": true
8316
+ },
8305
8317
  {
8306
8318
  "vaultId": 73,
8307
8319
  "name": "Great Debasement",
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@neutral-trade/sdk",
3
3
  "type": "module",
4
- "version": "0.1.15",
4
+ "version": "0.1.16",
5
5
  "description": "SDK for Neutral Trade vaults",
6
6
  "license": "MIT",
7
7
  "homepage": "https://github.com/neutral-trade/sdk#readme",