Skip to content

Commit 402132e

Browse files
authored
Merge pull request #255 from VenusProtocol/feat/base-mainnet-sepolia
Addresses for Base Mainnet and Testnet
2 parents 99facbc + f02dbb7 commit 402132e

File tree

5 files changed

+100
-1
lines changed

5 files changed

+100
-1
lines changed

deployed-contracts/governance.md

Lines changed: 21 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -186,4 +186,24 @@ Specific functions that can be invoked by the guardians
186186
* Fasttrack Timelock: [`0xe0Fa35b6279dd802C382ae54c50C8B16deaC0885`](https://sepolia-optimism.etherscan.io/address/0xe0Fa35b6279dd802C382ae54c50C8B16deaC0885)
187187
* Critical Timelock: [`0x45d2263c6E0dbF84eBffB1Ee0b80aC740607990B`](https://sepolia-optimism.etherscan.io/address/0x45d2263c6E0dbF84eBffB1Ee0b80aC740607990B)
188188
* Omnichain Governance Executor: [`0xC7D6D33adcdBfccD416C3aAB1878360ea8b79ac6`](https://sepolia-optimism.etherscan.io/address/0xC7D6D33adcdBfccD416C3aAB1878360ea8b79ac6)
189-
* Omnichain Executor Owner Proxy: [`0xE92E31df479BC1031B866063F65CF71B6bAC4FC6`](https://sepolia-optimism.etherscan.io/address/0xE92E31df479BC1031B866063F65CF71B6bAC4FC6)
189+
* Omnichain Executor Owner Proxy: [`0xE92E31df479BC1031B866063F65CF71B6bAC4FC6`](https://sepolia-optimism.etherscan.io/address/0xE92E31df479BC1031B866063F65CF71B6bAC4FC6)
190+
191+
## Base Mainnet
192+
193+
* Access Control Manager: [`0x9E6CeEfDC6183e4D0DF8092A9B90cDF659687daB`](https://basescan.org/address/0x9E6CeEfDC6183e4D0DF8092A9B90cDF659687daB)
194+
* Guardian: [`0x1803Cf1D3495b43cC628aa1d8638A981F8CD341C`](https://basescan.org/address/0x1803Cf1D3495b43cC628aa1d8638A981F8CD341C)
195+
* Normal Timelock: [`0x21c12f2946a1a66cBFf7eb997022a37167eCf517`](https://basescan.org/address/0x21c12f2946a1a66cBFf7eb997022a37167eCf517)
196+
* Fasttrack Timelock: [`0x209F73Ee2Fa9A72aF3Fa6aF1933A3B58ed3De5D7`](https://basescan.org/address/0x209F73Ee2Fa9A72aF3Fa6aF1933A3B58ed3De5D7)
197+
* Critical Timelock: [`0x47F65466392ff2aE825d7a170889F7b5b9D8e60D`](https://basescan.org/address/0x47F65466392ff2aE825d7a170889F7b5b9D8e60D)
198+
* Omnichain Governance Executor: [`0xE7C56EaA4b6eafCe787B3E1AB8BCa0BC6CBDDb9e`](https://basescan.org/address/0xE7C56EaA4b6eafCe787B3E1AB8BCa0BC6CBDDb9e)
199+
* Omnichain Executor Owner Proxy: [`0x8BA591f72a90fb379b9a82087b190d51b226F0a9`](https://basescan.org/address/0x8BA591f72a90fb379b9a82087b190d51b226F0a9)
200+
201+
## Base Sepolia
202+
203+
* Access Control Manager: [`0x724138223D8F76b519fdE715f60124E7Ce51e051`](https://sepolia.basescan.org/address/0x724138223D8F76b519fdE715f60124E7Ce51e051)
204+
* Guardian: [`0xdf3b635d2b535f906BB02abb22AED71346E36a00`](https://sepolia.basescan.org/address/0xdf3b635d2b535f906BB02abb22AED71346E36a00)
205+
* Normal Timelock: [`0xCc84f6122649eDc48f4a426814e6b6C6fF9bBe0a`](https://sepolia.basescan.org/address/0xCc84f6122649eDc48f4a426814e6b6C6fF9bBe0a)
206+
* Fasttrack Timelock: [`0x3dFA652D3aaDcb93F9EA7d160d674C441AaA8EE2`](https://sepolia.basescan.org/address/0x3dFA652D3aaDcb93F9EA7d160d674C441AaA8EE2)
207+
* Critical Timelock: [`0xbeDb7F2d0617292364bA4D73cf016c0f6BB5542E`](https://sepolia.basescan.org/address/0xbeDb7F2d0617292364bA4D73cf016c0f6BB5542E)
208+
* Omnichain Governance Executor: [`0xDD59be81B3B5BFa391bDA3a84c9f5233BfEF52a4`](https://sepolia.basescan.org/address/0xDD59be81B3B5BFa391bDA3a84c9f5233BfEF52a4)
209+
* Omnichain Executor Owner Proxy: [`0xe3fb08B8817a0c88d39A4DA4eFFD586D3326b73b`](https://sepolia.basescan.org/address/0xe3fb08B8817a0c88d39A4DA4eFFD586D3326b73b)

deployed-contracts/isolated-pools.md

Lines changed: 44 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -317,6 +317,28 @@
317317
* vWBTC\_Core: [`0x9EfdCfC2373f81D3DF24647B1c46e15268884c46`](https://optimistic.etherscan.io/address/0x9EfdCfC2373f81D3DF24647B1c46e15268884c46)
318318
* vWETH\_Core: [`0x66d5AE25731Ce99D46770745385e662C8e0B4025`](https://optimistic.etherscan.io/address/0x66d5AE25731Ce99D46770745385e662C8e0B4025)
319319

320+
## Base Mainnet
321+
322+
* PoolRegistry: [`0xeef902918DdeCD773D4B422aa1C6e1673EB9136F`](https://basescan.org/address/0xeef902918DdeCD773D4B422aa1C6e1673EB9136F)
323+
* PoolLens: [`0x89825677fb4845f5Fc0B227e387455ECa1200058`](https://basescan.org/address/0x89825677fb4845f5Fc0B227e387455ECa1200058)
324+
* DefaultProxyAdmin: [`0x7B06EF6b68648C61aFE0f715740fE3950B90746B`](https://basescan.org/address/0x7B06EF6b68648C61aFE0f715740fE3950B90746B)
325+
* Comptroller Beacon: [`0x1b6dE1C670db291bcbF793320a42dbBD858E67aC`](https://basescan.org/address/0x1b6dE1C670db291bcbF793320a42dbBD858E67aC)
326+
* VToken Beacon: [`0x87a6476510368c4Bfb70d04A3B0e5a881eC7f0d1`](https://basescan.org/address/0x87a6476510368c4Bfb70d04A3B0e5a881eC7f0d1)
327+
* ProtocolShareReserve: [`0x3565001d57c91062367C3792B74458e3c6eD910a`](https://basescan.org/address/0x3565001d57c91062367C3792B74458e3c6eD910a)
328+
329+
### Core Pool
330+
331+
* Comptroller: [`0x0C7973F9598AA62f9e03B94E92C967fD5437426C`](https://basescan.org/address/0x0C7973F9598AA62f9e03B94E92C967fD5437426C)
332+
* NativeTokenGateway: [`0x8e890ca3829c740895cdEACd4a3BE36ff9343643`](https://basescan.org/address/0x8e890ca3829c740895cdEACd4a3BE36ff9343643)
333+
* Underlying tokens:
334+
* USDC: [`0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913`](https://basescan.org/address/0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913)
335+
* cbBTC: [`0xcbb7c0000ab88b473b1f5afd9ef808440eed33bf`](https://basescan.org/address/0xcbb7c0000ab88b473b1f5afd9ef808440eed33bf)
336+
* WETH: [`0x4200000000000000000000000000000000000006`](https://basescan.org/address/0x4200000000000000000000000000000000000006)
337+
* Markets:
338+
* vUSDC\_Core: [`0x3cb752d175740043Ec463673094e06ACDa2F9a2e`](https://basescan.org/address/0x3cb752d175740043Ec463673094e06ACDa2F9a2e)
339+
* vcbBTC\_Core: [`0x7bBd1005bB24Ec84705b04e1f2DfcCad533b6D72`](https://basescan.org/address/0x7bBd1005bB24Ec84705b04e1f2DfcCad533b6D72)
340+
* vWETH\_Core: [`0xEB8A79bD44cF4500943bf94a2b4434c95C008599`](https://basescan.org/address/0xEB8A79bD44cF4500943bf94a2b4434c95C008599)
341+
320342
## BNB Chain Testnet
321343

322344
* PoolRegistry: [`0xC85491616Fa949E048F3aAc39fbf5b0703800667`](https://testnet.bscscan.com/address/0xC85491616Fa949E048F3aAc39fbf5b0703800667)
@@ -562,3 +584,25 @@
562584
* vUSDT\_Core: [`0xC23D18536E7069f924B3717B2710CA6A09e53ea9`](https://sepolia-optimism.etherscan.io/address/0xC23D18536E7069f924B3717B2710CA6A09e53ea9)
563585
* vWBTC\_Core: [`0x6149eFAd7671f496C900B3BeC16Ba31Aed60BE4b`](https://sepolia-optimism.etherscan.io/address/0x6149eFAd7671f496C900B3BeC16Ba31Aed60BE4b)
564586
* vWETH\_Core: [`0x4E610626BeF901EEE22D558b2ed19e6f7B87cf51`](https://sepolia-optimism.etherscan.io/address/0x4E610626BeF901EEE22D558b2ed19e6f7B87cf51)
587+
588+
## Base Sepolia
589+
590+
* PoolRegistry: [`0xCa330282BEeb07a81963336d0bf8f5f34317916c`](https://sepolia.basescan.org/address/0xCa330282BEeb07a81963336d0bf8f5f34317916c)
591+
* PoolLens: [`0x968E60E2Aaf7a99d1FB33825E7a58EdA7841C7a6`](https://sepolia.basescan.org/address/0x968E60E2Aaf7a99d1FB33825E7a58EdA7841C7a6)
592+
* DefaultProxyAdmin: [`0xB85dD19112c4BF1240FeD0f26E8D0b0576a82546`](https://sepolia.basescan.org/address/0xB85dD19112c4BF1240FeD0f26E8D0b0576a82546)
593+
* Comptroller Beacon: [`0x5c06f1FBCE587f64752c037cA83262F08d9Cb648`](https://sepolia.basescan.org/address/0x5c06f1FBCE587f64752c037cA83262F08d9Cb648)
594+
* VToken Beacon: [`0x72F924aeE730395576764422C277c964f558351D`](https://sepolia.basescan.org/address/0x72F924aeE730395576764422C277c964f558351D)
595+
* ProtocolShareReserve: [`0x4Ae3D77Ece08Ec3E5f5842B195f746bd3bCb8d73`](https://sepolia.basescan.org/address/0x4Ae3D77Ece08Ec3E5f5842B195f746bd3bCb8d73)
596+
597+
### Core Pool
598+
599+
* Comptroller: [`0x272795dd6c5355CF25765F36043F34014454Eb5b`](https://sepolia.basescan.org/address/0x272795dd6c5355CF25765F36043F34014454Eb5b)
600+
* NativeTokenGateway: [`0x3C13241910b56fF00C672E4A2c17E3758B925EC3`](https://sepolia.basescan.org/address/0x3C13241910b56fF00C672E4A2c17E3758B925EC3)
601+
* Underlying tokens:
602+
* USDC: [`0xFa264c13d657180e65245a9C3ac8d08b9F5Fc54D`](https://sepolia.basescan.org/address/0xFa264c13d657180e65245a9C3ac8d08b9F5Fc54D)
603+
* cbBTC: [`0x0948001047A07e38F685f9a11ea1ddB16B234af9`](https://sepolia.basescan.org/address/0x0948001047A07e38F685f9a11ea1ddB16B234af9)
604+
* WETH: [`0x4200000000000000000000000000000000000006`](https://sepolia.basescan.org/address/0x4200000000000000000000000000000000000006)
605+
* Markets:
606+
* vUSDC\_Core: [`0xA31D67c056Aadc2501535f2776bF1157904f810e`](https://sepolia.basescan.org/address/0xA31D67c056Aadc2501535f2776bF1157904f810e)
607+
* vcbBTC\_Core: [`0x776f14D624aBdAfa912d6Cd0864976DdaF5Ca4a7`](https://sepolia.basescan.org/address/0x776f14D624aBdAfa912d6Cd0864976DdaF5Ca4a7)
608+
* vWETH\_Core: [`0x436E5A07F58AAA86277e8b992bC3e596eC423d09`](https://sepolia.basescan.org/address/0x436E5A07F58AAA86277e8b992bC3e596eC423d09)

deployed-contracts/oracles.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -140,3 +140,18 @@
140140
* Chainlink Oracle:[`0x493C3f543AEa37EefF17D823f27Cb1feAB9f3143`](https://sepolia-optimism.etherscan.io/address/0x493C3f543AEa37EefF17D823f27Cb1feAB9f3143)
141141
* Resilient Oracle:[`0x6c01ECa2B5C97F135406a3A5531445A7d977D28e`](https://sepolia-optimism.etherscan.io/address/0x6c01ECa2B5C97F135406a3A5531445A7d977D28e)
142142
* DefaultProxyAdmin:[`0xa9aaf2A1cCf2C3a87997942abaA740887cC89241`](https://sepolia-optimism.etherscan.io/address/0xa9aaf2A1cCf2C3a87997942abaA740887cC89241)
143+
144+
## Base Mainnet
145+
146+
* Bound Validator:[`0x66dDE062D3DC1BB5223A0096EbB89395d1f11DB0`](https://basescan.org/address/0x66dDE062D3DC1BB5223A0096EbB89395d1f11DB0)
147+
* Chainlink Oracle:[`0x6F2eA73597955DB37d7C06e1319F0dC7C7455dEb`](https://basescan.org/address/0x6F2eA73597955DB37d7C06e1319F0dC7C7455dEb)
148+
* RedStone Oracle:[`0xd101Bf51937A6718F402dA944CbfdcD12bB6a6eb`](https://basescan.org/address/0xd101Bf51937A6718F402dA944CbfdcD12bB6a6eb)
149+
* Resilient Oracle:[`0xcBBf58bD5bAdE357b634419B70b215D5E9d6FbeD`](https://basescan.org/address/0xcBBf58bD5bAdE357b634419B70b215D5E9d6FbeD)
150+
* DefaultProxyAdmin:[`0x7B06EF6b68648C61aFE0f715740fE3950B90746B`](https://basescan.org/address/0x7B06EF6b68648C61aFE0f715740fE3950B90746B)
151+
152+
## Base Sepolia
153+
154+
* Bound Validator:[`0xC76284488E57554A457A75a8b166fB2ADAB430dB`](https://sepolia.basescan.org/address/0xC76284488E57554A457A75a8b166fB2ADAB430dB)
155+
* Chainlink Oracle:[`0x801aB33A69AD867500fbCda7b3dB66C73151494b`](https://sepolia.basescan.org/address/0x801aB33A69AD867500fbCda7b3dB66C73151494b)
156+
* RedStone Oracle:[`0x8267FE3f75E0A37ee34e113E767F9C9727206838`](https://sepolia.basescan.org/address/0x8267FE3f75E0A37ee34e113E767F9C9727206838)
157+
* Resilient Oracle:[`0xC34871C982cf0Bc6e7aCa2c2670Bc319bDA1C744`](https://sepolia.basescan.org/address/0xC34871C982cf0Bc6e7aCa2c2670Bc319bDA1C744)

deployed-contracts/xvs-omnichain.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,12 @@
3838
* XVSProxyOFTDest: [0xbBe46bAec851355c3FC4856914c47eB6Cea0B8B4\`](https://optimistic.etherscan.io/address/0xbBe46bAec851355c3FC4856914c47eB6Cea0B8B4)
3939
* XVS: [`0x4a971e87ad1F61f7f3081645f52a99277AE917cF`](https://optimistic.etherscan.io/address/0x4a971e87ad1F61f7f3081645f52a99277AE917cF)
4040

41+
### Base Mainnet
42+
43+
* XVSBridgeAdmin: [`0x6303FEcee7161bF959d65df4Afb9e1ba5701f78e`](https://basescan.org/address/0x6303FEcee7161bF959d65df4Afb9e1ba5701f78e)
44+
* XVSProxyOFTDest: [0x3dD92fB51a5d381Ae78E023dfB5DD1D45D2426Cd\`](https://basescan.org/address/0x3dD92fB51a5d381Ae78E023dfB5DD1D45D2426Cd)
45+
* XVS: [`0xebB7873213c8d1d9913D8eA39Aa12d74cB107995`](https://basescan.org/address/0xebB7873213c8d1d9913D8eA39Aa12d74cB107995)
46+
4147
## Testnet chains
4248

4349
### BNB Chain
@@ -75,3 +81,9 @@
7581
* XVSBridgeAdmin: [`0x6bBcB95eCF9BEc9AE91d5Ad227783e3913145321`](https://sepolia-optimism.etherscan.io/address/0x6bBcB95eCF9BEc9AE91d5Ad227783e3913145321)
7682
* XVSProxyOFTDest: [`0x79a36dc9a43D05Db4747c59c02F48ed500e47dF1`](https://sepolia-optimism.etherscan.io/address/0x79a36dc9a43D05Db4747c59c02F48ed500e47dF1)
7783
* XVS: [`0x789482e37218f9b26d8D9115E356462fA9A37116`](https://sepolia-optimism.etherscan.io/address/0x789482e37218f9b26d8D9115E356462fA9A37116)
84+
85+
### Base Sepolia
86+
87+
* XVSBridgeAdmin: [`0xE431E82d8fFfd81E7c082BeC7Fe2C306f5c988aD`](https://sepolia.basescan.org/address/0xE431E82d8fFfd81E7c082BeC7Fe2C306f5c988aD)
88+
* XVSProxyOFTDest: [0xE431E82d8fFfd81E7c082BeC7Fe2C306f5c988aD\`](https://sepolia.basescan.org/address/0xE431E82d8fFfd81E7c082BeC7Fe2C306f5c988aD)
89+
* XVS: [`0xE657EDb5579B82135a274E85187927C42E38C021`](https://sepolia.basescan.org/address/0xE657EDb5579B82135a274E85187927C42E38C021)

risk/resilient-price-oracle.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -209,6 +209,14 @@ The current list of correlated token oracles in Venus is:
209209
| Core | USDT | [SequencerChainlinkOracle](https://optimistic.etherscan.io/address/0x1076e5A60F1aC98e6f361813138275F1179BEb52) | - | - | |
210210
| Core | OP | [SequencerChainlinkOracle](https://optimistic.etherscan.io/address/0x1076e5A60F1aC98e6f361813138275F1179BEb52) | - | - | |
211211

212+
#### Base Mainnet
213+
214+
| Pool | Market | MAIN oracle | PIVOT oracle | FALLBACK oracle | Notes |
215+
|---|---|---|---|---|---|
216+
| Core | cbBTC | [ChainlinkOracle](https://basescan.org/address/0x6F2eA73597955DB37d7C06e1319F0dC7C7455dEb) | - | - | |
217+
| Core | WETH | [ChainlinkOracle](https://basescan.org/address/0x6F2eA73597955DB37d7C06e1319F0dC7C7455dEb) | - | - | |
218+
| Core | USDC | [ChainlinkOracle](https://basescan.org/address/0x6F2eA73597955DB37d7C06e1319F0dC7C7455dEb) | - | - | |
219+
212220
### Further Reading
213221

214222
For more detailed information, refer to the following resources:

0 commit comments

Comments
 (0)