We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3c68b57 commit b1e4586Copy full SHA for b1e4586
tests/test_accounts.py
@@ -2,15 +2,15 @@
2
3
from etherscan.accounts import Account
4
5
-SINGLE_BALANCE = '40807168566070000000000'
+SINGLE_BALANCE = '40807178566070000000000'
6
SINGLE_ACCOUNT = '0xddbd2b932c763ba5b1b7ae3b362eac3e8d40121a'
7
MULTI_ACCOUNT = ['0xddbd2b932c763ba5b1b7ae3b362eac3e8d40121a',
8
'0xddbd2b932c763ba5b1b7ae3b362eac3e8d40121a']
9
MULTI_BALANCE = [
10
{'account': '0xddbd2b932c763ba5b1b7ae3b362eac3e8d40121a',
11
- 'balance': '40807168566070000000000'},
+ 'balance': '40807178566070000000000'},
12
13
- 'balance': '40807168566070000000000'}
+ 'balance': '40807178566070000000000'}
14
]
15
API_KEY = 'YourAPIkey'
16
0 commit comments