Skip to content

Commit

Permalink
Merge pull request #1 from SundaeSwap-finance/calvin/export-types
Browse files Browse the repository at this point in the history
Calvin/export types
  • Loading branch information
Quantumplation authored Mar 20, 2024
2 parents d4a6c0e + 0bd8aeb commit 5f61991
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
1 change: 1 addition & 0 deletions src/plutus/data.ts
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ import {
TSchema,
Type,
} from "https://deno.land/x/[email protected]/src/typebox.ts";
export * from "https://deno.land/x/[email protected]/src/typebox.ts"
import { C } from "../core/mod.ts";
import { Datum, Exact, Json, Redeemer } from "../types/mod.ts";
import { fromHex, fromText, toHex } from "../utils/utils.ts";
Expand Down
1 change: 0 additions & 1 deletion src/provider/emulator.ts
Original file line number Diff line number Diff line change
Expand Up @@ -465,7 +465,6 @@ export class Emulator implements Provider {
}

const scriptRef = entry.utxo.scriptRef;
console.log(scriptRef);
if (scriptRef) {
switch (scriptRef.type) {
case "Native": {
Expand Down

0 comments on commit 5f61991

Please sign in to comment.