Skip to content

Commit

Permalink
chore: update docker image name to rough-rhino tag
Browse files Browse the repository at this point in the history
  • Loading branch information
Maddiaa0 committed Nov 25, 2024
1 parent 788b4e5 commit 4166221
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion spartan/releases/rough-rhino/full-node.sh
Original file line number Diff line number Diff line change
Expand Up @@ -28,4 +28,4 @@ docker run --rm --network=host \
-e OUTBOX_CONTRACT_ADDRESS=0x1016b5aaa3270a65c315c664ecb238b6db270b64 \
-e P2P_UDP_LISTEN_ADDR=0.0.0.0:40400 \
-e P2P_TCP_LISTEN_ADDR=0.0.0.0:40400 \
aztecprotocol/aztec:698cd3d62680629a3f1bfc0f82604534cedbccf3-x86_64 start --node --archiver --sequencer --pxe
aztecprotocol/aztec:rough-rhino start --node --archiver --sequencer --pxe
2 changes: 1 addition & 1 deletion spartan/releases/rough-rhino/validator.sh
Original file line number Diff line number Diff line change
Expand Up @@ -31,4 +31,4 @@ docker run --rm --network=host \
-e OUTBOX_CONTRACT_ADDRESS=0x1016b5aaa3270a65c315c664ecb238b6db270b64 \
-e P2P_UDP_LISTEN_ADDR=0.0.0.0:40400 \
-e P2P_TCP_LISTEN_ADDR=0.0.0.0:40400 \
aztecprotocol/aztec:698cd3d62680629a3f1bfc0f82604534cedbccf3-x86_64 start --node --archiver --sequencer --pxe
aztecprotocol/aztec:rough-rhino start --node --archiver --sequencer --pxe

0 comments on commit 4166221

Please sign in to comment.