Skip to content

Commit 563bc01

Browse files
committed
CR - Prettify
1 parent fc511da commit 563bc01

File tree

1 file changed

+31
-37
lines changed

1 file changed

+31
-37
lines changed

smart-contracts/advanced/oracles.md

Lines changed: 31 additions & 37 deletions
Original file line numberDiff line numberDiff line change
@@ -13,9 +13,9 @@ Oracles are an essential component of many blockchain applications, as they enab
1313

1414
Oracles enable builders to integrate the following features into their projects:
1515

16-
* **Price feeds**: DeFi protocols like cross-chain lending rely on oracles for various token or token pair prices.
17-
* **Cross-chain storage deal verification**: enable applications running on any blockchains to use the Filecoin decentralized storage and allow them to verify deal status and proofs.
18-
* **Perpetual storage**: enable automated deal renewal and repair with the oracle providing deal status off-chain.
16+
- **Price feeds**: DeFi protocols like cross-chain lending rely on oracles for various token or token pair prices.
17+
- **Cross-chain storage deal verification**: enable applications running on any blockchains to use the Filecoin decentralized storage and allow them to verify deal status and proofs.
18+
- **Perpetual storage**: enable automated deal renewal and repair with the oracle providing deal status off-chain.
1919

2020
## Available oracles
2121

@@ -31,25 +31,20 @@ Pyth publishes both the price feed and a confidence interval for each product. L
3131

3232
Pyth’s smart contracts are live on the Filecoin Mainnet and Calibration testnet.
3333

