Skip to content

Commit

Permalink
chore: remove mynano.ninja since site is down
Browse files Browse the repository at this point in the history
  • Loading branch information
mistakia committed Jul 31, 2023
1 parent 731ec74 commit fac9207
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .yarnrc.yml
Expand Up @@ -2,6 +2,6 @@ nodeLinker: node-modules

plugins:
- path: .yarn/plugins/@yarnpkg/plugin-interactive-tools.cjs
spec: "@yarnpkg/plugin-interactive-tools"
spec: '@yarnpkg/plugin-interactive-tools'

yarnPath: .yarn/releases/yarn-3.2.1.cjs
2 changes: 1 addition & 1 deletion docs/getting-started-users/choosing-a-representative.md
Expand Up @@ -37,4 +37,4 @@ To mitigate trust, a good choice should have:
- Active & known community member
- A high uptime

If you don’t know any node maintainers, <a href="https://mynano.ninja/" target="_blank">My Nano Ninja</a> or <a href="https://nanocharts.info/need-a-representative" target="_blank">nanocharts.info</a> are good starting points. Try to select a node operator who is known and has a good reputation in the [community](/community).
If you don’t know any node maintainers, <a href="https://nanocharts.info/need-a-representative" target="_blank">nanocharts.info</a> is a good starting point. Try to select a node operator who is known and has a good reputation in the [community](/community).
4 changes: 2 additions & 2 deletions server/crontab
Expand Up @@ -32,8 +32,8 @@
*/15 * * * * NODE_ENV=production /root/.nvm/versions/node/v14.17.0/bin/node /root/nano-community/scripts/import-github-events.mjs &>> /var/log/nano-community/import-github-events.log

## representatives
0 * * * * NODE_ENV=production /root/.nvm/versions/node/v14.17.0/bin/node /root/nano-community/scripts/import-representatives.mjs &>> /var/log/nano-community/import-representatives.log
0 * * * * NODE_ENV=production /root/.nvm/versions/node/v14.17.0/bin/node /root/nano-community/scripts/import-representatives-meta.mjs &>> /var/log/nano-community/import-representatives-meta.log
## 0 * * * * NODE_ENV=production /root/.nvm/versions/node/v14.17.0/bin/node /root/nano-community/scripts/import-representatives.mjs &>> /var/log/nano-community/import-representatives.log
## 0 * * * * NODE_ENV=production /root/.nvm/versions/node/v14.17.0/bin/node /root/nano-community/scripts/import-representatives-meta.mjs &>> /var/log/nano-community/import-representatives-meta.log
*/5 * * * * NODE_ENV=production /root/.nvm/versions/node/v14.17.0/bin/node /root/nano-community/scripts/import-telemetry.mjs &>> /var/log/nano-community/import-telemetry.log
*/5 * * * * NODE_ENV=production /root/.nvm/versions/node/v14.17.0/bin/node /root/nano-community/scripts/import-uptime.mjs &>> /var/log/nano-community/import-uptime.log
*/5 * * * * NODE_ENV=production /root/.nvm/versions/node/v14.17.0/bin/node /root/nano-community/scripts/import-accounts-meta.mjs &>> /var/log/nano-community/import-accounts-meta.log
Expand Down

0 comments on commit fac9207

Please sign in to comment.