You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have a problem—I can't send a transaction through Jito using Python. I'm unable to figure out how to add tips to the transaction. Could you please help me with this?
Problem
Proposed Solution
I have a problem—I can't send a transaction through Jito using Python. I'm unable to figure out how to add tips to the transaction. Could you please help me with this?
async def main():
url = "https://mainnet.helius-rpc.com/?api-key=MY_KEY"
solana_client = AsyncClient(url, commitment=Confirmed)
sdk = JitoJsonRpcSDK(url="https://mainnet.block-engine.jito.wtf/api/v1")
wallet_path = "keypair.json"
The text was updated successfully, but these errors were encountered: