Modules§
- lazer
- Pyth Lazer adapter feed data — the native, feed-id-keyed shape the
contract/pyth-lazeradapter stores and serves. The adapter is a pure store-and-serve oracle: it hands back the rawFeedData, and each consumer (the proxy-oracle’sLazersource, the gateway) projects it to apyth::Priceitself, mirroringredstone::FeedData::to_pyth_price. Freshness is likewise the consumer’s concern; the adapter applies no age filter on reads. - pyth
- Derived from https://github.com/pyth-network/pyth-crosschain/blob/main/target_chains/near. Modified for use with the Templar Protocol contracts.
- redstone