Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
noah-wasd3r committed Jan 15, 2025
1 parent 8ef3c54 commit ab58f3b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion projects/synstation/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ const exportsData = Object.keys(config).map((chain) => {
}
})
exportsData.push(uniV3Export({
soneium: { factory: soneium.v3Factory, fromBlock: 1812231 },
soneium: { factory: config.soneium.v3Factory, fromBlock: 1812231 },
}))


Expand Down

0 comments on commit ab58f3b

Please sign in to comment.