DumpsterDumpster Docs
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

DUMPfA5gPgYgRA6xJ5vKtypK6jnVxywbkj7eb6k9HhdC

DumpsterSwap

AMM program

DUMPa37F7hSccYfbman3k5h93LhBayXEUdWdUHZ5Bhev

DumpsterFees

Fee schedule program

DUMPFaKPGxZVbn4vUVy4gaPZFLdLAAvSn5MqarkCjvLZ

SDK constants

import {
  DUMPSTER_PROGRAM_ID,
  DUMPSTER_SWAP_PROGRAM_ID,
  DUMPSTER_FEES_PROGRAM_ID,
} from '@dumpster-cash/dumpster-sdk';

On this page