Skip to content

Commit

Permalink
Adds uniswap
Browse files Browse the repository at this point in the history
  • Loading branch information
dwhiffing committed Aug 29, 2024
1 parent 1906188 commit 8a78283
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions constants/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,13 @@ export const FEATURED_CONTRACTS: IContract[] = [
name: "TestApe",
description: "Publicly available NFT contract for minting. Happy Path",
},
{
key: -3,
address: "0x1f9840a85d5af5bf1d1762f925bdaddc4201f984",
chainId: 1,
name: "Uniswap",
description: "Uniswap",
},
// {
// address: "0xa807e2a221c6daafe1b4a3ed2da5e8a53fdaf6be",
// chainId: 11155111,
Expand Down

0 comments on commit 8a78283

Please sign in to comment.