mirror of
https://github.com/chainstacklabs/pumpfun-bonkfun-bot.git
synced 2026-07-27 15:27:44 +00:00
7864504c84
Snapshot of pump-fun/pump-public-docs @ 7de0b95 (2026-04-23) under idl/upstream/ — pump.json, pump_amm.json, pump_fees.json and their .ts counterparts. Used for local diffing against the IDLs the bot loads from idl/; not imported at runtime. README links to the new directory. Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
716 B
716 B
Upstream pump.fun IDLs
Source: https://github.com/pump-fun/pump-public-docs
Snapshot commit: 7de0b959fa2bdab379a2f75f5433d3de1e35d229 (2026-04-23)
Files:
pump.json/pump.ts— pump.fun bonding curve programpump_amm.json/pump_amm.ts— pump-swap (PumpAMM) programpump_fees.json/pump_fees.ts— pump fees program
Kept here verbatim for reference and diffing against the IDLs the bot actually loads from idl/. Do not import these directly from runtime code.
To refresh:
git clone --depth 1 https://github.com/pump-fun/pump-public-docs.git /tmp/pump-public-docs
cp /tmp/pump-public-docs/idl/{pump,pump_amm,pump_fees}.{json,ts} idl/upstream/
# update commit hash above