Skip to content

Commit

Permalink
feat(blue-api-sdk): add missing type policy
Browse files Browse the repository at this point in the history
  • Loading branch information
oumar-fall committed Dec 3, 2024
1 parent 6d5e56d commit feed766
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions packages/blue-api-sdk/src/cache.ts
Original file line number Diff line number Diff line change
Expand Up @@ -103,6 +103,9 @@ export const typePolicies = {
timestamp: {
read: readMaybeBigInt,
},
rateAtTarget: {
read: readMaybeBigInt,
},
rewards: {
// Merges two arrays of MarketStateReward objects, where the merge is based on the asset id
// Asset id must be queried for this to work.
Expand Down

0 comments on commit feed766

Please sign in to comment.