Contract Addresses
Below is the DerpDEX contract deployed on zkSync Era, Base and opBNB that responsible for deploying and managing the creation of new instances of trading pairs or liquidity pools.
Core
Periphery
Periphery contracts extends the capabilities of the main contract. It provide functionalities that enhance user experience, enable specific use cases, and improve the overall utility of the smart contract system. By understanding and effectively utilizing periphery contracts, developers can create more robust and versatile smart contract applications.
zkSync
Contract
Mainnet
PositionManager
NFTDescriptor
nftDescriptorLibrary
Base Chain
Contract
Mainnet
NonfungiblePositionManager
PositionDescriptor
UniversalRouter
opBNB
Contract
Mainnet
NonfungiblePositionManager
PositionDescriptor
UniversalRouter
Last updated