Revert "feat: implement auto-pump mechanism to prevent pool drainage"

This reverts commit b8de80d8a9.
This commit is contained in:
Face 2025-05-31 20:32:36 +03:00
parent b8de80d8a9
commit fdfba7efd2
8 changed files with 29 additions and 1727 deletions

View file

@ -1,4 +0,0 @@
ALTER TABLE "coin" ADD COLUMN "pump_fee_rate" numeric(10, 8) DEFAULT '0.00500000' NOT NULL;--> statement-breakpoint
ALTER TABLE "coin" ADD COLUMN "burn_rate" numeric(10, 8) DEFAULT '0.00100000' NOT NULL;--> statement-breakpoint
ALTER TABLE "transaction" ADD COLUMN "pump_fee_applied" numeric(30, 8) DEFAULT '0.00000000';--> statement-breakpoint
ALTER TABLE "transaction" ADD COLUMN "tokens_burned" numeric(30, 8) DEFAULT '0.00000000';