forked from TrueBlocks/trueblocks-core
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathethslurp.toml
29 lines (27 loc) · 937 Bytes
/
ethslurp.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
[version]
current = "0.5.5-alpha"
[settings]
api_provider = "EtherScan"
api_url = "http://etherscan.io/apis"
api_key = "<NOT_SET>"
[display]
fmt_fieldList = ""
fmt_txt_file = "[{HEADER}]\n[{RECORDS}]"
fmt_txt_record = "[{FIELDS}]\n"
fmt_txt_field = "\t[{FIELD}]"
fmt_csv_file = "[{HEADER}]\n[{RECORDS}]"
fmt_csv_record = "[{FIELDS}]\n"
fmt_csv_field = "[\"{FIELD}\"],"
fmt_html_file = "<table>\n[{HEADER}]\n[{RECORDS}]</table>\n"
fmt_html_record = "\t<tr>\n[{FIELDS}]</tr>\n"
fmt_html_field = "\t\t<td>[{FIELD}]</td>\n"
fmt_json_file = "[{RECORDS}]\n"
fmt_json_record = "\n {\n[{FIELDS}] },"
fmt_json_field = " \"[{p:FIELD}]\":\"[{FIELD}]\","
fmt_custom_file = "file:custom.txt"
fmt_custom_record = "fmt_txt_record"
fmt_custom_field = "fmt_txt_field"
fmt_ethscan_fieldList = "blockNumber|transactionIndex"
fmt_ethscan_file = "[{HEADER}]\n[{RECORDS}]"
fmt_ethscan_record = "[{FIELDS}]\n"
fmt_ethscan_field = "\t[{FIELD}]"