Skip to content

Commit

Permalink
fix spruce factory address
Browse files Browse the repository at this point in the history
  • Loading branch information
0xmurloc committed Jul 18, 2023
1 parent c2833bb commit b41dc5b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/constants/v2Addrs.ts
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ export const LB_FACTORY_ADDRESS: { [chainId in ChainId]: Hex } = {

export const LB_FACTORY_V21_ADDRESS: { [chainId in ChainId]: Hex } = {
[ChainId.FUJI]: '0x8e42f2F4101563bF679975178e880FD87d3eFd4e',
[ChainId.SPRUCE]: '0x8e42f2F4101563bF679975178e880FD87d3eFd4e'
[ChainId.SPRUCE]: '0xB1e7550097041449C8035a094bDedFB3f5316F2e'
}

export const DEXLENS_ADDRESS: { [chainId in ChainId]: Hex } = {
Expand Down

0 comments on commit b41dc5b

Please sign in to comment.