Skip to content

Commit 829d721

Browse files
committed
chore: add addresses to templates
1 parent e439315 commit 829d721

File tree

2 files changed

+38
-0
lines changed

2 files changed

+38
-0
lines changed

pages/developers/eigenlayer-avs/bls-template.mdx

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,8 @@ cargo tangle blueprint deploy eigenlayer \
4545
--ordered-deployment
4646
```
4747

48+
If you're using the template as is
49+
4850
For testnet deployment:
4951

5052
```shell
@@ -55,6 +57,24 @@ cargo tangle blueprint deploy eigenlayer \
5557
--ordered-deployment
5658
```
5759

60+
### Addresses for deployment
61+
62+
If you're using the template as is, you can find the addresses of the contracts you need in your project's settings.env file. Others are below.
63+
64+
| Address | Value |
65+
| -------------------- | -------------------------------------------- |
66+
| Registry Coordinator | c3e53f4d16ae77db1c982e75a937b9f60fe63690 |
67+
| Pauser Registry | Obtained from beginning of Deployment output |
68+
| Initial Owner | 70997970C51812dc3A010C7d01b50e0d17dc79C8 |
69+
| Aggregator | a0Ee7A142d267C1f36714E4a8F75612F20a79720 |
70+
| Generator | 15d34AAf54267DB7D7c367839AAf71A00a2C6A65 |
71+
| AVS Directory | 0000000000000000000000000000000000000000 |
72+
| Rewards Coordinator | 0000000000000000000000000000000000000000 |
73+
| Stake Registry | 5fc8d32690cc91d4c39d9d3abcbd16989f875707 |
74+
| Tangle Task Manager | Obtained in Deployment output |
75+
76+
Once all contracts have been deployed, you will notice that it continues running to keep the testnet alive.
77+
5878
#### Deployment Options
5979

6080
- `--rpc-url <URL>`: HTTP RPC endpoint (required unless using --devnet)

pages/developers/eigenlayer-avs/ecdsa-template.mdx

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -55,6 +55,24 @@ cargo tangle blueprint deploy eigenlayer \
5555
--ordered-deployment
5656
```
5757

58+
### Addresses for deployment
59+
60+
If you're using the template as is, you can find the addresses of the contracts you need in your project's settings.env file. Others are below.
61+
62+
| Address | Value |
63+
| -------------------- | -------------------------------------------- |
64+
| Registry Coordinator | c3e53f4d16ae77db1c982e75a937b9f60fe63690 |
65+
| Pauser Registry | Obtained from beginning of Deployment output |
66+
| Initial Owner | 70997970C51812dc3A010C7d01b50e0d17dc79C8 |
67+
| Aggregator | a0Ee7A142d267C1f36714E4a8F75612F20a79720 |
68+
| Generator | 15d34AAf54267DB7D7c367839AAf71A00a2C6A65 |
69+
| AVS Directory | 0000000000000000000000000000000000000000 |
70+
| Rewards Coordinator | 0000000000000000000000000000000000000000 |
71+
| Stake Registry | 5fc8d32690cc91d4c39d9d3abcbd16989f875707 |
72+
| Tangle Task Manager | Obtained in Deployment output |
73+
74+
Once all contracts have been deployed, you will notice that it continues running to keep the testnet alive.
75+
5876
#### Deployment Options
5977

6078
- `--rpc-url <URL>`: HTTP RPC endpoint (required unless using --devnet)

0 commit comments

Comments
 (0)