Skip to content

Commit b1497b7

Browse files
committed
fix(dingo): move inline comment to fix yamllint
Signed-off-by: wcatz <waynecataldo@gmail.com>
1 parent 3bae844 commit b1497b7

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

charts/dingo/values.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,8 @@ mithril:
1717
# preprod -> https://aggregator.release-preprod.api.mithril.network/aggregator
1818
# preview -> https://aggregator.pre-release-preview.api.mithril.network/aggregator
1919
# Other networks are not supported and will cause the init container to exit cleanly.
20-
genesisVerificationKey: "5b3132372c37332c3132342c3136312c362c3133372c3133312c3231332c3230372c3131372c3139382c38352c3137362c3139392c3136322c3234312c36382c3132332c3131392c3134352c31332c3233322c3234332c34392c3232392c322c3234392c3230352c3230352c33392c3233352c34345d" # preview default; override for other networks
20+
# preview default; override for other networks
21+
genesisVerificationKey: "5b3132372c37332c3132342c3136312c362c3133372c3133312c3231332c3230372c3131372c3139382c38352c3137362c3139392c3136322c3234312c36382c3132332c3131392c3134352c31332c3233322c3234332c34392c3232392c322c3234392c3230352c3230352c33392c3233352c34345d"
2122
# Mainnet: curl -sL https://raw.githubusercontent.com/input-output-hk/mithril/main/mithril-infra/configuration/release-mainnet/genesis.vkey
2223
# Preprod: curl -sL https://raw.githubusercontent.com/input-output-hk/mithril/main/mithril-infra/configuration/release-preprod/genesis.vkey
2324
# Preview: curl -sL https://raw.githubusercontent.com/input-output-hk/mithril/main/mithril-infra/configuration/pre-release-preview/genesis.vkey

0 commit comments

Comments
 (0)