Skip to content

Commit 2f1b241

Browse files
authored
Launch setting names should use the technical chain name (#294)
1 parent 6710591 commit 2f1b241

1 file changed

Lines changed: 10 additions & 2 deletions

File tree

src/Node/Blockcore.Node/Properties/launchSettings.json

Lines changed: 10 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -124,11 +124,19 @@
124124
"commandName": "Project",
125125
"commandLineArgs": "--chain=X1 -addnode=134.122.89.152 -addnode=161.35.156.96 -addnode=80.211.88.91 -addnode=46.101.168.197 -iprangefiltering=0"
126126
},
127-
"xRhodium (MAIN)": {
127+
"X1 (MAIN/LOCAL)": {
128+
"commandName": "Project",
129+
"commandLineArgs": "--chain=X1 -addnode=134.122.89.152 -addnode=161.35.156.96 -addnode=80.211.88.91 -addnode=46.101.168.197 -iprangefiltering=0 -datadir=nodedata"
130+
},
131+
"XRC (MAIN)": {
132+
"commandName": "Project",
133+
"commandLineArgs": "--chain=XRC -server -iprangefiltering=0 -rpcallowip=127.0.0.1 -rpcbind=127.0.0.1 -rpcpassword=rpcpassword -rpcuser=rpcuser"
134+
},
135+
"XRC (MAIN/LOCAL)": {
128136
"commandName": "Project",
129137
"commandLineArgs": "--chain=XRC -server -iprangefiltering=0 -rpcallowip=127.0.0.1 -rpcbind=127.0.0.1 -rpcpassword=rpcpassword -rpcuser=rpcuser -datadir=nodedata"
130138
},
131-
"xRhodium (TEST)": {
139+
"XRC (TEST/LOCAL)": {
132140
"commandName": "Project",
133141
"commandLineArgs": "--chain=XRC -server -iprangefiltering=0 -rpcallowip=127.0.0.1 -rpcbind=127.0.0.1 -rpcpassword=rpcpassword -rpcuser=rpcuser -datadir=nodedata -testnet"
134142
}

0 commit comments

Comments
 (0)