Merge branch 'main' into feat/ethers-v6

# Conflicts:
#	package-lock.json
#	package.json
This commit is contained in:
Mikhail Gladchenko
2023-10-03 07:34:50 +01:00
3 changed files with 4 additions and 3 deletions

View File

@@ -6,6 +6,7 @@ const ratingSchema = z.object({
weekly_boost_budget_fmt: z.number(),
monthly_boost_budget: z.string(),
monthly_boost_budget_fmt: z.number(),
displayed_boost_budget_fmt: z.number(),
time_left_for_the_reward: z.number(),
time_left_for_the_reward_local: z.string(),
time_left_for_the_reward_utc: z.string(),