File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 11# If your on windows use wsl / git bash / cygwin / msys2 with direnv
22
3- export CFG_PRESET=qanet
3+ export CFG_PRESET=testnet-02
44
55source ./.envrc.${CFG_PRESET}
66
@@ -35,7 +35,7 @@ export DB_SYNC_POSTGRES_CONNECTION_STRING="psql://$POSTGRES_USER:$POSTGRES_PASSW
3535
3636# To start with debug logs, add "-l debug" to APPEND_ARGS
3737# To expose safe rpc method to the host port 9944, add "--unsafe-rpc-external" to APPEND_ARGS or --validator
38- export APPEND_ARGS=" --no -private-ip --pool-limit 10 --trie-cache-size 0 --prometheus-external --rpc-external"
38+ export APPEND_ARGS=" --allow -private-ip --pool-limit 10 --trie-cache-size 0 --prometheus-external --rpc-external --rpc-cors all "
3939
4040
4141# Validator Values:
Original file line number Diff line number Diff line change 11# overrides for testnet-02
2- export MIDNIGHT_NODE_IMAGE="ghcr.io/midnight-ntwrk/midnight-node:0.12.0-rc.3 "
2+ export MIDNIGHT_NODE_IMAGE="ghcr.io/midnight-ntwrk/midnight-node:0.12.0"
33
44# These are well known addresses of a network that allow you to discover all the other nodes.
55export BOOTNODES="/dns/boot-node-01.testnet-02.midnight.network/tcp/30333/ws/p2p/12D3KooWMjUq13USCvQR9Y6yFzYNYgTQBLNAcmc8psAuPx2UUdnB \
You can’t perform that action at this time.
0 commit comments