For the complete documentation index, see llms.txt. This page is also available as Markdown.

OneJumpOracle

OneJumpOracle

This oracle fetches the price of an asset in through an intermediate asset

Solidity API

INTERMEDIATE_ORACLE

Address of the intermediate oracle

contract OracleInterface INTERMEDIATE_ORACLE

constructor

Constructor for the implementation contract.

constructor(address correlatedToken, address underlyingToken, address resilientOracle, address intermediateOracle) public

Last updated