Protocol
Programs & Addresses
Canonical program IDs for Dumpster, DumpsterSwap, and DumpsterFees.
Protocol
Canonical program addresses
These are the program IDs integrations should use when they verify accounts, index events, or build directly against the on-chain programs.
Dumpster
Bonding curve program
DUMPfA5gPgYgRA6xJ5vKtypK6jnVxywbkj7eb6k9HhdCDumpsterSwap
AMM program
DUMPa37F7hSccYfbman3k5h93LhBayXEUdWdUHZ5BhevDumpsterFees
Fee schedule program
DUMPFaKPGxZVbn4vUVy4gaPZFLdLAAvSn5MqarkCjvLZSDK constants
import {
DUMPSTER_PROGRAM_ID,
DUMPSTER_SWAP_PROGRAM_ID,
DUMPSTER_FEES_PROGRAM_ID,
} from '@dumpster-cash/dumpster-sdk';