Skip to content

Commit

Permalink
Corrections in colafactory
Browse files Browse the repository at this point in the history
  • Loading branch information
Dimosgr committed Jul 18, 2023
1 parent f10a93d commit 45d40fe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/static/js/pulse_colafactory.js
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ $(function() {

const blocksPerSeconds = await getAverageBlockTime(App);

const rewardsPerWeek = await COLA_CHEF.ColaPerBlock /1e18 * 604800 / blocksPerSeconds;
const rewardsPerWeek = await COLA_CHEF.ColaPerBlock() /1e18 * 604800 / blocksPerSeconds;

const tokens = {};
const prices = await getPulsePrices();
Expand Down

0 comments on commit 45d40fe

Please sign in to comment.