Skip to content

Commit 7c32b4a

Browse files
committed
Add EXOS to launch settings
1 parent db41c33 commit 7c32b4a

1 file changed

Lines changed: 8 additions & 0 deletions

File tree

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

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -95,6 +95,14 @@
9595
"IMPLX (TEST/LOCAL)": {
9696
"commandName": "Project",
9797
"commandLineArgs": "--chain=IMPLX -server -rpcallowip=127.0.0.1 -rpcbind=127.0.0.1 -rpcpassword=rpcpassword -rpcuser=rpcuser -datadir=nodedata -testnet"
98+
},
99+
"EXOS (MAIN)": {
100+
"commandName": "Project",
101+
"commandLineArgs": "--chain=EXOS -server -rpcallowip=127.0.0.1 -rpcbind=127.0.0.1 -rpcpassword=rpcpassword -rpcuser=rpcuser"
102+
},
103+
"EXOS (MAIN/LOCAL)": {
104+
"commandName": "Project",
105+
"commandLineArgs": "--chain=EXOS -server -whitelist=192.168.1.180 -rpcallowip=127.0.0.1 -rpcbind=127.0.0.1 -rpcpassword=rpcpassword -rpcuser=rpcuser -datadir=nodedata"
98106
}
99107
}
100108
}

0 commit comments

Comments
 (0)