34-
35-
| Name | Address | Mainnet | Calibration |
36-
| ---------------- | -------------------------------------------- | ------- | ----------- |
34+
| Name | Address | Mainnet | Calibration |
35+
| ----------------------------------------------------------------------------------------------------------------- | -------------------------------------------- | ------- | ----------- |
3736
| [Pyth - Mainnet](https://filecoin.blockscout.com/address/0xA2aa501b19aff244D90cc15a4Cf739D2725B5729?tab=contract) | `0x045CE60839d108B43dF9e703d4b25402a6a28a0d` | ✔️ | |
38-
| [Pyth - Calibration](https://calibration.filfox.info/en/address/0xA2aa501b19aff244D90cc15a4Cf739D2725B5729) | `0x15e6Cc0D69A162151Cadfba035aa10b82b12b970` | | ✔️ |
39-
37+
| [Pyth - Calibration](https://calibration.filfox.info/en/address/0xA2aa501b19aff244D90cc15a4Cf739D2725B5729) | `0x15e6Cc0D69A162151Cadfba035aa10b82b12b970` | | ✔️ |
4038

4139
**Pyth x Filecoin Price Feed IDs**
4240

4341
Price Feed IDs for FIL are also available on various chains. These can be found at [Pyth - Price Feed IDs](https://pyth.network/developers/price-feed-ids) and search for 'FIL'. Learn more at [Pyth docs - Price Feed IDs](https://docs.pyth.network/price-feeds/price-feed-ids).
4442

45-
4643
#### **Further Pyth resources**
4744

48-
* [Pyth docs](https://docs.pyth.network/)
49-
* [Pyth - Best Practices](https://docs.pyth.network/price-feeds/best-practices)
50-
* [Pyth Benchmarks - historical price feeds](https://docs.pyth.network/benchmarks)
51-
52-
45+
- [Pyth docs](https://docs.pyth.network/)
46+
- [Pyth - Best Practices](https://docs.pyth.network/price-feeds/best-practices)
47+
- [Pyth Benchmarks - historical price feeds](https://docs.pyth.network/benchmarks)
5348

5449
### [Tellor](https://tellor.io/)
5550

@@ -74,10 +69,9 @@ Tellor’s smart contracts are live on the Filecoin Mainnet and Calibration test
7469

7570
#### **Further Tellor resources**
7671

77-
* [Tellor docs](https://docs.tellor.io/)
78-
* [Filecoin Storage Insurance Contract](https://github.com/tellor-io/filecoin-query-insurance-impl/tree/main)
79-
* [Getting Tellor Data for any use case](https://www.youtube.com/watch?v=AQIDqTLguyI) - FVM Dataverse Hackathon
80-
72+
- [Tellor docs](https://docs.tellor.io/)
73+
- [Filecoin Storage Insurance Contract](https://github.com/tellor-io/filecoin-query-insurance-impl/tree/main)
74+
- [Getting Tellor Data for any use case](https://www.youtube.com/watch?v=AQIDqTLguyI) - FVM Dataverse Hackathon
8175

8276
### [eOracle](https://www.eoracle.io/)
8377

@@ -87,25 +81,25 @@ eOracle extends Ethereum's trust to connect decentralized applications with off-
8781

8882
eOracle's smart contracts are live on the Filecoin Calibration testnet.
8983

90-
| Name | Address | Mainnet | Calibration |
91-
| ---------------- | -------------------------------------------- | ------- | ----------- |
92-
| EOFeedManager | `0x4BCafd5f3fB32221BaEAF6B986d1449772885D1E` | | ✔️ |
93-
| EOFeedAdapter - AUD/USD | `0x6243357B9241Fe9C3BAfbA79DeD3300a855113FA` | | ✔️ |
94-
| EOFeedAdapter - BTC/USD | `0x705256d9B37950628F97A1a8De7Ab557345a0A80` | | ✔️ |
95-
| EOFeedAdapter - ETH/USD | `0x2bada837140A310f4A1d9D0e7fab114da6b87031` | | ✔️ |
96-
| EOFeedAdapter - EUR/USD | `0x7C01e105B9c3772Bc72ef55F450b9B96f81EDE82` | | ✔️ |
97-
| EOFeedAdapter - FIL/USD | `0x335C47CF754cf7f5d6DF78EF9fAb065aa5988D89` | | ✔️ |
98-
| EOFeedAdapter - GBP/USD | `0x2Af9bb239936aC3e5a35CC804CD09a8CF3B589e7` | | ✔️ |
99-
| EOFeedAdapter - LINK/USD | `0x7E8326Fd75aCa5A7dF43E999A1119c392EDFC93a` | | ✔️ |
100-
| EOFeedAdapter - SOL/USD | `0x7E3e2953d69890f6B7E5831144986113E9199593` | | ✔️ |
101-
| EOFeedAdapter - USDT/USD | `0x30f43F80279b7BB1b9206896DB90Aabf69494c16` | | ✔️ |
102-
| EOFeedAdapter - XAU/USD | `0x8609B3087D473cD2B6bc7674dD54FF13c909027f` | | ✔️ |
103-
| EOFeedAdapter - sFRAX/FRAX | `0xd56f6CC400f3bFC77faeC4bBb1e0400c6A26A925` | | ✔️ |
104-
| EOFeedAdapter - sfrxETH/frxETH | `0x626A1Cb309289Eb542710D6093C6341562769983` | | ✔️ |
105-
| EOFeedAdapter - stETH/ETH | `0x0834Bb4baf2758a3642636C89D18F97ED6672D1C` | | ✔️ |
84+
| Name | Address | Mainnet | Calibration |
85+
| ------------------------------ | -------------------------------------------- | ------- | ----------- |
86+
| EOFeedManager | `0x4BCafd5f3fB32221BaEAF6B986d1449772885D1E` | | ✔️ |
87+
| EOFeedAdapter - AUD/USD | `0x6243357B9241Fe9C3BAfbA79DeD3300a855113FA` | | ✔️ |
88+
| EOFeedAdapter - BTC/USD | `0x705256d9B37950628F97A1a8De7Ab557345a0A80` | | ✔️ |
89+
| EOFeedAdapter - ETH/USD | `0x2bada837140A310f4A1d9D0e7fab114da6b87031` | | ✔️ |
90+
| EOFeedAdapter - EUR/USD | `0x7C01e105B9c3772Bc72ef55F450b9B96f81EDE82` | | ✔️ |
91+
| EOFeedAdapter - FIL/USD | `0x335C47CF754cf7f5d6DF78EF9fAb065aa5988D89` | | ✔️ |
92+
| EOFeedAdapter - GBP/USD | `0x2Af9bb239936aC3e5a35CC804CD09a8CF3B589e7` | | ✔️ |
93+
| EOFeedAdapter - LINK/USD | `0x7E8326Fd75aCa5A7dF43E999A1119c392EDFC93a` | | ✔️ |
94+
| EOFeedAdapter - SOL/USD | `0x7E3e2953d69890f6B7E5831144986113E9199593` | | ✔️ |
95+
| EOFeedAdapter - USDT/USD | `0x30f43F80279b7BB1b9206896DB90Aabf69494c16` | | ✔️ |
96+
| EOFeedAdapter - XAU/USD | `0x8609B3087D473cD2B6bc7674dD54FF13c909027f` | | ✔️ |
97+
| EOFeedAdapter - sFRAX/FRAX | `0xd56f6CC400f3bFC77faeC4bBb1e0400c6A26A925` | | ✔️ |
98+
| EOFeedAdapter - sfrxETH/frxETH | `0x626A1Cb309289Eb542710D6093C6341562769983` | | ✔️ |
99+
| EOFeedAdapter - stETH/ETH | `0x0834Bb4baf2758a3642636C89D18F97ED6672D1C` | | ✔️ |
106100

107101
#### **Further eOracle resources**
108102

109-
* [eOracle docs](https://eoracle.gitbook.io/eoracle)
110-
* [eOracle GitHub](https://github.com/eoracle)
111-
* [eOracle Price Feed Integration Guide](https://eoracle.gitbook.io/eoracle/price-feeds/integration-guide)
103+
- [eOracle docs](https://eoracle.gitbook.io/eoracle)
104+
- [eOracle GitHub](https://github.com/eoracle)
105+
- [eOracle Price Feed Integration Guide](https://eoracle.gitbook.io/eoracle/price-feeds/integration-guide)

0 commit comments

Comments
 (0)