Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
keyvankhademi committed Sep 4, 2024
1 parent 0fd696b commit 30b5862
Show file tree
Hide file tree
Showing 11 changed files with 2,683 additions and 4,766 deletions.
2 changes: 1 addition & 1 deletion apps/staking/src/api.ts
Original file line number Diff line number Diff line change
Expand Up @@ -164,7 +164,7 @@ export const loadData = async (context: Context): Promise<Data> => {
stakeAccountPositions: stakeAccountPositions.address
});

return {
return {
lastSlash: undefined,
availableRewards: 0n,
expiringRewards: undefined,
Expand Down
2 changes: 1 addition & 1 deletion governance/pyth_staking_sdk/.gitignore
Original file line number Diff line number Diff line change
@@ -1 +1 @@
dist/
dist/
Loading

0 comments on commit 30b5862

Please sign in to comment.