Skip to content

Commit

Permalink
Pings collector registration hack
Browse files Browse the repository at this point in the history
  • Loading branch information
Wiezzel authored Jul 29, 2024
1 parent 03c34c3 commit e298d7a
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions packages/contracts/spinup-testnet.sh
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,9 @@ echo "Register workers"
WORKER_ID=$(python3 b58.py $WORKER1_ID) forge script script/RegisterWorker.s.sol --broadcast --rpc-url $RPC_URL
WORKER_ID=$(python3 b58.py $WORKER2_ID) forge script script/RegisterWorker.s.sol --broadcast --rpc-url $RPC_URL

echo "Register pings collector (hack)"
WORKER_ID=$(python3 b58.py $PINGS_COLLECTOR_ID) forge script script/RegisterWorker.s.sol --broadcast --rpc-url $RPC_URL

echo "Register gateways"

GATEWAY_ID=$(python3 b58.py $GATEWAY1_ID) forge script script/RegisterGateway.s.sol --broadcast --rpc-url $RPC_URL
Expand Down

2 comments on commit e298d7a

@github-actions
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@github-actions
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.