zo-sdk 0.0.33 → 0.0.34

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.
@@ -298,6 +298,28 @@
298
298
  ],
299
299
  "funding_fee_model": "0xc2382a61489000cb30ea947f763479890a6a187f7020e5c903ca43e39036c0cf",
300
300
  "position_config": "0x1031e577256fc20f77638f952745455c5da907a58e75b3f9908da54f8608ae21"
301
+ },
302
+ "long_haedal": {
303
+ "supported_collaterals": [
304
+ "sui",
305
+ "deep",
306
+ "nusdc",
307
+ "wal",
308
+ "cetus"
309
+ ],
310
+ "funding_fee_model": "0x7072672275d3c730d8d0c037a8929fd231b6ad250fedde712ea46cdaddebbcc9",
311
+ "position_config": "0x88760b9f404773ea607130908cfbd593a259f58a8297a64e7a82ade265d0a7ff"
312
+ },
313
+ "short_haedal": {
314
+ "supported_collaterals": [
315
+ "sui",
316
+ "deep",
317
+ "nusdc",
318
+ "wal",
319
+ "cetus"
320
+ ],
321
+ "funding_fee_model": "0x1fb7fdbfb005cfcd9c037e544b2ce00f80795b55cd8f4c43d2e659dc46062eef",
322
+ "position_config": "0x668eda955428fcc4375869bd77ff216d6f5d74741b2c3dbdf23709642cf5ca1a"
301
323
  }
302
324
  }
303
325
  },
@@ -323,7 +345,8 @@
323
345
  "hype": "0x1c047be615eaa5a87afa0e111b20a512dd6c0f4a1f0f691693cf852c1768f35d",
324
346
  "ondo": "0xa64a406662db4ecde675fde111033e80629397715afc7fff53064f41dabab42f",
325
347
  "trump": "0xd0835474be8cfcc7be4e02fc1bcd85dbdf11a54d061edc302e611ca304f57b14",
326
- "cetus": "0x24c0247fb22457a719efac7f670cdc79be321b521460bd6bd2ccfa9f80713b14"
348
+ "cetus": "0x24c0247fb22457a719efac7f670cdc79be321b521460bd6bd2ccfa9f80713b14",
349
+ "haedal": "0xbc98681c15de1ca1b80a8e26500d43c77f7113368b024de1bf490afcb0387109"
327
350
  }
328
351
  },
329
352
  "coins": {
@@ -396,6 +419,11 @@
396
419
  "decimals": 9,
397
420
  "module": "0x06864a6f921804860930db6ddbe2e16acdf8504495ea7481637a1c8b9a8fe54b::cetus::CETUS",
398
421
  "metadata": "0x4c0dce55eff2db5419bbd2d239d1aa22b4a400c01bbb648b058a9883989025da"
422
+ },
423
+ "haedal": {
424
+ "decimals": 9,
425
+ "module": "0x3a304c7feba2d819ea57c3542d68439ca2c386ba02159c740f7b406e592c62ea::haedal::HAEDAL",
426
+ "metadata": "0xcc89fcc22f0d13de3688b94fa16d64a22079186a941914280c67101ff754263c"
399
427
  }
400
428
  },
401
429
  "zo_lootbox": {
@@ -12,5 +12,6 @@
12
12
  "879551021853eec7a7dc827578e8e69da7e4fa8148339aa0d3d5296405be4b1a": "0xd0835474be8cfcc7be4e02fc1bcd85dbdf11a54d061edc302e611ca304f57b14",
13
13
  "eba0732395fae9dec4bae12e52760b35fc1c5671e2da8b449c9af4efe5d54341": "0xeb7e669f74d976c0b99b6ef9801e3a77716a95f1a15754e0f1399ce3fb60973d",
14
14
  "29bdd5248234e33bd93d3b81100b5fa32eaa5997843847e2c2cb16d7c6d9f7ff": "0x8c7f3a322b94cc69db2a2ac575cbd94bf5766113324c3a3eceac91e3e88a51ed",
15
- "e5b274b2611143df055d6e7cd8d93fe1961716bcd4dca1cad87a83bc1e78c1ef": "0x24c0247fb22457a719efac7f670cdc79be321b521460bd6bd2ccfa9f80713b14"
15
+ "e5b274b2611143df055d6e7cd8d93fe1961716bcd4dca1cad87a83bc1e78c1ef": "0x24c0247fb22457a719efac7f670cdc79be321b521460bd6bd2ccfa9f80713b14",
16
+ "e67d98cc1fbd94f569d5ba6c3c3c759eb3ffc5d2b28e64538a53ae13efad8fd1": "0xbc98681c15de1ca1b80a8e26500d43c77f7113368b024de1bf490afcb0387109"
16
17
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "zo-sdk",
3
- "version": "0.0.33",
3
+ "version": "0.0.34",
4
4
  "exports": {
5
5
  ".": {
6
6
  "import": {
@@ -16,6 +16,13 @@
16
16
  "main": "./dist/index.cjs",
17
17
  "module": "./dist/index.mjs",
18
18
  "types": "dist/index.d.ts",
19
+ "scripts": {
20
+ "build": "ts-bridge build --project ./tsconfig.json --clean",
21
+ "serve": "tsx dist/index.js",
22
+ "start": "tsx src/index.ts",
23
+ "pub": "pnpm build && npm publish",
24
+ "test": "vitest"
25
+ },
19
26
  "keywords": [],
20
27
  "author": "",
21
28
  "license": "MIT",
@@ -29,12 +36,5 @@
29
36
  "@mysten/sui": "^1.14.3",
30
37
  "@pythnetwork/pyth-sui-js": "2.1.0",
31
38
  "decimal.js": "10.4.3"
32
- },
33
- "scripts": {
34
- "build": "ts-bridge build --project ./tsconfig.json --clean",
35
- "serve": "tsx dist/index.js",
36
- "start": "tsx src/index.ts",
37
- "pub": "pnpm build && npm publish",
38
- "test": "vitest"
39
39
  }
40
40
  }
@@ -298,6 +298,28 @@
298
298
  ],
299
299
  "funding_fee_model": "0xc2382a61489000cb30ea947f763479890a6a187f7020e5c903ca43e39036c0cf",
300
300
  "position_config": "0x1031e577256fc20f77638f952745455c5da907a58e75b3f9908da54f8608ae21"
301
+ },
302
+ "long_haedal": {
303
+ "supported_collaterals": [
304
+ "sui",
305
+ "deep",
306
+ "nusdc",
307
+ "wal",
308
+ "cetus"
309
+ ],
310
+ "funding_fee_model": "0x7072672275d3c730d8d0c037a8929fd231b6ad250fedde712ea46cdaddebbcc9",
311
+ "position_config": "0x88760b9f404773ea607130908cfbd593a259f58a8297a64e7a82ade265d0a7ff"
312
+ },
313
+ "short_haedal": {
314
+ "supported_collaterals": [
315
+ "sui",
316
+ "deep",
317
+ "nusdc",
318
+ "wal",
319
+ "cetus"
320
+ ],
321
+ "funding_fee_model": "0x1fb7fdbfb005cfcd9c037e544b2ce00f80795b55cd8f4c43d2e659dc46062eef",
322
+ "position_config": "0x668eda955428fcc4375869bd77ff216d6f5d74741b2c3dbdf23709642cf5ca1a"
301
323
  }
