mirror of
https://github.com/status-im/status-react.git
synced 2025-01-11 03:26:31 +00:00
Token info url is changed to https
Signed-off-by: yevh-berdnyk <ie.berdnyk@gmail.com>
This commit is contained in:
parent
ce4d3eb88a
commit
95639d1bf2
@ -7,5 +7,5 @@ def get_ethereum_price_in_usd() -> float:
|
||||
|
||||
|
||||
def get_token_info(address: str):
|
||||
url = 'http://api.ethplorer.io/getTokenInfo/%s?apiKey=freekey' % address
|
||||
url = 'https://api.ethplorer.io/getTokenInfo/%s?apiKey=freekey' % address
|
||||
return requests.request('GET', url).json()
|
||||
|
Loading…
x
Reference in New Issue
Block a user