Skip to content

Commit

Permalink
Add more stable markets (#212)
Browse files Browse the repository at this point in the history
  • Loading branch information
jhlx authored Jan 23, 2022
1 parent eb50404 commit 42c8ee1
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
2 changes: 1 addition & 1 deletion dex/Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

9 changes: 9 additions & 0 deletions dex/src/fees.rs
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,15 @@ mod stable_markets {
pub mod msol_sol {
solana_program::declare_id!("5cLrMai1DsLRYc1Nio9qMTicsWtvzjzZfJPXyAoF4t1Z");
}
pub mod ust_usdc {
solana_program::declare_id!("EERNEEnBqdGzBS8dd46wwNY5F2kwnaCQ3vsq2fNKGogZ");
}
pub mod ust_usdt {
solana_program::declare_id!("8sFf9TW3KzxLiBXcDcjAxqabEsRroo4EiRr3UG1xbJ9m");
}
pub mod stsol_sol {
solana_program::declare_id!("2iDSTGhjJEiRxNaLF27CY6daMYPs5hgYrP2REHd5YD62");
}
}

#[derive(Copy, Clone, IntoPrimitive, TryFromPrimitive, Debug)]
Expand Down

0 comments on commit 42c8ee1

Please sign in to comment.