Type Alias ProtocolContractAddresses
ProtocolContractAddresses: {
swapRouterAddress: string | undefined;
NFTManagerAddress: string | undefined;
UniswapV3Factory: string | undefined;
TickLensAddress: string | undefined;
initCodeHash: string | undefined;
}
Type declaration
swapRouterAddress: string | undefined
NFTManagerAddress: string | undefined
UniswapV3Factory: string | undefined
TickLensAddress: string | undefined
initCodeHash: string | undefined
Interface representing all contract addresses for a protocol