Legacy SDK migration guide
Migrate from the (legacy) Doppler v3 or v4 SDK to the latest
Migration Guide
Overview of Changes
Installation
# Remove old packages
npm uninstall @doppler/v3-sdk @doppler/v4-sdk ethers
# Install new packages
npm install @whetstone-research/doppler-sdk viemInitialization Changes
Before (V3 SDK)
Before (V4 SDK)
After (Unified SDK)
Creating Auctions
Static Auctions (Previously V3)
Dynamic Auctions (Previously V4)
Interacting with Auctions
Before (Both SDKs)
After (Unified SDK)
Token Interactions
Before
After (Unified SDK)
Quoter Changes
Before
After
Last updated