From c64fe7c4eae2b395150c140248d830842bc9cb1a Mon Sep 17 00:00:00 2001 From: Derrick Hammer Date: Fri, 7 Jul 2023 07:21:14 -0400 Subject: [PATCH] refactor: config structure has changed --- pkg/load-eth.json | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/pkg/load-eth.json b/pkg/load-eth.json index 6177b47..4d49213 100644 --- a/pkg/load-eth.json +++ b/pkg/load-eth.json @@ -1,3 +1,7 @@ { - "plugins": ["eth"] + "core": { + "plugins": [ + "eth" + ] + } }