mirror of
https://github.com/ditatompel/xmr-remote-nodes.git
synced 2024-11-16 08:57:36 +00:00
fix: Stagenet host
Previously, the displayed stagenet host, port and key is wrong. This commit correct the stagenet subdomain host and port.
This commit is contained in:
parent
7e952fb886
commit
c15a0d3bd4
1 changed files with 3 additions and 3 deletions
|
@ -17,9 +17,9 @@ export async function load() {
|
|||
{ text: 'revuo-xmr.com', uri: 'https://revuo-xmr.com/' }
|
||||
],
|
||||
stagenet: [
|
||||
{ label: 'P2P', value: 'testnet.xmr.ditatompel.com:28080', key: 'tnetP2P' },
|
||||
{ label: 'RPC', value: 'testnet.xmr.ditatompel.com:28089', key: 'tnetRPC' },
|
||||
{ label: 'RPC SSL', value: 'testnet.xmr.ditatompel.com:443', key: 'tnetSSL' }
|
||||
{ label: 'P2P', value: 'stagenet.xmr.ditatompel.com:38080', key: 'snetP2P' },
|
||||
{ label: 'RPC', value: 'stagenet.xmr.ditatompel.com:38089', key: 'snetRPC' },
|
||||
{ label: 'RPC SSL', value: 'stagenet.xmr.ditatompel.com:443', key: 'snetSSL' }
|
||||
],
|
||||
testnet: [
|
||||
{ label: 'P2P', value: 'testnet.xmr.ditatompel.com:28080', key: 'tnetP2P' },
|
||||
|
|
Loading…
Reference in a new issue