Skip to content

Commit

Permalink
fixed network name.
Browse files Browse the repository at this point in the history
  • Loading branch information
franciscojoray committed Apr 30, 2024
1 parent d5b4006 commit 1544850
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion offchain/utils.ts
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ const lucidBase = async (): Promise<Lucid> => {
"https://cardano-preview.blockfrost.io/api/v0",
Deno.env.get("BLOCKFROST_PROJECT_ID")
),
"Preprod"
"Preview"
);
return lucid;
};
Expand Down

0 comments on commit 1544850

Please sign in to comment.