Skip to content

Commit

Permalink
fix: transaction demo hash
Browse files Browse the repository at this point in the history
  • Loading branch information
marthendalnunes committed Nov 29, 2023
1 parent c22f67c commit 8afbb6b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/www/registry/default/example/transaction-demo.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ import {
} from "@/registry/default/buidl/transaction"

const hash =
"0x31728b7fe0f374ad886b9d46494de33e87da24ced34f6c28b7225e18bb4b8b1b"
"0xd68e5ad4a286fd7665cc43cb1d69ad485d761f8c1810fef54284af265edefe57"
export default function TransactionStatusDemo() {
return (
<div className="flex flex-col gap-y-3">
Expand Down

0 comments on commit 8afbb6b

Please sign in to comment.