@dhedge/trading-widget 3.8.1 → 3.8.2
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.cjs +1 -1
- package/index.js +2 -1
- package/package.json +1 -1
package/index.js
CHANGED
|
@@ -34240,7 +34240,8 @@ const i9 = async () => {
|
|
|
34240
34240
|
"getFundComposition",
|
|
34241
34241
|
"withdrawalContracts",
|
|
34242
34242
|
"getTrackedAssets",
|
|
34243
|
-
"getAssetPrice"
|
|
34243
|
+
"getAssetPrice",
|
|
34244
|
+
"allowance"
|
|
34244
34245
|
], s9 = ["allowance"], hk = (t, n) => {
|
|
34245
34246
|
var a, l;
|
|
34246
34247
|
if (t[0] === "readContract")
|