mirror of
https://github.com/serai-dex/serai.git
synced 2025-12-10 05:09:22 +00:00
Stub the genesis-liquidity pallet
This commit is contained in:
@@ -78,6 +78,10 @@ mod pallet {
|
||||
}
|
||||
}
|
||||
|
||||
/// The minimum amount of liquidity allowed to be initially added.
|
||||
///
|
||||
/// This should be sufficiently low it isn't inaccessible, yet sufficiently high that future
|
||||
/// additions can be reasonably grained when their share of the new supply is calculated.
|
||||
const MINIMUM_LIQUIDITY: u64 = 1 << 16;
|
||||
|
||||
#[pallet::call]
|
||||
|
||||
Reference in New Issue
Block a user