@neutral-trade/sdk 0.1.9 → 0.1.10

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
@@ -4944,6 +4944,8 @@ declare enum BundleProgramId {
4944
4944
  * These are auto-generated from the vault registry
4945
4945
  */
4946
4946
  declare enum VaultId {
4947
+ /** Great Debasement */
4948
+ great_debasement_73 = 73,
4947
4949
  /** CTA-Adaptive Alpha - Atlas Research */
4948
4950
  cta_adaptive_alpha_atlas_research_72 = 72,
4949
4951
  /** Hyperithm Cross-Exchange Arb */
package/dist/index.mjs CHANGED
@@ -8088,6 +8088,8 @@ function createBundleProgramV2(provider) {
8088
8088
  * These are auto-generated from the vault registry
8089
8089
  */
8090
8090
  let VaultId = /* @__PURE__ */ function(VaultId$1) {
8091
+ /** Great Debasement */
8092
+ VaultId$1[VaultId$1["great_debasement_73"] = 73] = "great_debasement_73";
8091
8093
  /** CTA-Adaptive Alpha - Atlas Research */
8092
8094
  VaultId$1[VaultId$1["cta_adaptive_alpha_atlas_research_72"] = 72] = "cta_adaptive_alpha_atlas_research_72";
8093
8095
  /** Hyperithm Cross-Exchange Arb */
@@ -8240,6 +8242,14 @@ let VaultId = /* @__PURE__ */ function(VaultId$1) {
8240
8242
  //#endregion
8241
8243
  //#region src/registry/vaults.json
8242
8244
  var vaults_default = [
8245
+ {
8246
+ "vaultId": 73,
8247
+ "name": "Great Debasement",
8248
+ "type": "Bundle",
8249
+ "category": "Index",
8250
+ "vaultAddress": "7jEMJqWsHCkMDqChEuBwFo4yg27TSWFDooB8NorkGcjD",
8251
+ "depositToken": "USDC"
8252
+ },
8243
8253
  {
8244
8254
  "vaultId": 72,
8245
8255
  "name": "CTA-Adaptive Alpha",
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@neutral-trade/sdk",
3
3
  "type": "module",
4
- "version": "0.1.9",
4
+ "version": "0.1.10",
5
5
  "description": "SDK for Neutral Trade vaults",
6
6
  "license": "MIT",
7
7
  "homepage": "https://github.com/neutral-trade/sdk#readme",