Split ragger ethereum client into multiple smaller files

This commit is contained in:
Alexandre Paillier
2022-08-09 17:49:05 +02:00
parent c6ae3480a7
commit 3c321a04ea
10 changed files with 363 additions and 359 deletions

View File

@@ -2,7 +2,7 @@ import pytest
import os
import fnmatch
from typing import List
from ethereum_client import EthereumClient, SettingType
from ethereum_client.client import EthereumClient, SettingType
from eip712 import InputData
from pathlib import Path
from configparser import ConfigParser