Skip to content

Commit

Permalink
Merge pull request #60 from solendprotocol/fix-fetch-pool
Browse files Browse the repository at this point in the history
fix flex pool
  • Loading branch information
0xodia authored Aug 29, 2023
2 parents e5712f0 + 4232f09 commit 6032b79
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions solend-sdk/src/core/utils/pools.ts
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@ export async function fetchPools(
address: c.address,
authorityAddress: c.authorityAddress,
reserves: [] as Array<ReserveType>,
owner: c.owner
},
])
);
Expand Down

0 comments on commit 6032b79

Please sign in to comment.