@neutral-trade/sdk 1.0.1 → 1.0.3

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
@@ -45,6 +45,8 @@ declare enum DevnetVaultId {
45
45
  * Auto-generated from the vault registry JSON.
46
46
  */
47
47
  declare enum VaultId {
48
+ /** CTA-C-USDC-Bundle */
49
+ cta_c_usdc_bundle_83 = 83,
48
50
  /** Nexus-USDC-Bundle */
49
51
  nexus_usdc_bundle_82 = 82,
50
52
  /** Ethereal-USDE-Bundle */
package/dist/index.mjs CHANGED
@@ -56,6 +56,8 @@ let DevnetVaultId = /* @__PURE__ */ function(DevnetVaultId$1) {
56
56
  * Auto-generated from the vault registry JSON.
57
57
  */
58
58
  let VaultId = /* @__PURE__ */ function(VaultId$1) {
59
+ /** CTA-C-USDC-Bundle */
60
+ VaultId$1[VaultId$1["cta_c_usdc_bundle_83"] = 83] = "cta_c_usdc_bundle_83";
59
61
  /** Nexus-USDC-Bundle */
60
62
  VaultId$1[VaultId$1["nexus_usdc_bundle_82"] = 82] = "nexus_usdc_bundle_82";
61
63
  /** Ethereal-USDE-Bundle */
@@ -313,6 +315,16 @@ var vaults_devnet_default = [
313
315
  //#endregion
314
316
  //#region src/registry/vaults.json
315
317
  var vaults_default = [
318
+ {
319
+ "vaultId": 83,
320
+ "name": "CTA-C-USDC-Bundle",
321
+ "type": "Bundle",
322
+ "category": "Directional",
323
+ "vaultAddress": "G5aMxQTbGWMnYycpfjHpD7Y1muoKBwaB1HtCdpUUcQZp",
324
+ "depositToken": "USDC",
325
+ "pointsMultiplier": 1,
326
+ "pointsEnabled": true
327
+ },
316
328
  {
317
329
  "vaultId": 82,
318
330
  "name": "Nexus-USDC-Bundle",
@@ -321,7 +333,7 @@ var vaults_default = [
321
333
  "vaultAddress": "C68A4mAhA9EE4rWq9HmFnq3SPcbNmst6qiBWcna5VDHy",
322
334
  "depositToken": "USDC",
323
335
  "pointsMultiplier": 1,
324
- "pointsEnabled": false
336
+ "pointsEnabled": true
325
337
  },
326
338
  {
327
339
  "vaultId": 81,
@@ -341,7 +353,7 @@ var vaults_default = [
341
353
  "vaultAddress": "3vZKAcd74bzwNYZmsJndYExkGj6ABQwrUoiMtdNfzLZe",
342
354
  "depositToken": "USDC",
343
355
  "pointsMultiplier": 1,
344
- "pointsEnabled": false
356
+ "pointsEnabled": true
345
357
  },
346
358
  {
347
359
  "vaultId": 79,
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@neutral-trade/sdk",
3
3
  "type": "module",
4
- "version": "1.0.1",
4
+ "version": "1.0.3",
5
5
  "description": "Neutral Trade vault registry and Codama-generated ntbundle client for @solana/kit",
6
6
  "license": "MIT",
7
7
  "homepage": "https://github.com/neutral-trade/sdk#readme",