Remove base provider redundancy

This commit is contained in:
Robert Miller 2021-06-28 21:54:11 -04:00
parent ff1b73f633
commit dd4d4e1b53

View File

@ -2,9 +2,6 @@ from web3 import Web3
from pathlib import Path from pathlib import Path
import json import json
rpc_end_point = ""
base_provider = Web3.HTTPProvider(rpc_end_point)
cache_directoty = './cache' cache_directoty = './cache'
class BlockData: class BlockData: