Skip to content

Commit

Permalink
fix: checksum scroll v3 factory address
Browse files Browse the repository at this point in the history
  • Loading branch information
0xMasayoshi committed Sep 22, 2024
1 parent c738d4a commit 1569f08
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/config/features/sushiswap-v3.ts
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ export const SUSHISWAP_V3_FACTORY_ADDRESS: Record<
// [ChainId.ZKSYNC_ERA]: '',
[ChainId.LINEA]: '0xc35DADB65012eC5796536bD9864eD8773aBc74C4',
[ChainId.BASE]: '0xc35DADB65012eC5796536bD9864eD8773aBc74C4',
[ChainId.SCROLL]: '0x46b3fdf7b5cde91ac049936bf0bdb12c5d22202e',
[ChainId.SCROLL]: '0x46B3fDF7b5CDe91Ac049936bF0bDb12c5d22202e',
[ChainId.FILECOIN]: '0xc35DADB65012eC5796536bD9864eD8773aBc74C4',
[ChainId.ZETACHAIN]: '0xB45e53277a7e0F1D35f2a77160e91e25507f1763',
[ChainId.BLAST]: '0x7680D4B43f3d1d54d6cfEeB2169463bFa7a6cf0d',
Expand Down

0 comments on commit 1569f08

Please sign in to comment.