Skip to main content

TypeScript shape

interface PairProtocolCustomData {
  uniswapV4HookAddress: string | null;
}
uniswapV4HookAddress
String
Address of the UniswapV4 hook contract attached to the pair, if any.