@neutral-trade/sdk 0.3.3 → 0.3.4

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
@@ -3256,7 +3256,7 @@ declare enum VaultCategory {
3256
3256
  privateCredit = "Private Credit",
3257
3257
  airdropFarming = "Airdrop Farming",
3258
3258
  yieldEnhancement = "Yield Enhancement",
3259
- fundOfFund = "Fund Of Fund",
3259
+ fundOfFund = "Master Vault",
3260
3260
  }
3261
3261
  /** Raw vault entry from registry JSON */
3262
3262
  interface VaultRegistryEntry {
package/dist/index.mjs CHANGED
@@ -11831,7 +11831,7 @@ var vaults_default = [
11831
11831
  "vaultId": 76,
11832
11832
  "name": "Master Bundle",
11833
11833
  "type": "Bundle",
11834
- "category": "Fund Of Fund",
11834
+ "category": "Master Vault",
11835
11835
  "vaultAddress": "J7qhMAKnB6G5dvoAN9281ufabajKbyGQxxd2bq6R7fPJ",
11836
11836
  "depositToken": "USDC",
11837
11837
  "pointsMultiplier": 1,
@@ -12794,7 +12794,7 @@ let VaultCategory = /* @__PURE__ */ function(VaultCategory$1) {
12794
12794
  VaultCategory$1["privateCredit"] = "Private Credit";
12795
12795
  VaultCategory$1["airdropFarming"] = "Airdrop Farming";
12796
12796
  VaultCategory$1["yieldEnhancement"] = "Yield Enhancement";
12797
- VaultCategory$1["fundOfFund"] = "Fund Of Fund";
12797
+ VaultCategory$1["fundOfFund"] = "Master Vault";
12798
12798
  return VaultCategory$1;
12799
12799
  }({});
12800
12800
  /** Zod schema for validating registry entries */
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@neutral-trade/sdk",
3
3
  "type": "module",
4
- "version": "0.3.3",
4
+ "version": "0.3.4",
5
5
  "description": "SDK for Neutral Trade vaults",
6
6
  "license": "MIT",
7
7
  "homepage": "https://github.com/neutral-trade/sdk#readme",
@@ -71,8 +71,8 @@
71
71
  "start": "tsx src/index.ts",
72
72
  "example:devnet:deposit": "tsx examples/devnet-deposit.ts",
73
73
  "example:devnet:withdraw": "tsx examples/devnet-withdraw.ts",
74
- "diagnose:balances": "tsx diagnose/vault-balance-fetch.ts",
75
- "diagnose:deposit-conservation": "tsx diagnose/deposit-conservation.ts",
74
+ "example:api:deposit": "tsx examples/api-deposit.ts",
75
+ "example:api:withdraw": "tsx examples/api-withdraw.ts",
76
76
  "test": "vitest",
77
77
  "typecheck": "tsc",
78
78
  "docs:build": "typedoc",