Skip to content

Commit

Permalink
Update price in the home page
Browse files Browse the repository at this point in the history
  • Loading branch information
wildanvin committed Jul 1, 2024
1 parent bcdb482 commit 561a2e3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/nextjs/app/page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ const Home: NextPage = () => {
await writeGreetingGreetingAsync({
functionName: "setGreeting",
args: [newGreeting],
value: parseEther("0.1"),
value: parseEther("0.001"),
});
} catch (e) {
console.error("Error setting greeting:", e);
Expand Down Expand Up @@ -124,7 +124,7 @@ const Home: NextPage = () => {
</div>
</div>
</div>
<div className="font-medium text-md my-4">Fee: 0.01 ETH + Gas</div>
<div className="font-medium text-md my-4">Fee: 0.001 ETH + Gas</div>

<div className="hidden md:block absolute bottom-0 start-0 translate-y-10 -translate-x-32">
<svg
Expand Down

0 comments on commit 561a2e3

Please sign in to comment.