302
324
  }
303
325
  },
@@ -323,7 +345,8 @@
323
345
  "hype": "0x1c047be615eaa5a87afa0e111b20a512dd6c0f4a1f0f691693cf852c1768f35d",
324
346
  "ondo": "0xa64a406662db4ecde675fde111033e80629397715afc7fff53064f41dabab42f",
325
347
  "trump": "0xd0835474be8cfcc7be4e02fc1bcd85dbdf11a54d061edc302e611ca304f57b14",
326
- "cetus": "0x24c0247fb22457a719efac7f670cdc79be321b521460bd6bd2ccfa9f80713b14"
348
+ "cetus": "0x24c0247fb22457a719efac7f670cdc79be321b521460bd6bd2ccfa9f80713b14",
349
+ "haedal": "0xbc98681c15de1ca1b80a8e26500d43c77f7113368b024de1bf490afcb0387109"
327
350
  }
328
351
  },
329
352
  "coins": {
@@ -396,6 +419,11 @@
396
419
  "decimals": 9,
397
420
  "module": "0x06864a6f921804860930db6ddbe2e16acdf8504495ea7481637a1c8b9a8fe54b::cetus::CETUS",
398
421
  "metadata": "0x4c0dce55eff2db5419bbd2d239d1aa22b4a400c01bbb648b058a9883989025da"
422
+ },
423
+ "haedal": {
424
+ "decimals": 9,
425
+ "module": "0x3a304c7feba2d819ea57c3542d68439ca2c386ba02159c740f7b406e592c62ea::haedal::HAEDAL",
426
+ "metadata": "0xcc89fcc22f0d13de3688b94fa16d64a22079186a941914280c67101ff754263c"
399
427
  }
400
428
  },
401
429
  "zo_lootbox": {
@@ -12,5 +12,6 @@
12
12
  "879551021853eec7a7dc827578e8e69da7e4fa8148339aa0d3d5296405be4b1a": "0xd0835474be8cfcc7be4e02fc1bcd85dbdf11a54d061edc302e611ca304f57b14",
13
13
  "eba0732395fae9dec4bae12e52760b35fc1c5671e2da8b449c9af4efe5d54341": "0xeb7e669f74d976c0b99b6ef9801e3a77716a95f1a15754e0f1399ce3fb60973d",
14
14
  "29bdd5248234e33bd93d3b81100b5fa32eaa5997843847e2c2cb16d7c6d9f7ff": "0x8c7f3a322b94cc69db2a2ac575cbd94bf5766113324c3a3eceac91e3e88a51ed",
15
- "e5b274b2611143df055d6e7cd8d93fe1961716bcd4dca1cad87a83bc1e78c1ef": "0x24c0247fb22457a719efac7f670cdc79be321b521460bd6bd2ccfa9f80713b14"
16
- }
15
+ "e5b274b2611143df055d6e7cd8d93fe1961716bcd4dca1cad87a83bc1e78c1ef": "0x24c0247fb22457a719efac7f670cdc79be321b521460bd6bd2ccfa9f80713b14",
16
+ "e67d98cc1fbd94f569d5ba6c3c3c759eb3ffc5d2b28e64538a53ae13efad8fd1": "0xbc98681c15de1ca1b80a8e26500d43c77f7113368b024de1bf490afcb0387109"
17
+ }