Skip to content

Commit 059a7a6

Browse files
committed
tools: remove nownodes.io and getblock.io
1 parent 0d11485 commit 059a7a6

6 files changed

Lines changed: 5 additions & 25 deletions

File tree

src/data/resources/monero-tools.ts

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -84,16 +84,6 @@ export const networkTools: Tool[] = [
8484
title: "TxStreet",
8585
href: "https://txstreet.com/v/xmr",
8686
},
87-
{
88-
id: "nowNodes",
89-
title: "NOWNodes",
90-
href: "https://nownodes.io",
91-
},
92-
{
93-
id: "getBlock",
94-
title: "GetBlock",
95-
href: "https://getblock.io",
96-
},
9787
];
9888

9989
export const utilities: Tool[] = [

src/i18n/translations/ar/tools.json

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -38,9 +38,7 @@
3838
"moneroFail": "قائمة شاملة للعقد وخريطة الشبكة",
3939
"ditatompel": "قائمة عقد Monero البعيدة",
4040
"moneroHashNodes": "خريطة عقد Monero تفاعلية",
41-
"txStreet": "مصور مباشر للمعاملات والكتل",
42-
"nowNodes": "واجهات برمجة تطبيقات عقد البلوكشين للمطورين",
43-
"getBlock": "مزود عقد البلوكشين"
41+
"txStreet": "مصور مباشر للمعاملات والكتل"
4442
},
4543
"utilities": {
4644
"llcoins": "مولد محفظة وعناوين غير متصل",

src/i18n/translations/en/tools.json

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -38,9 +38,7 @@
3838
"moneroFail": "Comprehensive node list and network map",
3939
"ditatompel": "Monero remote node list",
4040
"moneroHashNodes": "Interactive Monero node map",
41-
"txStreet": "Live transaction and block visualizer",
42-
"nowNodes": "Blockchain node APIs for developers",
43-
"getBlock": "Blockchain nodes provider"
41+
"txStreet": "Live transaction and block visualizer"
4442
},
4543
"utilities": {
4644
"llcoins": "Offline wallet and address generator",

src/i18n/translations/es/tools.json

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -38,9 +38,7 @@
3838
"moneroFail": "",
3939
"ditatompel": "",
4040
"moneroHashNodes": "",
41-
"txStreet": "",
42-
"nowNodes": "",
43-
"getBlock": ""
41+
"txStreet": ""
4442
},
4543
"utilities": {
4644
"llcoins": "",

src/i18n/translations/nl/tools.json

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -38,9 +38,7 @@
3838
"moneroFail": "",
3939
"ditatompel": "",
4040
"moneroHashNodes": "",
41-
"txStreet": "",
42-
"nowNodes": "",
43-
"getBlock": ""
41+
"txStreet": ""
4442
},
4543
"utilities": {
4644
"llcoins": "",

src/i18n/translations/zh/tools.json

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -38,9 +38,7 @@
3838
"moneroFail": "全面的节点列表和网络地图",
3939
"ditatompel": "Monero 远程节点列表",
4040
"moneroHashNodes": "交互式 Monero 节点地图",
41-
"txStreet": "实时交易和区块可视化工具",
42-
"nowNodes": "面向开发者的区块链节点 API",
43-
"getBlock": "区块链节点提供商"
41+
"txStreet": "实时交易和区块可视化工具"
4442
},
4543
"utilities": {
4644
"llcoins": "离线钱包和地址生成器",

0 commit comments

Comments
 (0)