computed bases
This commit is contained in:
@@ -18,7 +18,6 @@ interface IPartyPlanner is IOwnable {
|
||||
/// @param name LP token name
|
||||
/// @param symbol LP token symbol
|
||||
/// @param tokens token addresses (n)
|
||||
/// @param bases scaling bases for each token (n) - used when converting to/from internal 64.64 amounts
|
||||
/// @param tradeFrac trade fraction in 64.64 fixed-point (as used by LMSR)
|
||||
/// @param targetSlippage target slippage in 64.64 fixed-point (as used by LMSR)
|
||||
/// @param swapFeePpm fee in parts-per-million, taken from swap input amounts before LMSR calculations
|
||||
@@ -35,7 +34,6 @@ interface IPartyPlanner is IOwnable {
|
||||
string memory name,
|
||||
string memory symbol,
|
||||
IERC20[] memory tokens,
|
||||
uint256[] memory bases,
|
||||
int128 tradeFrac,
|
||||
int128 targetSlippage,
|
||||
uint256 swapFeePpm,
|
||||
@@ -53,7 +51,6 @@ interface IPartyPlanner is IOwnable {
|
||||
/// @param name LP token name
|
||||
/// @param symbol LP token symbol
|
||||
/// @param tokens token addresses (n)
|
||||
/// @param bases scaling bases for each token (n) - used when converting to/from internal 64.64 amounts
|
||||
/// @param kappa liquidity parameter κ in 64.64 fixed-point used to derive b = κ * S(q)
|
||||
/// @param swapFeePpm fee in parts-per-million, taken from swap input amounts before LMSR calculations
|
||||
/// @param flashFeePpm fee in parts-per-million, taken for flash loans
|
||||
@@ -69,7 +66,6 @@ interface IPartyPlanner is IOwnable {
|
||||
string memory name,
|
||||
string memory symbol,
|
||||
IERC20[] memory tokens,
|
||||
uint256[] memory bases,
|
||||
int128 kappa,
|
||||
uint256 swapFeePpm,
|
||||
uint256 flashFeePpm,
|
||||
|
||||
Reference in New Issue
Block a user