We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c57d836 commit 0847e21Copy full SHA for 0847e21
migrations/pools.js
@@ -1,7 +1,7 @@
1
// https://docs.basis.cash/mechanisms/yield-farming
2
const INITIAL_BAC_FOR_POOLS = 50000;
3
-const INITIAL_BAS_FOR_DAI_BAC = 250000;
4
-const INITIAL_BAS_FOR_DAI_BAS = 750000;
+const INITIAL_BAS_FOR_DAI_BAC = 750000;
+const INITIAL_BAS_FOR_DAI_BAS = 250000;
5
6
const POOL_START_DATE = Date.parse('2020-10-10T00:00:00Z');
7
0 commit comments