Skip to content

Commit

Permalink
Set a slow wallet drip for testnet (0LNetworkCommunity#90)
Browse files Browse the repository at this point in the history
Co-authored-by: 0o-de-lally <[email protected]>
  • Loading branch information
hemulin and 0o-de-lally committed Nov 9, 2023
1 parent 84dcb0d commit 8ae0e40
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,7 @@ module ol_framework::sacred_cows {
/// how much each slow wallet gets unlocked at every epoch. Read below.
///////////////////////////////////////////
/// TODO: v7: THIS NEEDS TO BE RECALCULATED WITH THE NEW SUPPLY!
const SLOW_WALLET_EPOCH_DRIP: u64 = 100000;
const SLOW_WALLET_EPOCH_DRIP: u64 = 30000 * 100000; // COINS * SCALING FACTOR
///////////////////////////////////////////
/// [SLOW_WALLET_EPOCH_DRIP] This is a principal economic innovation from 0L.
/// How to reward the highest level of work with more benefits,
Expand Down

0 comments on commit 8ae0e40

Please sign in to comment.