Skip to content

Commit

Permalink
banx idl link update (#10659)
Browse files Browse the repository at this point in the history
  • Loading branch information
dmitrykarpushkin committed Jun 15, 2024
1 parent cc9ed87 commit efa22db
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion projects/banx/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ async function getData() {
async function getAllData() {
const programId = '4tdmkuY6EStxbS6Y8s5ueznL3VPMSugrvQuDeAHGZhSt'
const provider = getProvider()
const idl = await getConfig('banx-idl', 'https://raw.githubusercontent.com/frakt-solana/banx-public-sdk/master/src/fbond-protocol/idl/bonds.json')
const idl = await getConfig('banx-idl', 'https://api.banx.gg/idl')
const program = new Program(idl, programId, provider)

const bondOfferOffset = 32 + 8;
Expand Down

0 comments on commit efa22db

Please sign in to comment.