Skip to content

Commit

Permalink
add config
Browse files Browse the repository at this point in the history
  • Loading branch information
dni committed May 7, 2024
1 parent 419beb0 commit 2c21fd9
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 1 deletion.
1 change: 0 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
data/
data_all/
config*
node_modules
pubkeys_*
dist
17 changes: 17 additions & 0 deletions src/config.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
{
"date": "1715075444",
"levels": [
{
"level": 0,
"pubkeys": ["03b1c1a3dd064c7b4386b688c1f0950fddb28f61f2c3be8bcaf4ef3c78429ffe4e"]
},
{
"level": 1,
"pubkeys": []
},
{
"level": 2,
"pubkeys": []
}
]
}

0 comments on commit 2c21fd9

Please sign in to comment.