Skip to content

Commit

Permalink
Gnosis: Fix Wrapped Native Asset (#144)
Browse files Browse the repository at this point in the history
  • Loading branch information
bh2smith authored Nov 11, 2024
1 parent 017562a commit 876c282
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/network/constants.ts
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ export const CHAIN_INFO: Record<number, ChainInfo> = {
100: {
currencyIcon: XDAI,
icon: GNOSIS_ICON,
wrappedToken: "0x6a023ccd1ff6f2045c3309768ead9e68f978f6e1",
wrappedToken: "0xe91d153e0b41518a2ce8dd3d7944fa863463a97d",
},
// Polygon
137: {
Expand Down

0 comments on commit 876c282

Please sign in to comment.