Skip to content
This repository has been archived by the owner on Jul 1, 2024. It is now read-only.

Commit

Permalink
Merge pull request #150 from 1inch/update-offchainoracle
Browse files Browse the repository at this point in the history
  • Loading branch information
tradersnow222 authored Aug 9, 2023
2 parents 4c5b417 + 1873cbe commit 9e603de
Showing 1 changed file with 29 additions and 1 deletion.
30 changes: 29 additions & 1 deletion docs/spot-price-aggregator/introduction.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -407,7 +407,7 @@ If no direct liquidity pair exists between two tokens, the spot price aggregator

<details><summary>Supported DEXes</summary>

* Solidly - [0x535f5B303DA43c5B83FDe10DE3D79b734B5117C3](https://explorer.zksync.io/address/0x535f5B303DA43c5B83FDe10DE3D79b734B5117C3)
* MuteSwitch - [0x535f5B303DA43c5B83FDe10DE3D79b734B5117C3](https://explorer.zksync.io/address/0x535f5B303DA43c5B83FDe10DE3D79b734B5117C3)
* Syncswap - [0xdD8263F21D4DDB533C5F3B2059493b431cAEAB8d](https://explorer.zksync.io/address/0xdD8263F21D4DDB533C5F3B2059493b431cAEAB8d)

</details>
Expand All @@ -434,6 +434,34 @@ If no direct liquidity pair exists between two tokens, the spot price aggregator

</details>

### Base

#### Oracle [0x52cbE0f49CcdD4Dc6E9C13BAb024EABD2842045B](https://basescan.org/address/0x52cbE0f49CcdD4Dc6E9C13BAb024EABD2842045B)

<details><summary>Supported DEXes</summary>

* BaseSwap - [0x750c1b699552cAf908D67F5cCFd20A261305328c](https://basescan.org/address/0x750c1b699552cAf908D67F5cCFd20A261305328c)
* RocketSwap - [0x89314d57A8A4E636A00922ac289BC3a9a69C4361](https://basescan.org/address/0x89314d57A8A4E636A00922ac289BC3a9a69C4361)
* SwapBased - [0x59Bc892E1832aE86C268fC21a91fE940830a52b0](https://basescan.org/address/0x59Bc892E1832aE86C268fC21a91fE940830a52b0)
* DackieSwap - [0xCC54299Fc291B261B2bF5552E7F0E5d2F8613E8C](https://basescan.org/address/0xCC54299Fc291B261B2bF5552E7F0E5d2F8613E8C)
* SushiSwapV3 - [0xFdCB8fA524f84081988e6065Fc8EF060f2CF0C27](https://basescan.org/address/0xFdCB8fA524f84081988e6065Fc8EF060f2CF0C27)
* UniswapV3 - [0xf023D71EfB08339EA28F0C186AE130c74D44C58c](https://basescan.org/address/0xf023D71EfB08339EA28F0C186AE130c74D44C58c)

</details>

<details><summary>Supported wrappers</summary>

* WETH - [0x3Ce81621e674Db129033548CbB9FF31AEDCc1BF6](https://basescan.org/address/0x3Ce81621e674Db129033548CbB9FF31AEDCc1BF6)

</details>

<details><summary>Supported connectors</summary>

* NONE - [0xFFfFfFffFFfffFFfFFfFFFFFffFFFffffFfFFFfF](https://basescan.org/address/0xFFfFfFffFFfffFFfFFfFFFFFffFFFffffFfFFFfF)
* WETH - [0x4200000000000000000000000000000000000006](https://basescan.org/address/0x4200000000000000000000000000000000000006)

</details>

## Examples

* [Single token-to-ETH price usage](https://github.com/1inch-exchange/offchain-oracle/blob/master/examples/single-price.js)
Expand Down

0 comments on commit 9e603de

Please sign in to comment.