Integrating on Eclipse
Switchboard integration on Eclipse functions similarly to Solana, with a few key differences, notably an extra parameter that needs to be passed.
Program ID
On Eclipse Devnet and Mainnet networks, the Switchboard Program ID is as follows: SBondMDrcV3K4kxZR1HNVT7osZxAHVHgYXL5Ze1oMUv
Getting Started
Begin with the process outlined in “Integrating your Feed”. When calling fetchUpdateIx
, include the network
and chain
settings as parameters. This will route the requests to the appropriate Switchboard oracles and map the data back to the target chain (Eclipse).
Last updated