feat: gamma test

This commit is contained in:
Sushant Chandla 2024-11-04 07:15:55 -03:00
parent a18cbf99eb
commit 357c3b281e
2 changed files with 5 additions and 0 deletions

View File

@ -62,6 +62,11 @@ async fn test_quote_match_swap_for_raydium_cp() -> anyhow::Result<()> {
run_all_swap_from_dump("raydium_cp_swap.lz4").await?
}
#[tokio::test]
async fn test_quote_match_swap_for_gamma() -> anyhow::Result<()> {
run_all_swap_from_dump("gamma_swap.lz4").await?
}
#[tokio::test]
async fn test_quote_match_swap_for_openbook_v2() -> anyhow::Result<()> {
run_all_swap_from_dump("openbook_v2_swap.lz4").await?