requests.get(
f'https://api.smartbit.com.au/v1/blockchain/address/{addr}',proxies=dict)
driver = webdriver.Chrome()
river = webdriver.Chrome(chrome_options=options, executable_path=ChromeDriverManager().install())
from webdriver_manager.chrome import ChromeDriverManager