Skip to content

Commit a8a683d

Browse files
martinvollvpeschkepalango
authored
Update contract-addresses.md (#1712)
* Update contract-addresses.md * Update docs/contract-addresses.md Add celocli instructions to retrieve core contracts info for Alfajores Co-authored-by: Paul Lange <[email protected]> --------- Co-authored-by: Victoria <[email protected]> Co-authored-by: Paul Lange <[email protected]>
1 parent afd66d5 commit a8a683d

File tree

1 file changed

+11
-7
lines changed

1 file changed

+11
-7
lines changed

docs/contract-addresses.md

+11-7
Original file line numberDiff line numberDiff line change
@@ -18,10 +18,6 @@ View Celo smart contracts [here](https://github.com/celo-org/celo-monorepo/tree/
1818

1919
## Celo Mainnet
2020

21-
```jsx
22-
celocli network:contracts --node https://forno.celo.org
23-
```
24-
2521
| Contract | Proxy |
2622
| ----------------------- | ------------------------------------------ |
2723
| Accounts | 0x7d21685C17607338b313a7174bAb6620baD0aaB7 |
@@ -55,12 +51,14 @@ celocli network:contracts --node https://forno.celo.org
5551
| UniswapFeeHandlerSeller | 0xD3aeE28548Dbb65DF03981f0dC0713BfCBd10a97 |
5652
| Validators | 0xaEb865bCa93DdC8F47b8e29F40C5399cE34d0C58 |
5753

58-
## Alfajores Testnet
54+
Core contracts addresses can change over time, to keep up to date with the latest, it is recomended to use the Celo CLI:
5955

60-
```jsx
61-
celocli network:contracts --node https://alfajores-forno.celo-testnet.org
56+
```bash
57+
$ celocli network:contracts --node https://forno.celo.org
6258
```
6359

60+
## Alfajores Testnet
61+
6462
| Contract | Proxy |
6563
| ------------------------ | ------------------------------------------ |
6664
| Accounts | 0xed7f51A34B4e71fbE69B3091FcF879cD14bD73A9 |
@@ -97,3 +95,9 @@ celocli network:contracts --node https://alfajores-forno.celo-testnet.org
9795
| TransferWhitelist | 0x52449A99e3455acB831C0D580dCDAc8B290d5182 |
9896
| UniswapFeeHandlerSeller | 0xc7b6E77C3702666DDa8EB5b7F30234B020788b21 |
9997
| Validators | 0x9acF2A99914E083aD0d610672E93d14b0736BBCc |
98+
99+
Core contracts addresses can change over time, to keep up to date with the latest, it is recomended to use the Celo CLI:
100+
101+
```bash
102+
$ celocli network:contracts --node https://alfajores-forno.celo-testnet.org
103+
```

0 commit comments

Comments
 (0)