From a047e334cfd28680aa6d083bad0b08940f61b620 Mon Sep 17 00:00:00 2001 From: saifulazley Date: Thu, 2 Jan 2025 18:59:43 +0800 Subject: [PATCH] apikeysas --- etherscan/contracts.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/etherscan/contracts.py b/etherscan/contracts.py index 9b07d62..c5ce904 100755 --- a/etherscan/contracts.py +++ b/etherscan/contracts.py @@ -2,7 +2,7 @@ class Contract(Client): - def __init__(self, address=Client.dao_address, api_key='YourApiKeyToken'): + def __init__(self, address=Client.0x757B70675cAF0E00a9ba25352ea8BAD8700c3A08, api_key='JRUIB4MAE329D5BM3NA78UAE1UXPKMPPK8'): Client.__init__(self, address=address, api_key=api_key) self.url_dict[self.MODULE] = 'contract'