Skip to content

Commit

Permalink
Add OP & Polygon Testnet Data (#141)
Browse files Browse the repository at this point in the history
  • Loading branch information
rubenmarcus authored Oct 25, 2024
1 parent 865b3fa commit 49d4f08
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions src/network/constants.ts
Original file line number Diff line number Diff line change
Expand Up @@ -81,6 +81,12 @@ export const CHAIN_INFO: Record<number, ChainInfo> = {
icon: BASE_ICON,
wrappedToken: "0x4200000000000000000000000000000000000006",
},
// Polygon Amoy
80002: {
currencyIcon: POL,
icon: POLYGON_ICON,
wrappedToken: "0xa5733b3a8e62a8faf43b0376d5faf46e89b3033e",
},
// Arbitrum Sepolia
421614: {
currencyIcon: ETHER,
Expand All @@ -93,4 +99,11 @@ export const CHAIN_INFO: Record<number, ChainInfo> = {
icon: ETHEREUM_ICON,
wrappedToken: "0xfff9976782d46cc05630d1f6ebab18b2324d6b14",
},

// OP Testnet
11155420:{
currencyIcon: ETHER,
icon: OPTIMISM_ICON,
wrappedToken: "0x4200000000000000000000000000000000000006",
},
};

0 comments on commit 49d4f08

Please sign in to comment.