Skip to content

Commit

Permalink
feat: we did it
Browse files Browse the repository at this point in the history
  • Loading branch information
rvcas committed Aug 26, 2024
1 parent c0a9503 commit 3c2d828
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/lib/components/ConnectButton.svelte
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
<script lang="ts">
import { onMount } from 'svelte';
import { makeUplcEvaluator } from '@blaze-cardano/vm';
import geroIcon from '$lib/assets/geroicon.png';
import fortunaIconBlack from '$lib/assets/fortunaIconBlack.png';
Expand Down Expand Up @@ -50,6 +51,8 @@
$blaze = await createBlaze($walletApi!);
$blaze.provider.evaluateTransaction = makeUplcEvaluator($blaze.params, 2, 2);
open = false;
}
Expand Down

0 comments on commit 3c2d828

Please sign in to comment.