Skip to content

Commit

Permalink
Adds test ape sample
Browse files Browse the repository at this point in the history
  • Loading branch information
dwhiffing committed Aug 22, 2024
1 parent 687bf90 commit 1c3e7ab
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions app/page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,11 @@ const exampleContracts = [
network: "mainnet",
name: "PudgyPenguins",
},
{
contractAddress: "0x9Db3197eec02B963151eEdf3C65Ac844197105C3",
network: "sepolia",
name: "TestApe",
},
{
contractAddress: "0xdac17f958d2ee523a2206206994597c13d831ec7",
network: "mainnet",
Expand Down

0 comments on commit 1c3e7ab

Please sign in to comment.