Skip to content

Commit

Permalink
Merge pull request #190 from morpho-org/fix/types-policies
Browse files Browse the repository at this point in the history
feat(blue-api-sdk): add missing type policy
  • Loading branch information
oumar-fall authored Dec 3, 2024
2 parents 57f61c2 + 63032e3 commit 1dca38d
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 1dca38d

Please sign in to comment.