roll.codes coordinator addresses that integrators should wire into their consumer contracts.
Coordinator deployments
- Abstract testnet: chain ID
11124, coordinator0x5ab0e04147A2A1BCa1D06da3c1cB48ea04294B5E - Abstract mainnet: chain ID
2741, coordinatorComing soon
The checked-in deployment artifact currently confirms the Abstract testnet coordinator. Abstract mainnet is not published yet in this repository and will be added here once the deployment is live and verified.
Source of truth
The testnet address above comes from the latest checked-in deployment artifact:broadcast/DeployRollCodes.s.sol/11124/run-latest.json
Using these addresses
- Abstract testnet
- Abstract mainnet
Related pages
Quickstart
Use the hosted coordinator in a minimal consumer contract.
Install and setup
Configure Foundry, remappings, and environment variables for Abstract.
Coordinator reference
Keep the request and callback interface beside you while implementing.