mirror of
https://github.com/serai-dex/serai.git
synced 2025-12-13 06:29:25 +00:00
bug fixes
This commit is contained in:
@@ -215,8 +215,8 @@ impl coins::Config<coins::Instance1> for Runtime {
|
||||
impl dex::Config for Runtime {
|
||||
type RuntimeEvent = RuntimeEvent;
|
||||
|
||||
// 0.6% in total but only half will go to LPs(0.3%) other half to be burned.
|
||||
type LPFee = ConstU32<6>;
|
||||
// 0.5% in total but only half will go to LPs(0.25%) other half to be burned.
|
||||
type LPFee = ConstU32<5>;
|
||||
type MintMinLiquidity = ConstU64<10000>;
|
||||
|
||||
type MaxSwapPathLength = ConstU32<3>; // coin1 -> SRI -> coin2
|
||||
|
||||
Reference in New Issue
Block a user