Skip to content

Commit

Permalink
update idl for pricing (#19)
Browse files Browse the repository at this point in the history
brittcyr authored Aug 26, 2024
1 parent 06432ad commit 0271aaa
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions client/idl/generateIdl.js
Original file line number Diff line number Diff line change
@@ -101,6 +101,9 @@ function modifyIdlCore(programName) {
return field;
});
}
if (idlAccount.name == "QuoteAtomsPerBaseAtom") {
idlAccount.type.fields[0].type = "u128";
}
}

for (const instruction of idl.instructions) {

0 comments on commit 0271aaa

Please sign in to comment.