@@ -13,7 +13,7 @@ import (
13
13
)
14
14
15
15
func TestClient_AccountBalance (t * testing.T ) {
16
- balance , err := api .AccountBalance ("0x281055afc982d96fab65b3a49cac8b878184cb16 " )
16
+ balance , err := api .AccountBalance ("0x0000000000000000000000000000000000000000 " )
17
17
noError (t , err , "api.AccountBalance" )
18
18
19
19
if balance .Int ().Cmp (big .NewInt (0 )) != 1 {
@@ -23,10 +23,10 @@ func TestClient_AccountBalance(t *testing.T) {
23
23
24
24
func TestClient_MultiAccountBalance (t * testing.T ) {
25
25
balances , err := api .MultiAccountBalance (
26
- "0x281055afc982d96fab65b3a49cac8b878184cb16 " ,
27
- "0x6f46cf5569aefa1acc1009290c8e043747172d89 " ,
28
- "0x90e63c3d53e0ea496845b7a03ec7548b70014a91 " ,
29
- "0x53d284357ec70ce289d6d64134dfac8e511c8a3d " )
26
+ "0x0000000000000000000000000000000000000000 " ,
27
+ "0x0000000000000000000000000000000000000001 " ,
28
+ "0x0000000000000000000000000000000000000002 " ,
29
+ "0x0000000000000000000000000000000000000003 " )
30
30
noError (t , err , "api.MultiAccountBalance" )
31
31
32
32
for i , item := range balances {
0 commit comments