Skip to content
This repository has been archived by the owner on Aug 5, 2024. It is now read-only.

Commit

Permalink
tool links
Browse files Browse the repository at this point in the history
  • Loading branch information
joaquim-verges committed Jul 28, 2024
1 parent d0245c0 commit ba470ea
Showing 1 changed file with 12 additions and 4 deletions.
16 changes: 12 additions & 4 deletions src/app/Header.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -29,13 +29,21 @@ const links = [
name: "Engine",
href: "/engine",
},
{
name: "Pay",
href: "/connect/pay/overview",
},
];

const toolLinks = [
{
name: "Chain List",
href: "https://thirdweb.com/chainlist",
},
{
name: "Wei Converter",
href: "https://thirdweb.com/tools/wei-converter",
},
{
name: "Hex Converter",
href: "https://thirdweb.com/tools/hex-converter",
},
{
name: "Account",
href: "/account",
Expand Down

0 comments on commit ba470ea

Please sign in to comment.