Skip to content

Commit

Permalink
fix: blast WETH address (#57)
Browse files Browse the repository at this point in the history
  • Loading branch information
welps authored Mar 25, 2024
1 parent 277e8bb commit 20d6d02
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 @@ -31,7 +31,7 @@ export const WRAPPED_ASSET: MultiChainAsset = {
[`${ChainId.zora}`]: '0x4200000000000000000000000000000000000006',
[`${ChainId.base}`]: '0x4200000000000000000000000000000000000006',
[`${ChainId.avalanche}`]: '0xb31f66aa3c1e785363f0875a1b74e27b85fd66c7',
[`${ChainId.blast}`]: '0x4200000000000000000000000000000000000006',
[`${ChainId.blast}`]: '0x4300000000000000000000000000000000000004',
};

export const DAI: MultiChainAsset = {
Expand Down

0 comments on commit 20d6d02

Please sign in to comment.