Skip to content

Commit 0847e21

Browse files
author
Jerry Smith
committed
Change reward balance
1 parent c57d836 commit 0847e21

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

migrations/pools.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
// https://docs.basis.cash/mechanisms/yield-farming
22
const INITIAL_BAC_FOR_POOLS = 50000;
3-
const INITIAL_BAS_FOR_DAI_BAC = 250000;
4-
const INITIAL_BAS_FOR_DAI_BAS = 750000;
3+
const INITIAL_BAS_FOR_DAI_BAC = 750000;
4+
const INITIAL_BAS_FOR_DAI_BAS = 250000;
55

66
const POOL_START_DATE = Date.parse('2020-10-10T00:00:00Z');
77

0 commit comments

Comments
 (0)