Skip to content

Commit

Permalink
feat: add map with peers to info page (#398)
Browse files Browse the repository at this point in the history
* feat: fetch and process map data DB

* feat: add map

* feat: nodes-db should be sorted alphabetically by key
  • Loading branch information
vojtechsimetka committed Jun 20, 2022
1 parent 0f0d72e commit 2be9735
Show file tree
Hide file tree
Showing 6 changed files with 9,633 additions and 3 deletions.
110 changes: 110 additions & 0 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 3 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,7 @@
"buffer": "^6.0.3",
"crypto": "npm:crypto-browserify",
"crypto-browserify": "^3.12.0",
"dotted-map": "^2.2.3",
"ethers": "^5.6.4",
"file-saver": "^2.0.5",
"formik": "2.2.9",
Expand Down Expand Up @@ -132,7 +133,8 @@
"depcheck": "depcheck .",
"lint": "eslint --fix \"src/**/*.ts\" \"src/**/*.tsx\" && prettier --write \"src/**/*.ts\" \"src/**/*.tsx\"",
"lint:check": "eslint \"src/**/*.ts\" \"src/**/*.tsx\" && prettier --check \"src/**/*.ts\" \"src/**/*.tsx\"",
"check:types": "tsc --project tsconfig.lib.json"
"check:types": "tsc --project tsconfig.lib.json",
"update-map-data": "node ./utils/update-map-data.js"
},
"files": [
"lib",
Expand Down
1 change: 1 addition & 0 deletions src/assets/data/map-data.json

Large diffs are not rendered by default.

Loading

0 comments on commit 2be9735

Please sign in to comment.