Skip to content

Commit bf2972f

Browse files
committed
feat: add addresses of factory and implementation contracts
1 parent 0dce2e2 commit bf2972f

File tree

1 file changed

+71
-0
lines changed

1 file changed

+71
-0
lines changed

deployed-contracts/venus-erc4626.md

Lines changed: 71 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,71 @@
1+
# VenusERC4626 - Deployed Contracts
2+
3+
## Ethereum mainnet
4+
5+
* VenusERC4626Factory: [`0x39cb747453Be3416E659dAeA169540b6F000c885`](https://etherscan.io/address/0x39cb747453Be3416E659dAeA169540b6F000c885)
6+
* VenusERC4626Implementation: [`0x6F0AB9E23f66ceB2b1BA0BB23C0e1f5f089a3cA1`](https://etherscan.io/address/0x6F0AB9E23f66ceB2b1BA0BB23C0e1f5f089a3cA1)
7+
8+
## Sepolia (Ethereum testnet)
9+
10+
* VenusERC4626Factory: [`0xbf76e9429BA565220d77831A9eC3606434e2106e`](https://sepolia.etherscan.io/address/0xbf76e9429BA565220d77831A9eC3606434e2106e)
11+
* VenusERC4626Implementation: [`0xd1B290832F3094647a063db7C293cD5DF2843255`](https://sepolia.etherscan.io/address/0xd1B290832F3094647a063db7C293cD5DF2843255)
12+
13+
## opBNB mainnet
14+
15+
* VenusERC4626Factory: [`0x89A5Ce0A6db7e66E53F148B50D879b700dEB81C8`](https://opbnbscan.com/address/0x89A5Ce0A6db7e66E53F148B50D879b700dEB81C8)
16+
* VenusERC4626Implementation: [`0x2C0E328c118d22A549C8CB758C46775b9560A026`](https://opbnbscan.com/address/0x2C0E328c118d22A549C8CB758C46775b9560A026)
17+
18+
## OpBNB testnet
19+
20+
* VenusERC4626Factory: [`0x3dEDBD90EFC6E2257887FF36842337dF0739B8A1`](https://testnet.opbnbscan.com/address/0x3dEDBD90EFC6E2257887FF36842337dF0739B8A1)
21+
* VenusERC4626Implementation: [`0x5b97A053a8c153f5BE27b84370FecD3959D8898f`](https://testnet.opbnbscan.com/address/0x5b97A053a8c153f5BE27b84370FecD3959D8898f)
22+
23+
## Arbitrum one
24+
25+
* VenusERC4626Factory: [`0xC1422B928cb6FC9BA52880892078578a93aa5Cc7`](https://arbiscan.io/address/0xC1422B928cb6FC9BA52880892078578a93aa5Cc7)
26+
* VenusERC4626Implementation: [`0xff2C112F0FC927E89eA1f7ec56D0c76263708Bcb`](https://arbiscan.io/address/0xff2C112F0FC927E89eA1f7ec56D0c76263708Bcb)
27+
28+
## Arbitrum sepolia
29+
30+
* VenusERC4626Factory: [`0xC6C8249a0B44973673f3Af673e530B85038a0480`](https://sepolia.arbiscan.io/address/0xC6C8249a0B44973673f3Af673e530B85038a0480)
31+
* VenusERC4626Implementation: [`0x3442ACDbCc927cC401236C69a14ca909fC5B14ba`](https://sepolia.arbiscan.io/address/0x3442ACDbCc927cC401236C69a14ca909fC5B14ba)
32+
33+
## Zksync mainnet
34+
35+
* VenusERC4626Factory: [`0xDC59Dd76Dd7A64d743C764a9aa8C96Ff2Ea8BAc3`](https://explorer.zksync.io/address/0xDC59Dd76Dd7A64d743C764a9aa8C96Ff2Ea8BAc3)
36+
* VenusERC4626Implementation: [`0xBd86974B3a7348AC153aEFEe5Dc5111246a99c11`](https://explorer.zksync.io/address/0xBd86974B3a7348AC153aEFEe5Dc5111246a99c11)
37+
38+
## Zksync sepolia
39+
40+
* VenusERC4626Factory: [`0xa30dcc21B8393A4031cD6364829CDfE2b6D7B283`](https://sepolia.explorer.zksync.io/address/0xa30dcc21B8393A4031cD6364829CDfE2b6D7B283)
41+
* VenusERC4626Implementation: [`0x97ab473c81C5E654B71690e3B4225180C687E3eB`](https://sepolia.explorer.zksync.io/address/0x97ab473c81C5E654B71690e3B4225180C687E3eB)
42+
43+
## Optimism Mainnet
44+
45+
* VenusERC4626Factory: [`0xc801B471F00Dc22B9a7d7b839CBE87E46d70946F`](https://optimistic.etherscan.io/address/0xc801B471F00Dc22B9a7d7b839CBE87E46d70946F)
46+
* VenusERC4626Implementation: [`0x28d408ad7E66c8de66FBf8D6724747250C8B349E`](https://optimistic.etherscan.io/address/0x28d408ad7E66c8de66FBf8D6724747250C8B349E)
47+
48+
## Optimism Sepolia
49+
50+
* VenusERC4626Factory: [`0xc66c4058A8524253C22a9461Df6769CE09F7d61e`](https://sepolia-optimism.etherscan.io/address/0xc66c4058A8524253C22a9461Df6769CE09F7d61e)
51+
* VenusERC4626Implementation: [`0x057E95A55E93DB89610AE2d64653b6384dFE7c0d`](https://sepolia-optimism.etherscan.io/address/0x057E95A55E93DB89610AE2d64653b6384dFE7c0d)
52+
53+
## Base mainnet
54+
55+
* VenusERC4626Factory: [`0x1A430825B31DdA074751D6731Ce7Dca38D012D13`](https:///basescan.org/address/0x1A430825B31DdA074751D6731Ce7Dca38D012D13)
56+
* VenusERC4626Implementation: [`0x1062F74081026eE4777981B75D8DA7e6a5640010`](https:///basescan.org/address/0x1062F74081026eE4777981B75D8DA7e6a5640010)
57+
58+
## Base sepolia
59+
60+
* VenusERC4626Factory: [`0xD13c5527d1a2a8c2cC9c9eb260AC4D9D811a02a4`](https://sepolia.basescan.org/address/0xD13c5527d1a2a8c2cC9c9eb260AC4D9D811a02a4)
61+
* VenusERC4626Implementation: [`0x66A2cC7c0ca012DfBfd7BDC5DC06A315A0269b20`](https://sepolia.basescan.org/address/0x66A2cC7c0ca012DfBfd7BDC5DC06A315A0269b20)
62+
63+
## Unichain mainnet
64+
65+
* VenusERC4626Factory: [`0x102fEb723C25c67dbdfDccCa3B1c1a6e1a662D2f`](https://uniscan.xyz/address/0x102fEb723C25c67dbdfDccCa3B1c1a6e1a662D2f)
66+
* VenusERC4626Implementation: [`0xE5b7978b0DB9e6d6026d1C79B8174D47295f8117`](https://uniscan.xyz/address/0xE5b7978b0DB9e6d6026d1C79B8174D47295f8117)
67+
68+
## Unichain Sepolia
69+
70+
* VenusERC4626Factory: [`0x1365820B9ba3B1b5601208437a5A24192a12C1fB`](https://sepolia.uniscan.xyz/address/0x1365820B9ba3B1b5601208437a5A24192a12C1fB)
71+
* VenusERC4626Implementation: [`0x7c0160E6638df7e7E6132Da4B60F210c38655D6e`](https://sepolia.uniscan.xyz/address/0x7c0160E6638df7e7E6132Da4B60F210c38655D6e)

0 commit comments

Comments
 (0)