Skip to content

Commit

Permalink
ondemand oracles template adjustmnet
Browse files Browse the repository at this point in the history
  • Loading branch information
abrzezinski94 committed Dec 4, 2024
1 parent 008100a commit 0bf880f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions ts/client/scripts/switchboardTemplates.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@ const pythSolOracle =
'ef0d8b6fda2ceba41da15d4095d1da392a0d2f8ed0c6c7bc0f4cfac8c280b56d';
const pythUsdOracle =
'eaa020c61cc479712813461ce153894a96a6c00b21ed0cfc2798d1f9a9e9c94a';
const switchboardSolOracle = 'AEcJSgRBkU9WnKCBELj66TPFfzhKWBWa4tL7JugnonUa';
const switchboardUsdOracle = 'FwYfsmj5x8YZXtQBNo2Cz8TE7WRCMFqA6UTffK4xQKMH';
const switchboardSolOracle = 'E8TLLh5jkYDvSXfAES7qe3s8Cfjj4hyvjksuvUHe8NEw';
const switchboardUsdOracle = '2Dv72h14k6ynrUvQ8mhu5ihwrk1Kte6Aj2tpKhXLsHrR';

export const LSTExactIn = (inMint: string, uiAmountIn: string): string => {
const template = `tasks:
Expand Down

0 comments on commit 0bf880f

Please sign in to comment.