Skip to content

Commit

Permalink
Add JLP market to kamino lending
Browse files Browse the repository at this point in the history
  • Loading branch information
peroxy committed Mar 4, 2024
1 parent 119967e commit 70092a3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion projects/kamino-lending/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ const { MintLayout } = require("../helper/utils/solana/layouts/mixed-layout");
async function tvl() {
const connection = getConnection();
const programId = new PublicKey('KLend2g3cP87fffoy8q1mQqGKjrxjC8boSyAYavgmjD');
const markets = ['7u3HeHxYDLhnCoErrtycNokbQYbWGzLs6JSDqGAv5PfF'];
const markets = ['7u3HeHxYDLhnCoErrtycNokbQYbWGzLs6JSDqGAv5PfF', 'DxXdAyU3kCjnyggvHmY5nAwg5cRbbmdyX3npfDMjjMek'];
const lendingMarketAuthSeed = 'lma';
const tokensAndOwners = [];
const ktokens = {};
Expand Down

0 comments on commit 70092a3

Please sign in to comment.