Skip to content

Commit

Permalink
Merge pull request #24 from Avelous/main
Browse files Browse the repository at this point in the history
load punkwallet on optimism
  • Loading branch information
Avelous authored Feb 26, 2024
2 parents c8b498b + 19ed829 commit d658d26
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/nextjs/components/dicedemo/Congrats.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ const Congrats = ({
};

const privateKey = loadBurnerSK();
const pwlink = "https://punkwallet.io/pk#" + privateKey;
const pwlink = "https://punkwallet.io/opt:pk#" + privateKey;

return (
<div className=" overflow-hidden w-fit text-lg bg-base-200 h-full">
Expand Down

0 comments on commit d658d26

Please sign in to comment.