Eclipse
Guide on integrating Switchboard on Eclipse
Switchboard on Eclipse works the same way as it does on Solana, except you'll have to pass in an extra parameter and there are a few gotchas.
Program ID
On Eclipse Devnet and Mainnet networks, the Switchboard Program ID will be:
SBondMDrcV3K4kxZR1HNVT7osZxAHVHgYXL5Ze1oMUv
Getting Started
Start from Integrating On-Chain (SVM). You can add the network and the chain settings in the params for fetchUpdateIx
. This will route the requests to the correct Switchboard oracles and map the data back to the target chain (Eclipse).
Last updated