File tree Expand file tree Collapse file tree 1 file changed +0
-2
lines changed
Expand file tree Collapse file tree 1 file changed +0
-2
lines changed Original file line number Diff line number Diff line change @@ -229,13 +229,11 @@ operator_mint_mock_tokens:
229229
230230operator_whitelist_devnet :
231231 @echo " Whitelisting operator"
232- $(eval OPERATOR_ADDRESS = $(shell yq -r '.operator.address' $(CONFIG_FILE ) ) )
233232 @echo " Operator address: $( OPERATOR_ADDRESS) "
234233 RPC_URL=" http://localhost:8545" PRIVATE_KEY=" 0xac0974bec39a17e36ba4a6b4d238ff944bacb478cbed5efcae784d7bf4f2ff80" OUTPUT_PATH=./script/output/devnet/alignedlayer_deployment_output.json ./contracts/scripts/operator_whitelist.sh $(OPERATOR_ADDRESS )
235234
236235operator_remove_from_whitelist_devnet :
237236 @echo " Removing operator"
238- $(eval OPERATOR_ADDRESS = $(shell yq -r '.operator.address' $(CONFIG_FILE ) ) )
239237 @echo " Operator address: $( OPERATOR_ADDRESS) "
240238 RPC_URL=" http://localhost:8545" PRIVATE_KEY=" 0xac0974bec39a17e36ba4a6b4d238ff944bacb478cbed5efcae784d7bf4f2ff80" OUTPUT_PATH=./script/output/devnet/alignedlayer_deployment_output.json ./contracts/scripts/operator_remove_from_whitelist.sh $(OPERATOR_ADDRESS )
241239
You can’t perform that action at this time.
0 commit comments