Skip to content

Commit

Permalink
hotfix: daily seed conflict on calc apr
Browse files Browse the repository at this point in the history
  • Loading branch information
luizakp committed Dec 13, 2023
1 parent 852e3b7 commit 31cd7a8
Showing 1 changed file with 15 additions and 15 deletions.
30 changes: 15 additions & 15 deletions packages/balancer-apr/src/dailySeed.ts
Original file line number Diff line number Diff line change
Expand Up @@ -1582,21 +1582,21 @@ async function calculateApr() {
export async function runDailyETLs() {
console.log("Starting ETL processes");

// await seedCalendar();
// await seedVebalRounds();
// await seedBalEmission();
// await ETLPools();
// await ETLSnapshots();
// await ETLGauges();
// await ETLPoolRewards();
// await calculatePoolRewardsSnapshots();
// await fetchBalPrices();
// await ETLGaugesSnapshot();
// await fetchBlocks();
// await ETLPoolRateProvider();
// await ETLPoolRateProviderSnapshot();
// await fetchTokenPrices();
// await calculateTokenWeightSnapshots();
await seedCalendar();
await seedVebalRounds();
await seedBalEmission();
await ETLPools();
await ETLSnapshots();
await ETLGauges();
await ETLPoolRewards();
await calculatePoolRewardsSnapshots();
await fetchBalPrices();
await ETLGaugesSnapshot();
await fetchBlocks();
await ETLPoolRateProvider();
await ETLPoolRateProviderSnapshot();
await fetchTokenPrices();
await calculateTokenWeightSnapshots();
await calculateApr();
console.log("Ended ETL processes");
process.exit(0);
Expand Down

0 comments on commit 31cd7a8

Please sign in to comment.