Skip to content

Commit ab30358

Browse files
Merge pull request #2296 from xBalbinus/xiangan/eoracle
EOracle Docs
2 parents 35c53c9 + 34ab3bb commit ab30358

File tree

1 file changed

+33
-1
lines changed

1 file changed

+33
-1
lines changed

smart-contracts/advanced/oracles.md

Lines changed: 33 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ Tellor supports a price feed oracle and a data oracle for the Filecoin network.
5959

6060
**Tellor smart contracts**
6161

62-
Teller’s smart contracts are live on the Filecoin Mainnet and Calibration testnet.
62+
Tellor’s smart contracts are live on the Filecoin Mainnet and Calibration testnet.
6363

6464
| Name | Address | Mainnet | Calibration |
6565
| ---------------- | -------------------------------------------- | ------- | ----------- |
@@ -77,3 +77,35 @@ Teller’s smart contracts are live on the Filecoin Mainnet and Calibration test
7777
* [Tellor docs](https://docs.tellor.io/)
7878
* [Filecoin Storage Insurance Contract](https://github.com/tellor-io/filecoin-query-insurance-impl/tree/main)
7979
* [Getting Tellor Data for any use case](https://www.youtube.com/watch?v=AQIDqTLguyI) - FVM Dataverse Hackathon
80+
81+
82+
### [EOracle](https://www.eoracle.io/)
83+
84+
eOracle extends Ethereum's trust to connect decentralized applications with off-chain data as the largest restaking protocol backed by over $5B of stake ETH through 120,000 stakers and over 110 validators distributed around the globe. eOracle provides reliable and secure on-chain price feeds, as well as custom data feeds.
85+
86+
**EOracle Smart Contracts**
87+
88+
EOracle's smart contracts are live on the Filecoin Calibration testnet.
89+
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` | | ✔️ |
106+
107+
#### **Further eOracle resources**
108+
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)

0 commit comments

Comments
 (0)