@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 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: "PlutusV3",
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: "PlutusV3",
7431
+ type: "PlutusV2",
7432
7432
  script: applyParamsToScript9(scriptOverrideCborHex, [
7433
7433
  castInterestOracleParams(params)
7434
7434
  ])
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@indigo-labs/indigo-sdk",
3
- "version": "0.5.8",
3
+ "version": "0.5.9",
4
4
  "description": "Indigo SDK for interacting with Indigo endpoints via lucid-evolution",
5
5
  "main": "dist/index.js",
6
6
  "module": "dist/index.mjs",