Merge branch 'main' into update-orca-single-sided-pools-and-send_transaction

This commit is contained in:
calintje
2024-12-25 14:20:59 +01:00
59 changed files with 2761 additions and 444 deletions

View File

@@ -4,4 +4,4 @@ import bs58 from "bs58";
export const keypair = Keypair.generate();
console.log(keypair.publicKey.toString());
console.log(bs58.encode(keypair.secretKey));
console.log(bs58.encode(keypair.secretKey));