Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix: blast weth address #588

Merged
merged 1 commit into from
May 23, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
fix: blast weth address
  • Loading branch information
jsy1218 committed May 23, 2024
commit 0094bf4913f311d48b3a9a3a2bca08631cca980d
2 changes: 1 addition & 1 deletion src/util/chains.ts
Original file line number Diff line number Diff line change
Expand Up @@ -501,7 +501,7 @@ export const WRAPPED_NATIVE_CURRENCY: { [chainId in ChainId]: Token } = {
),
[ChainId.BLAST]: new Token(
ChainId.BLAST,
'0x4200000000000000000000000000000000000006',
'0x4300000000000000000000000000000000000004',
18,
'WETH',
'Wrapped Ether'
Expand Down
Loading