Skip to content

Commit b13b801

Browse files
author
Kotsias, Panagiotis-Christos
committed
Sorted
1 parent 629f66b commit b13b801

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

etherscan/enums/actions_enum.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,10 +11,10 @@ class ActionsEnum:
1111
GET_SOURCE_CODE: str = "getsourcecode"
1212
GET_STATUS: str = "getstatus"
1313
GET_TX_RECEIPT_STATUS: str = "gettxreceiptstatus"
14+
TOKEN_BALANCE: str = "tokenbalance"
15+
TOKEN_SUPPLY: str = "tokensupply"
1416
TOKENNFTTX: str = "tokennfttx"
1517
TOKENTX: str = "tokentx"
16-
TOKEN_SUPPLY: str = "tokensupply"
17-
TOKEN_BALANCE: str = "tokenbalance"
1818
TXLIST_INTERNAL: str = "txlistinternal"
1919
TXLIST: str = "txlist"
2020

0 commit comments

Comments
 (0)