File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -130,7 +130,7 @@ jobs:
130130 run : |
131131 cd eigenlayer-cli
132132 sleep 5
133- echo "HhzcmbpkHCQpvBlXrvLB" | ./bin/eigenlayer operator register tests/web3signer/operator-ci.yaml
133+ ./bin/eigenlayer operator register tests/web3signer/operator-ci.yaml
134134
135135 - name : Check operator status
136136 run : |
@@ -140,12 +140,12 @@ jobs:
140140 - name : Update operator details
141141 run : |
142142 cd eigenlayer-cli
143- echo "HhzcmbpkHCQpvBlXrvLB" | ./bin/eigenlayer operator update tests/web3signer/operator-ci.yaml
143+ ./bin/eigenlayer operator update tests/web3signer/operator-ci.yaml
144144
145145 - name : Update operator metadata uri
146146 run : |
147147 cd eigenlayer-cli
148- echo "HhzcmbpkHCQpvBlXrvLB" | ./bin/eigenlayer operator update-metadata-uri tests/web3signer/operator-ci.yaml
148+ ./bin/eigenlayer operator update-metadata-uri tests/web3signer/operator-ci.yaml
149149
150150 - name : Set Claimer address
151151 run : |
You can’t perform that action at this time.
0 commit comments