Skip to content

Commit a7145b8

Browse files
authored
Merge pull request #278 from VenusProtocol/doc/ven-3097
[VEN-3097]: UNI market on core pool in Unichain
2 parents 748c184 + 0e3b8ae commit a7145b8

File tree

2 files changed

+7
-2
lines changed

2 files changed

+7
-2
lines changed

deployed-contracts/markets.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -475,9 +475,11 @@
475475
* Underlying tokens:
476476
* USDC: [`0x078D782b760474a361dDA0AF3839290b0EF57AD6`](https://uniscan.xyz/address/0x078D782b760474a361dDA0AF3839290b0EF57AD6)
477477
* WETH: [`0x4200000000000000000000000000000000000006`](https://uniscan.xyz/address/0x4200000000000000000000000000000000000006)
478+
* UNI: [`0x8f187aA05619a017077f5308904739877ce9eA21`](https://uniscan.xyz/address/0x8f187aA05619a017077f5308904739877ce9eA21)
478479
* Markets:
479480
* vUSDC\_Core: [`0xB953f92B9f759d97d2F2Dec10A8A3cf75fcE3A95`](https://uniscan.xyz/address/0xB953f92B9f759d97d2F2Dec10A8A3cf75fcE3A95)
480481
* vWETH\_Core: [`0xc219BC179C7cDb37eACB03f993f9fDc2495e3374`](https://uniscan.xyz/address/0xc219BC179C7cDb37eACB03f993f9fDc2495e3374)
482+
* vUNI\_Core: [`0x67716D6Bf76170Af816F5735e14c4d44D0B05eD2`](https://uniscan.xyz/address/0x67716D6Bf76170Af816F5735e14c4d44D0B05eD2)
481483

482484
## BNB Chain Testnet
483485

@@ -854,8 +856,10 @@
854856
* USDC: [`0xf16d4774893eB578130a645d5c69E9c4d183F3A5`](https://sepolia.uniscan.xyz/address/0xf16d4774893eB578130a645d5c69E9c4d183F3A5)
855857
* USDT: [`0x7bc1b67fde923fd3667Fde59684c6c354C8EbFdA`](https://sepolia.uniscan.xyz/address/0x7bc1b67fde923fd3667Fde59684c6c354C8EbFdA)
856858
* WETH: [`0x4200000000000000000000000000000000000006`](https://sepolia.uniscan.xyz/address/0x4200000000000000000000000000000000000006)
859+
* UNI: [`0x873A6C4B1e3D883920541a0C61Dc4dcb772140b3`](https://sepolia.uniscan.xyz/address/0x873A6C4B1e3D883920541a0C61Dc4dcb772140b3)
857860
* Markets:
858861
* vcbBTC\_Core: [`0x7d39496Ac9FdA5a336CB2A96FD5Eaa022Fd6Fb05`](https://sepolia.uniscan.xyz/address/0x7d39496Ac9FdA5a336CB2A96FD5Eaa022Fd6Fb05)
859862
* vUSDC\_Core: [`0x0CA7edfcCF5dbf8AFdeAFB2D918409d439E3320A`](https://sepolia.uniscan.xyz/address/0x0CA7edfcCF5dbf8AFdeAFB2D918409d439E3320A)
860863
* vUSDT\_Core: [`0x2d8814e1358D71B6B271295893F7409E3127CBBf`](https://sepolia.uniscan.xyz/address/0x2d8814e1358D71B6B271295893F7409E3127CBBf)
861864
* vWETH\_Core: [`0x3dEAcBe87e4B6333140a46aBFD12215f4130B132`](https://sepolia.uniscan.xyz/address/0x3dEAcBe87e4B6333140a46aBFD12215f4130B132)
865+
* vUNI\_Core: [`0xaE43aAd383b93FCeE5d3e0dD2d40b6e94639c642`](https://sepolia.uniscan.xyz/address/0xaE43aAd383b93FCeE5d3e0dD2d40b6e94639c642)

risk/resilient-price-oracle.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -243,8 +243,9 @@ The current list of correlated token oracles in Venus is:
243243

244244
| Pool | Market | MAIN oracle | PIVOT oracle | FALLBACK oracle | Notes |
245245
|---|---|---|---|---|---|
246-
| Core | WETH | [RedStone](https://basescan.org/address/0x4d41a36D04D97785bcEA57b057C412b278e6Edcc) | - | - | |
247-
| Core | USDC | [RedStone](https://basescan.org/address/0x4d41a36D04D97785bcEA57b057C412b278e6Edcc) | - | - | |
246+
| Core | WETH | [RedStone](https://uniscan.xyz/address/0x4d41a36D04D97785bcEA57b057C412b278e6Edcc) | - | - | |
247+
| Core | USDC | [RedStone](https://uniscan.xyz/address/0x4d41a36D04D97785bcEA57b057C412b278e6Edcc) | - | - | |
248+
| Core | UNI | [RedStone](https://uniscan.xyz/address/0x4d41a36D04D97785bcEA57b057C412b278e6Edcc) | - | - | |
248249

249250
### Further Reading
250251

0 commit comments

Comments
 (0)