Skip to content

Commit 678c3ff

Browse files
committed
testnet-02 released
1 parent fe58d18 commit 678c3ff

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.envrc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
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

55
source ./.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:

.envrc.testnet-02

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
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.
55
export BOOTNODES="/dns/boot-node-01.testnet-02.midnight.network/tcp/30333/ws/p2p/12D3KooWMjUq13USCvQR9Y6yFzYNYgTQBLNAcmc8psAuPx2UUdnB \

0 commit comments

Comments
 (0)