Skip to content

Commit

Permalink
infra: genesis cmd needs auth token
Browse files Browse the repository at this point in the history
Signed-off-by: Sander Pick <[email protected]>
  • Loading branch information
sanderpick committed Jun 12, 2024
1 parent bd537fe commit 2ba4802
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion infra/fendermint/scripts/subnet.toml
Original file line number Diff line number Diff line change
Expand Up @@ -172,7 +172,7 @@ script.pre = "mkdir -p ${BASE_DIR}/${NODE_NAME}/${KEYS_SUBDIR}; cp ${PRIVATE_KEY

[tasks.subnet-fetch-genesis]
extend = "fendermint-tool"
env = { "CMD" = "genesis --genesis-file /data/genesis.json ipc from-parent --subnet-id ${SUBNET_ID} -p ${PARENT_ENDPOINT} --parent-gateway ${PARENT_GATEWAY} --parent-registry ${PARENT_REGISTRY} --base-fee ${BASE_FEE} --power-scale ${POWER_SCALE}" }
env = { "CMD" = "genesis --genesis-file /data/genesis.json ipc from-parent --subnet-id ${SUBNET_ID} -p ${PARENT_ENDPOINT} --parent-auth-token ${PARENT_HTTP_AUTH_TOKEN} --parent-gateway ${PARENT_GATEWAY} --parent-registry ${PARENT_REGISTRY} --base-fee ${BASE_FEE} --power-scale ${POWER_SCALE}" }

[tasks.subnet-genesis-set-eam-permissions]
extend = "fendermint-tool"
Expand Down

0 comments on commit 2ba4802

Please sign in to comment.