Merge branch 'main' into readme-fix

This commit is contained in:
aryan
2024-12-23 11:30:54 +05:30
11 changed files with 223 additions and 11 deletions

View File

@@ -26,6 +26,7 @@ import {
sendCompressedAirdrop,
createOrcaSingleSidedWhirlpool,
FEE_TIERS,
pythFetchPrice,
} from "../tools";
import {
CollectionDeployment,
@@ -270,6 +271,10 @@ export class SolanaAgentKit {
lotSize,
tickSize,
);
)
}
async pythFetchPrice(priceFeedID: string) {
return pythFetchPrice(this, priceFeedID);
}
}