Skip to content

Commit

Permalink
Merge pull request #487 from oasisprotocol/CedarMist/multicall-v3-add…
Browse files Browse the repository at this point in the history
…ress

sapphire/addresses: add Multicall V3 official mainnet deployment
  • Loading branch information
CedarMist authored Aug 8, 2023
2 parents d43491a + 8f9a7d3 commit a4de652
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion docs/dapp/sapphire/addresses.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,12 @@ description: List of Standard Contract Addresses

| Name | Mainnet Address | Testnet Address | Verify | Source |
|--------------|--------------------------------------------|--------------------------------------------|------------------------------------------------------------------|---------------------------------|
| Wrapped ROSE | `8Bc2B030b299964eEfb5e1e0b36991352E56D2D3` | `B759a0fbc1dA517aF257D5Cf039aB4D86dFB3b94` | [Mainnet][wrose-verify-mainnet], [Testnet][wrose-verify-testnet] | [WrappedROSE.sol][wrose-source] |
| [Multicall V3][multicall] | `0xcA11bde05977b3631167028862bE2a173976CA11` | - | [Mainnet][multicall-verify-mainnet] | [Multicall3.sol][multicall-source] |
| Wrapped ROSE | `0x8Bc2B030b299964eEfb5e1e0b36991352E56D2D3` | `0xB759a0fbc1dA517aF257D5Cf039aB4D86dFB3b94` | [Mainnet][wrose-verify-mainnet], [Testnet][wrose-verify-testnet] | [WrappedROSE.sol][wrose-source] |

[multicall-source]: https://github.com/mds1/multicall/blob/main/src/Multicall3.sol
[multicall-verify-mainnet]: https://sourcify.dev/#/lookup/0xcA11bde05977b3631167028862bE2a173976CA11
[multicall]: https://multicall3.com/

[wrose-source]: https://github.com/oasisprotocol/sapphire-paratime/blob/main/contracts/contracts/WrappedROSE.sol
[wrose-verify-mainnet]: https://sourcify.dev/#/lookup/0x8Bc2B030b299964eEfb5e1e0b36991352E56D2D3
Expand Down

0 comments on commit a4de652

Please sign in to comment.