ClankerHookStaticFee
Documentation for Clanker's Static Fee Hook
struct PoolStaticConfigVars {
// the fee taken on the deployed token when it's the input token
uint24 clankerFee;
// the fee taken on the paired token when it's the input token
uint24 pairedFee;
}Last updated