Skip to content

Commit

Permalink
Add linea
Browse files Browse the repository at this point in the history
  • Loading branch information
bfullam committed Apr 23, 2024
1 parent e52064a commit 99dc702
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions packages/nextjs/app/page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,7 @@ const Home: NextPage = () => {
31337: { name: "ethereum", protocol: "uniswap" },
42161: { name: "arbitrum", protocol: "uniswap" },
100: { name: "gnosis", protocol: "sushiswap" },
59144: { name: "linea", protocol: "sushiswap" },
};

// Use different subgraph for Gnosis because it's using sushiswap instead of uniswap
Expand Down
1 change: 1 addition & 0 deletions packages/nextjs/components/BagCard.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,7 @@ export const BagCard = ({ tokenId }: BagCardProps) => {
31337: { name: "ethereum", protocol: "uniswap" },
42161: { name: "arbitrum", protocol: "uniswap" },
100: { name: "gnosis", protocol: "sushi" },
59144: { name: "linea", protocol: "sushiswap" },
};

const openModal = () => setIsModalOpen(true);
Expand Down

0 comments on commit 99dc702

Please sign in to comment.