@dhedge/trading-widget 3.5.3 → 3.5.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/{index-0020722c.js → index-03be1f78.js} +1 -3
- package/{index-e1c7bcc7.cjs → index-c3ce9289.cjs} +2 -2
- package/index.cjs +1 -1
- package/index.js +1 -1
- package/package.json +15 -2
- package/{pyth-adapter-d4c2d1c0.js → pyth-adapter-55ee37f4.js} +1 -1
- package/{pyth-adapter-ce33ad26.cjs → pyth-adapter-6fb3a3f6.cjs} +1 -1
|
@@ -31961,8 +31961,6 @@ const ct = "0x0000000000000000000000000000000000000000", R7 = BigInt(
|
|
|
31961
31961
|
}, BW = /* @__PURE__ */ new Map([
|
|
31962
31962
|
["0x7d3c9c6566375d7ad6e89169ca5c01b5edc15364", 0.5],
|
|
31963
31963
|
// SOLBULL2X_OPTIMISM
|
|
31964
|
-
["0x32ad28356ef70adc3ec051d8aacdeeaa10135296", 0.2],
|
|
31965
|
-
// BTCBULL2X_OPTIMISM
|
|
31966
31964
|
["0xb03818de4992388260b62259361778cf98485dfe", 0.3],
|
|
31967
31965
|
// BTCBULL3X_OPTIMISM
|
|
31968
31966
|
["0x11b55966527ff030ca9c7b1c548b4be5e7eaee6d", 0.6],
|
|
@@ -37282,7 +37280,7 @@ const aL = {
|
|
|
37282
37280
|
const { chainId: p, vaultAddress: v, account: g } = f;
|
|
37283
37281
|
if (!g || !t)
|
|
37284
37282
|
return aL;
|
|
37285
|
-
const w = (await import("./pyth-adapter-
|
|
37283
|
+
const w = (await import("./pyth-adapter-55ee37f4.js")).PythAdapter, x = Vb({
|
|
37286
37284
|
abi: hg("synthetixV3Core"),
|
|
37287
37285
|
functionName: "getPositionDebt",
|
|
37288
37286
|
args: UW[v.toLowerCase()] ?? []
|