25 lines
850 B
Bash
25 lines
850 B
Bash
YELLOWSTONE_ENDPOINT=https://solana-yellowstone-grpc.publicnode.com:443
|
|
YELLOWSTONE_COMMITMENT=processed
|
|
|
|
RPC_URL=https://solana-rpc.publicnode.com
|
|
RPC_COMMITMENT=processed
|
|
SIMULATE_FIRST=true
|
|
|
|
|
|
BUNDLER=5jYaYv7HoiFVrY9bAcruj6dH8fCBseky4sBmnTFGSaeW
|
|
|
|
RUST_LOG=info
|
|
|
|
BIN_PATH=logs/frames/bin/1762440223791_slot378317940_4t6rKnrWTjmM_tx.bin
|
|
# Wallet
|
|
WALLET_PATH=keys/wallet_01.json
|
|
|
|
# Compra
|
|
BUY_MODE=amount # amount | percent
|
|
BUY_AMOUNT_LAMPORTS=20000000 # 0.02 SOL en lamports (si BUY_MODE=amount)
|
|
BUY_WSOL=true # wrap SOL -> wSOL ATA (si hace falta)
|
|
|
|
# Slippage y prioridad
|
|
MAX_SLIPPAGE_BPS=150 # 1.50% (bps = basis points)
|
|
PRIORITY_FEE_MICROLAMPORTS=0 # 0 = sin prioridad extra (ajústalo si hace falta)
|
|
COMPUTE_UNIT_LIMIT=1200000 # si quieres imponer tu CU (o deja las del bundler) |