fix: Stagenet host
Some checks failed
Build / build (push) Has been cancelled
Test / test (push) Has been cancelled

Previously, the displayed stagenet host, port and key is wrong.
This commit correct the stagenet subdomain host and port.
This commit is contained in:
Christian Ditaputratama 2024-07-30 05:16:54 +07:00
parent 7e952fb886
commit c15a0d3bd4
No known key found for this signature in database
GPG key ID: 31D3D06D77950979

View file

@ -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' },