mirror of
https://github.com/ditatompel/xmr-remote-nodes.git
synced 2025-01-04 18:09:24 +00:00
chore: Remove localmonero.co link
- Remove localmonero.co link as it will be shut down on 2024-11-07. - Added themonoeromoon.com and monerotopia.com to the site.
This commit is contained in:
parent
283503f5d9
commit
d0affd12f5
1 changed files with 4 additions and 3 deletions
|
@ -12,9 +12,10 @@ export async function load() {
|
|||
{ text: 'moneroworld.com', uri: 'https://moneroworld.com' },
|
||||
{ text: 'monero.how', uri: 'https://www.monero.how' },
|
||||
{ text: 'monero.observer', uri: 'https://www.monero.observer' },
|
||||
{ text: 'sethforprivacy.com', uri: 'https://sethforprivacy.com' },
|
||||
{ text: 'localmonero.co', uri: 'https://localmonero.co/knowledge' },
|
||||
{ text: 'revuo-xmr.com', uri: 'https://revuo-xmr.com/' }
|
||||
{ text: 'revuo-xmr.com', uri: 'https://revuo-xmr.com' },
|
||||
{ text: 'themonoeromoon.com', uri: 'https://www.themoneromoon.com' },
|
||||
{ text: 'monerotopia.com', uri: 'https://monerotopia.com' },
|
||||
{ text: 'sethforprivacy.com', uri: 'https://sethforprivacy.com' }
|
||||
],
|
||||
stagenet: [
|
||||
{ label: 'P2P', value: 'stagenet.xmr.ditatompel.com:38080', key: 'snetP2P' },
|
||||
|
|
Loading…
Reference in a new issue