Skip to content

Commit

Permalink
Fixing admin rotation tests.
Browse files Browse the repository at this point in the history
  • Loading branch information
Brandon Chatham committed Dec 21, 2024
1 parent e76100e commit 6b6f8e1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/user/admin/rotate_admin_tests.sh
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
--admin-address "$FIRST_ADMIN_ADDRESS" \
--eth-rpc-url "$RPC_URL" \
--network "$NETWORK" \
--ecdsa-private-key "$ADMIN_PRIVATE_KEY" \
--ecdsa-private-key "$ACCOUNT_PRIVATE_KEY" \
--broadcast
[ "$status" -eq 0 ]

Expand Down

0 comments on commit 6b6f8e1

Please sign in to comment.