Skip to content

Commit

Permalink
dependency change: use @lucid-evolution/uplc
Browse files Browse the repository at this point in the history
  • Loading branch information
micahkendall committed Sep 21, 2024
1 parent 1993902 commit 802b6ac
Show file tree
Hide file tree
Showing 4 changed files with 15 additions and 5 deletions.
5 changes: 5 additions & 0 deletions .changeset/loud-parrots-behave.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"@blaze-cardano/vm": minor
---

dependency change: use @lucid-evolution/uplc
2 changes: 1 addition & 1 deletion packages/blaze-vm/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,6 @@
},
"dependencies": {
"@blaze-cardano/core": "workspace:*",
"uplc-node": "^0.0.3"
"@lucid-evolution/uplc": "^0.2.15"
}
}
2 changes: 1 addition & 1 deletion packages/blaze-vm/src/vm.ts
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ import {
fromHex,
toHex,
} from "@blaze-cardano/core";
import * as U from "uplc-node";
import * as U from "@lucid-evolution/uplc";

/**
* This function returns an evaluator function that can be used to evaluate a transaction.
Expand Down
11 changes: 8 additions & 3 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 802b6ac

Please sign in to comment.