@indigo-labs/indigo-sdk 0.5.8 → 0.5.9
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.js +1 -1
- package/dist/index.mjs +1 -1
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -7681,7 +7681,7 @@ async function feedInterestOracle(params, newInterestRate, lucid, assetClass, ut
|
|
|
7681
7681
|
tx.readFrom([scriptRef2]);
|
|
7682
7682
|
} else {
|
|
7683
7683
|
const validator = scriptOverrideCborHex ? {
|
|
7684
|
-
type: "
|
|
7684
|
+
type: "PlutusV2",
|
|
7685
7685
|
script: (0, import_lucid34.applyParamsToScript)(scriptOverrideCborHex, [
|
|
7686
7686
|
castInterestOracleParams(params)
|
|
7687
7687
|
])
|
package/dist/index.mjs
CHANGED
|
@@ -7428,7 +7428,7 @@ async function feedInterestOracle(params, newInterestRate, lucid, assetClass, ut
|
|
|
7428
7428
|
tx.readFrom([scriptRef2]);
|
|
7429
7429
|
} else {
|
|
7430
7430
|
const validator = scriptOverrideCborHex ? {
|
|
7431
|
-
type: "
|
|
7431
|
+
type: "PlutusV2",
|
|
7432
7432
|
script: applyParamsToScript9(scriptOverrideCborHex, [
|
|
7433
7433
|
castInterestOracleParams(params)
|
|
7434
7434
|
])
|