Merge pull request #152 from prodev-nova/feat/cooking

docs(cooking): worked examples, platform matrix, TradeParam, anti-mev-mode fix
This commit is contained in:
GMGN.AI
2026-06-04 17:11:17 +08:00
committed by GitHub
3 changed files with 105 additions and 4 deletions
+1 -1
View File
@@ -41,7 +41,7 @@ export function registerCookingCommands(program: Command): void {
.option("--max-fee-per-gas <amount>", "Max fee per gas in wei (EVM only)")
.option("--max-priority-fee-per-gas <amount>", "Max priority fee per gas in wei (EVM only)")
.option("--anti-mev", "Enable anti-MEV protection (SOL only)")
.option("--anti-mev-mode <mode>", "Anti-MEV mode: normal / secure (SOL only)")
.option("--anti-mev-mode <mode>", "Anti-MEV mode: off / normal / secure (SOL only)")
.option("--raised-token <symbol>", "Raise token symbol: pump→USDC; bonk→USD1; fourmeme→USDT/USD1; leave empty for native")
.option("--dev-wallet-bps <n>", "Dev wallet fee in basis points (100 = 1%)", parseInt)
.option("--dev-gas <amount>", "Dev gas amount")