mirror of
https://github.com/orionprotocol/sdk.git
synced 2026-04-10 04:57:31 +03:00
Merge branch 'main' into feat/ethers-v6
# Conflicts: # package-lock.json # package.json
This commit is contained in:
4
package-lock.json
generated
4
package-lock.json
generated
@@ -1,12 +1,12 @@
|
|||||||
{
|
{
|
||||||
"name": "@orionprotocol/sdk",
|
"name": "@orionprotocol/sdk",
|
||||||
"version": "0.19.92-rc1",
|
"version": "0.19.92-rc2",
|
||||||
"lockfileVersion": 3,
|
"lockfileVersion": 3,
|
||||||
"requires": true,
|
"requires": true,
|
||||||
"packages": {
|
"packages": {
|
||||||
"": {
|
"": {
|
||||||
"name": "@orionprotocol/sdk",
|
"name": "@orionprotocol/sdk",
|
||||||
"version": "0.19.92-rc1",
|
"version": "0.19.92-rc2",
|
||||||
"hasInstallScript": true,
|
"hasInstallScript": true,
|
||||||
"license": "ISC",
|
"license": "ISC",
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
|
|||||||
@@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "@orionprotocol/sdk",
|
"name": "@orionprotocol/sdk",
|
||||||
"version": "0.19.92-rc1",
|
"version": "0.19.92-rc2",
|
||||||
"description": "Orion Protocol SDK",
|
"description": "Orion Protocol SDK",
|
||||||
"main": "./lib/index.cjs",
|
"main": "./lib/index.cjs",
|
||||||
"module": "./lib/index.js",
|
"module": "./lib/index.js",
|
||||||
|
|||||||
@@ -6,6 +6,7 @@ const ratingSchema = z.object({
|
|||||||
weekly_boost_budget_fmt: z.number(),
|
weekly_boost_budget_fmt: z.number(),
|
||||||
monthly_boost_budget: z.string(),
|
monthly_boost_budget: z.string(),
|
||||||
monthly_boost_budget_fmt: z.number(),
|
monthly_boost_budget_fmt: z.number(),
|
||||||
|
displayed_boost_budget_fmt: z.number(),
|
||||||
time_left_for_the_reward: z.number(),
|
time_left_for_the_reward: z.number(),
|
||||||
time_left_for_the_reward_local: z.string(),
|
time_left_for_the_reward_local: z.string(),
|
||||||
time_left_for_the_reward_utc: z.string(),
|
time_left_for_the_reward_utc: z.string(),
|
||||||
|
|||||||
Reference in New Issue
Block a user