@neutral-trade/sdk 2.0.2 → 2.1.0
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 +1 -0
- package/dist/index.mjs +2 -1
- package/package.json +1 -1
package/dist/index.d.mts
CHANGED
|
@@ -279,6 +279,7 @@ declare enum VaultCategory {
|
|
|
279
279
|
airdropFarming = "Airdrop Farming",
|
|
280
280
|
yieldEnhancement = "Yield Enhancement",
|
|
281
281
|
fundOfFund = "Master Vault",
|
|
282
|
+
discretionary = "Discretionary",
|
|
282
283
|
}
|
|
283
284
|
/** Raw vault entry from registry JSON */
|
|
284
285
|
interface VaultRegistryEntry {
|
package/dist/index.mjs
CHANGED
|
@@ -336,7 +336,7 @@ var vaults_default = [
|
|
|
336
336
|
"vaultId": 84,
|
|
337
337
|
"name": "SPRMCY-USDC-Bundle",
|
|
338
338
|
"type": "Bundle",
|
|
339
|
-
"category": "
|
|
339
|
+
"category": "Discretionary",
|
|
340
340
|
"vaultAddress": "7epzfBXkMkLFdBXdmicm6GWiyjFvDxNGduLGyYokLkws",
|
|
341
341
|
"depositToken": "USDC",
|
|
342
342
|
"pointsMultiplier": 1,
|
|
@@ -1381,6 +1381,7 @@ let VaultCategory = /* @__PURE__ */ function(VaultCategory$1) {
|
|
|
1381
1381
|
VaultCategory$1["airdropFarming"] = "Airdrop Farming";
|
|
1382
1382
|
VaultCategory$1["yieldEnhancement"] = "Yield Enhancement";
|
|
1383
1383
|
VaultCategory$1["fundOfFund"] = "Master Vault";
|
|
1384
|
+
VaultCategory$1["discretionary"] = "Discretionary";
|
|
1384
1385
|
return VaultCategory$1;
|
|
1385
1386
|
}({});
|
|
1386
1387
|
const EVM_ADDRESS_REGEX = /^0x[0-9a-f]{40}$/i;
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@neutral-trade/sdk",
|
|
3
3
|
"type": "module",
|
|
4
|
-
"version": "2.0
|
|
4
|
+
"version": "2.1.0",
|
|
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",
|