Skip to content

Commit

Permalink
fix: use correct WAPE address
Browse files Browse the repository at this point in the history
  • Loading branch information
welps committed Dec 8, 2024
1 parent f61d6a9 commit ef26e54
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sdk/src/utils/constants.ts
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ export const WRAPPED_ASSET: MultiChainAsset = {
[`${ChainId.avalanche}`]: '0xb31f66aa3c1e785363f0875a1b74e27b85fd66c7',
[`${ChainId.blast}`]: '0x4300000000000000000000000000000000000004',
[`${ChainId.degen}`]: '0xeb54dacb4c2ccb64f8074eceea33b5ebb38e5387',
[`${ChainId.apechain}`]: '0x8643a49363e80c7a15790703b915d1b0b6b71d56',
[`${ChainId.apechain}`]: '0x48b62137edfa95a428d35c09e44256a739f6b557',
};

export const DAI: MultiChainAsset = {
Expand Down

0 comments on commit ef26e54

Please sign in to comment.