Skip to content

Commit

Permalink
remove doublequote
Browse files Browse the repository at this point in the history
  • Loading branch information
Atralupus committed Dec 27, 2024
1 parent 0b67dc3 commit 7aa7746
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions 9c-dev/arena-service-test-20241218/validator.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,24 +23,24 @@ spec:
- args:
- NineChronicles.Headless.Executable.dll
- run
- --app-protocol-version="1/DDF1472fD5a79B8F46C28e7643eDEF045e36BD3d/MEQCIAP500k.3eH1aU0WkQVduTWI28M19NIgATcdX6vX0VeFAiA1CR9w4X09oWXDQ0CRJUFDoCYkMbF0tVObrWGQbzl0qA=="
- --genesis-block-path="https://d38xcg2h8glfm8.cloudfront.net/genesis-block-jiwon"
- --app-protocol-version=1/DDF1472fD5a79B8F46C28e7643eDEF045e36BD3d/MEQCIAP500k.3eH1aU0WkQVduTWI28M19NIgATcdX6vX0VeFAiA1CR9w4X09oWXDQ0CRJUFDoCYkMbF0tVObrWGQbzl0qA==
- --genesis-block-path=https://d38xcg2h8glfm8.cloudfront.net/genesis-block-jiwon
- --port=31234
- --store-path=/data/validator
- --store-type=rocksdb
- --graphql-server
- --no-miner=false
- --graphql-host="127.0.0.1"
- --graphql-host=127.0.0.1
- --graphql-port=31280
- --rpc-listen-host="127.0.0.1"
- --rpc-listen-host=127.0.0.1
- --rpc-listen-port=31238
- --rpc-remote-server
- --rpc-server
- --host="127.0.0.1"
- --miner-private-key="face9cd665f3f3ff857941ecd6ecfde85c6a17fb30d18d6154f9d3568cb138ed"
- --consensus-private-key="face9cd665f3f3ff857941ecd6ecfde85c6a17fb30d18d6154f9d3568cb138ed"
- --host=127.0.0.1
- --miner-private-key=face9cd665f3f3ff857941ecd6ecfde85c6a17fb30d18d6154f9d3568cb138ed
- --consensus-private-key=face9cd665f3f3ff857941ecd6ecfde85c6a17fb30d18d6154f9d3568cb138ed
- --consensus-port=31588
- --consensus-seed="02c0a69f69a8f0899b638212ce311fff911f546c48936c589be320e60e6c490097,127.0.0.1,31588"
- --consensus-seed=02c0a69f69a8f0899b638212ce311fff911f546c48936c589be320e60e6c490097,127.0.0.1,31588
command:
- dotnet
image: planetariumhq/ninechronicles-headless:git-ccfb02cca9d953be6056552ebfa79dbb14179de2
Expand Down

0 comments on commit 7aa7746

Please sign in to comment.