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

Commit c0c4fb4

Browse files
committed
Add USDC as connector on base and arbitrum networks
1 parent 4fbfbd9 commit c0c4fb4

File tree

1 file changed

+2
-6
lines changed

1 file changed

+2
-6
lines changed

docs/spot-price-aggregator/introduction.mdx

+2-6
Original file line numberDiff line numberDiff line change
@@ -249,6 +249,7 @@ If no direct liquidity pair exists between two tokens, the spot price aggregator
249249
* NONE - [0xFFfFfFffFFfffFFfFFfFFFFFffFFFffffFfFFFfF](https://arbiscan.io/address/0xFFfFfFffFFfffFFfFFfFFFFFffFFFffffFfFFFfF)
250250
* ETH - [0x0000000000000000000000000000000000000000](https://arbiscan.io/address/0x0000000000000000000000000000000000000000)
251251
* WETH - [0x82aF49447D8a07e3bd95BD0d56f35241523fBab1](https://arbiscan.io/address/0x82aF49447D8a07e3bd95BD0d56f35241523fBab1)
252+
* USDC - [0xaf88d065e77c8cC2239327C5EDb3A432268e5831](https://arbiscan.io/address/0xaf88d065e77c8cC2239327C5EDb3A432268e5831)
252253

253254
</details>
254255

@@ -528,6 +529,7 @@ If no direct liquidity pair exists between two tokens, the spot price aggregator
528529
* NONE - [0xFFfFfFffFFfffFFfFFfFFFFFffFFFffffFfFFFfF](https://basescan.org/address/0xFFfFfFffFFfffFFfFFfFFFFFffFFFffffFfFFFfF)
529530
* WETH - [0x4200000000000000000000000000000000000006](https://basescan.org/address/0x4200000000000000000000000000000000000006)
530531
* axlUSDC - [0xEB466342C4d449BC9f53A865D5Cb90586f405215](https://basescan.org/address/0xEB466342C4d449BC9f53A865D5Cb90586f405215)
532+
* USDC - [0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913](https://basescan.org/address/0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913)
531533

532534
</details>
533535

@@ -536,9 +538,3 @@ If no direct liquidity pair exists between two tokens, the spot price aggregator
536538
* Aug-09-2023 - [0x52cbE0f49CcdD4Dc6E9C13BAb024EABD2842045B](https://basescan.org/address/0x52cbE0f49CcdD4Dc6E9C13BAb024EABD2842045B)
537539

538540
</details>
539-
540-
## Examples
541-
542-
* [Single token-to-ETH price usage](https://github.com/1inch-exchange/offchain-oracle/blob/master/examples/single-price.js)
543-
544-
* [Multiple token-to-ETH prices usage](https://github.com/1inch-exchange/offchain-oracle/blob/master/examples/multiple-prices.js)

0 commit comments

Comments
 (0)