Adapters
Adapters for other standard oracle interfaces for Stork
Last updated
Adapters for other standard oracle interfaces for Stork
Last updated
For convenience, Stork has adapter contracts to make it easy to interact with Stork on chain if a contract is already using another oracle and wants to switch or use Stork in parallel.
Stork provides a Chainlink adapter SDK that exposes interface functions for interacting with Stork's contract in the same way you would with Chainlink. This contract can be found in the . Example usage of this contract can be found in the .
Stork provides a Pyth adapter SDK that exposes interface functions for interacting with Stork's in the same way you would with Pyth. This contract can be found in the . Example usage of this contract can be found in the .