refactor: config structure has changed

This commit is contained in:
Derrick Hammer 2023-07-07 07:21:14 -04:00
parent ea8f2bc82a
commit c64fe7c4ea
Signed by: pcfreak30
GPG Key ID: C997C339BE476FF2
1 changed files with 5 additions and 1 deletions

View File

@ -1,3 +1,7 @@
{
"plugins": ["eth"]
"core": {
"plugins": [
"eth"
]
}
}