Fix deno.lock

Switch to preprod, and test against eternl (passed)
This commit is contained in:
waalge
2023-03-15 11:06:59 +00:00
committed by Lucas
parent f2e5b0b89b
commit d13db5f34e
2 changed files with 17 additions and 185 deletions

View File

@@ -32,10 +32,10 @@ export default function App({ validators }: AppProps) {
const setupLucid = async (blockfrostApiKey: string) => {
const lucid = await Lucid.new(
new Blockfrost(
"https://cardano-mainnet.blockfrost.io/api/v0",
"https://cardano-preprod.blockfrost.io/api/v0",
blockfrostApiKey,
),
"Mainnet",
"Preprod",
);
const cache = localStorage.getItem("cache");