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