v3-subgraph icon indicating copy to clipboard operation
v3-subgraph copied to clipboard

Inconsistency in the way FACTORY_ADDRESS is defined and used

Open llopez opened this issue 9 months ago • 0 comments

There seems to be an inconsistency in how FACTORY_ADDRESS is defined and consumed across the codebase. In some places, it is expected to be of type Address, while in others it is treated as a plain string

if we do this https://github.com/Uniswap/v3-subgraph/blob/main/config/matic/chain.ts#L3

it fails in this line https://github.com/Uniswap/v3-subgraph/blob/main/src/common/constants.ts#L14

llopez avatar Jul 24 '25 22:07 llopez