File tree Expand file tree Collapse file tree 2 files changed +38
-0
lines changed
pages/developers/eigenlayer-avs Expand file tree Collapse file tree 2 files changed +38
-0
lines changed Original file line number Diff line number Diff line change @@ -45,6 +45,8 @@ cargo tangle blueprint deploy eigenlayer \
45
45
--ordered-deployment
46
46
```
47
47
48
+ If you're using the template as is
49
+
48
50
For testnet deployment:
49
51
50
52
``` shell
@@ -55,6 +57,24 @@ cargo tangle blueprint deploy eigenlayer \
55
57
--ordered-deployment
56
58
```
57
59
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
+
58
78
#### Deployment Options
59
79
60
80
- ` --rpc-url <URL> ` : HTTP RPC endpoint (required unless using --devnet)
Original file line number Diff line number Diff line change @@ -55,6 +55,24 @@ cargo tangle blueprint deploy eigenlayer \
55
55
--ordered-deployment
56
56
```
57
57
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
+
58
76
#### Deployment Options
59
77
60
78
- ` --rpc-url <URL> ` : HTTP RPC endpoint (required unless using --devnet)
You can’t perform that action at this time.
0 commit comments