-
Notifications
You must be signed in to change notification settings - Fork 23
/
config.toml
40 lines (40 loc) · 986 Bytes
/
config.toml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
# This is an example configuration file.
Allow = [
"clique_getSigners",
"clique_getSignersAtHash",
"clique_getSnapshot",
"clique_getSnapshotAtHash",
"clique_getVoters",
"clique_getVotersAtHash",
"eth_blockNumber",
"eth_call",
"eth_chainId",
"eth_estimateGas",
"eth_gasPrice",
"eth_genesisAlloc",
"eth_getBalance",
"eth_getBlockByHash",
"eth_getBlockByNumber",
"eth_getBlockTransactionCountByHash",
"eth_getBlockTransactionCountByNumber",
"eth_getCode",
"eth_getFilterChanges",
"eth_getLogs",
"eth_getStorageAt",
"eth_getTransactionByBlockHashAndIndex",
"eth_getTransactionByBlockNumberAndIndex",
"eth_getTransactionByHash",
"eth_getTransactionCount",
"eth_getTransactionReceipt",
"eth_newBlockFilter",
"eth_newPendingTransactionFilter",
"eth_sendRawTransaction",
"eth_subscribe",
"eth_totalSupply",
"eth_uninstallFilter",
"eth_unsubscribe",
"net_listening",
"net_version",
"rpc_modules",
"web3_clientVersion",
]