Skip to content

Commit

Permalink
add rank
Browse files Browse the repository at this point in the history
  • Loading branch information
TheJuze committed Feb 27, 2024
1 parent 5a1919f commit df862c7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"$schema": "https://json.schemastore.org/package",
"name": "@electra.finance/sdk",
"version": "0.2.10",
"version": "0.2.12-rc0",
"description": "Electra finance SDK",
"main": "./lib/index.cjs",
"module": "./lib/index.js",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ const pointsAdditionalSchema = z.object({
export const accountDetailsSchema = z.object({
address: z.string(),
ref_link: z.string(),
rank: z.number(),
referrals_count: z.number(),
direct_referrals_count: z.number(),
points_total: z.number(),
Expand Down

0 comments on commit df862c7

Please sign in to comment.