Skip to content

Commit

Permalink
Merge pull request #14 from YtzBeno/main
Browse files Browse the repository at this point in the history
Smart contract address list docs update
  • Loading branch information
critesjosh authored Oct 3, 2022
2 parents 64366cd + 2103f73 commit df8cdf5
Show file tree
Hide file tree
Showing 2 changed files with 25 additions and 1 deletion.
23 changes: 23 additions & 0 deletions docs/docs/developers/mainnet-info.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
---
title: Mainnet Resources
---

- [Aztec Connect (Aztec v2) mainnet block explorer](https://aztec-connect-prod-explorer.aztec.network/)
- [Aztec v1 mainnet block explorer](https://explorer.aztec.network)
- [Zk.money](https://zk.money)

### Deployed Mainnet Contracts

| Contract | Address |
| --- | --- |
| [Aztec Connect Proxy](https://etherscan.io/address/0xff1f2b4adb9df6fc8eafecdcbf96a2b351680455#code) |`0xff1f2b4adb9df6fc8eafecdcbf96a2b351680455` |
| [Element Bridge](https://etherscan.io/address/0xaeD181779A8AAbD8Ce996949853FEA442C2CDB47#code) | `0xaeD181779A8AAbD8Ce996949853FEA442C2CDB47` |
| [Lido-Curve Bridge](https://etherscan.io/address/0xe09801dA4C74e62fB42DFC8303a1C1BD68073D1a#code) | `0xe09801dA4C74e62fB42DFC8303a1C1BD68073D1a` |
| [Yearn Bridge](https://etherscan.io/address/0xE71A50a78CcCff7e20D8349EED295F12f0C8C9eF#code) | `0xE71A50a78CcCff7e20D8349EED295F12f0C8C9eF` |
| [Gas Subsidy Bridge](https://etherscan.io/address/0xABc30E831B5Cc173A9Ed5941714A7845c909e7fA#code) | `0xABc30E831B5Cc173A9Ed5941714A7845c909e7fA` |
| [Uniswap DCA Bridge](https://etherscan.io/address/0x94679A39679ffE53B53b6a1187aa1c649A101321#code) | `0x94679A39679ffE53B53b6a1187aa1c649A101321` |
| [ERC 4626 Bridge](https://etherscan.io/address/0x3578D6D5e1B4F07A48bb1c958CBfEc135bef7d98#code) | `0x3578D6D5e1B4F07A48bb1c958CBfEc135bef7d98` |

You can find the latest bridge contract deployment info [here](https://github.com/AztecProtocol/aztec-connect-bridges/blob/master/deployments/mainnet.json).

You can find more infrastructure contract address via the [Falafel status API here](https://api.aztec.network/aztec-connect-prod/falafel/status).
3 changes: 2 additions & 1 deletion docs/sidebars.js
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,8 @@ const sidebars = {
'developers/getting-started',
'developers/cli',
'developers/bridges',
'developers/noir'
'developers/noir',
'developers/mainnet-info'
]
},
// {
Expand Down

0 comments on commit df8cdf5

Please sign in to comment.