We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7ed89aa commit ed972f3Copy full SHA for ed972f3
spartan/aztec-network/files/config/config-validator-env.sh
@@ -1,9 +1,9 @@
1
#!/bin/bash
2
set -eu
3
4
-# Pass the bootnode url as an argument
5
-# Ask the bootnode for l1 contract addresses
6
-output=$(node --no-warnings /usr/src/yarn-project/aztec/dest/bin/index.js get-node-info --node-url $1)
+# Pass a PXE url as an argument
+# Ask the PXE's node for l1 contract addresses
+output=$(node --no-warnings /usr/src/yarn-project/aztec/dest/bin/index.js get-node-info -u $1 --node-url '')
7
8
echo "$output"
9
0 commit comments