We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents fae4e8f + a0a7a78 commit f3cd664Copy full SHA for f3cd664
deploy/setup
@@ -53,7 +53,7 @@ case $CHAIN in
53
CSP_ORIGIN=signet.ordinals.com
54
ufw allow 38333
55
;;
56
- testnet3)
+ test)
57
COOKIE_FILE_DIR=/var/lib/bitcoind/testnet3
58
CSP_ORIGIN=testnet.ordinals.com
59
ufw allow 18333
justfile
@@ -50,7 +50,7 @@ deploy-signet branch='master' remote='ordinals/ord': \
50
(deploy branch remote 'signet' 'signet.ordinals.net')
51
52
deploy-testnet branch='master' remote='ordinals/ord': \
- (deploy branch remote 'testnet3' 'testnet.ordinals.net')
+ (deploy branch remote 'test' 'testnet.ordinals.net')
deploy-testnet4 branch='master' remote='ordinals/ord': \
(deploy branch remote 'testnet4' 'testnet4.ordinals.net')
0 commit comments