From 7d2b43ab431f51e8445875528d38b05ec28b12c3 Mon Sep 17 00:00:00 2001 From: "Aljaz S." <117018081+aljazs-flare@users.noreply.github.com> Date: Thu, 14 Sep 2023 10:53:13 +0000 Subject: [PATCH] re-add the config file (and let's keep it this way) --- config/localflare/C/config.json | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) create mode 100644 config/localflare/C/config.json diff --git a/config/localflare/C/config.json b/config/localflare/C/config.json new file mode 100644 index 00000000..c6da0fc0 --- /dev/null +++ b/config/localflare/C/config.json @@ -0,0 +1,22 @@ +{ + "snowman-api-enabled": true, + "coreth-admin-api-enabled": true, + "eth-apis": [ + "eth", + "eth-filter", + "admin", + "debug", + "debug-tracer", + "debug-handler", + "net", + "web3", + "debug", + "internal-eth", + "internal-blockchain", + "internal-transaction", + "internal-tx-pool", + "internal-debug", + "internal-account", + "internal-personal" + ] + } \ No newline at end of file