seperate rpc configs in app and cli

This commit is contained in:
0ceanSlim 2023-12-21 10:10:48 -05:00
parent 407bae12cf
commit 86453c793a

View File

@ -1,6 +1,6 @@
import json
def read_rpc_config(filename="../rpc_config.json"):
def read_rpc_config(filename="rpc_config.json"):
with open(filename, "r") as config_file:
config = json.load(config_file)