mirror of
https://github.com/GMGNAI/gmgn-skills.git
synced 2026-08-21 20:18:08 +00:00
fix(cooking): remove deprecated --interval-seconds flag
The interval_seconds param is no longer used. Removed from the CLI option, params assembly, CreateTokenParams, SKILL.md and cli-usage.md. Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
This commit is contained in:
co-authored by
Claude Opus 4.8
parent
23ca9d8670
commit
1964e927cd
@@ -314,7 +314,6 @@ export interface CreateTokenParams {
|
||||
// Multi-wallet buy
|
||||
buy_wallets?: BuyWalletInfo[];
|
||||
snip_buy_wallets?: BuyWalletInfo[];
|
||||
interval_seconds?: number;
|
||||
}
|
||||
|
||||
export class OpenApiClient {
|
||||
|
||||
Reference in New Issue
Block a user