Skip to content

Commit dbafd54

Browse files
committed
cli: remove comment from test script
1 parent 6c29a18 commit dbafd54

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

cli/test/sepolia-bsc.sh

-1
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,6 @@ jq '.chains.Sepolia.owner == "'$NEW_OWNER'"' deployment.json
8080

8181
export ETH_PRIVATE_KEY=$NEW_OWNER_SECRET
8282

83-
set the deployment to be paused, by setting the 'chains.Bsc.paused' field to true using jq
8483
jq '.chains.Bsc.paused = true' deployment.json > deployment.json.tmp && mv deployment.json.tmp deployment.json
8584

8685
ntt push --yes

0 commit comments

Comments
 (0)