Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 44a819e

Browse files
author
Kotsias, Panagiotis-Christos
committed
Added stable config for accounts
1 parent 6e6cb9c commit 44a819e

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed

etherscan/configs/stable.json

+14
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
{
2+
"get_eth_balance": "accounts",
3+
"get_eth_balance_multiple": "accounts",
4+
"get_hist_eth_balance_by_block": "accounts",
5+
"get_normal_txs_by_address": "accounts",
6+
"get_normal_txs_by_address_paginated": "accounts",
7+
"get_internal_txs_by_address": "accounts",
8+
"get_internal_txs_by_address_paginated": "accounts",
9+
"get_internal_txs_by_txhash": "accounts",
10+
"get_internal_txs_by_block_range_paginated": "accounts",
11+
"get_erc20_token_transfer_events_by_address": "accounts",
12+
"get_erc721_token_transfer_events_by_address": "accounts",
13+
"get_mined_blocks_by_address": "accounts"
14+
}

0 commit comments

Comments
 (0)