/ source-etherscan / sample_files / config-example.json
config-example.json
 1  {
 2      "api_key": "My REST API Key",
 3      "chain_id": "1",
 4      "sleep_seconds": 2,
 5      "backfill": true,
 6      "pagination_offset": 250,
 7      "wallets": [
 8          {
 9              "address": "blah-blah-blah",
10              "name": "blah-blah-blah",
11              "tags": ["Blah"]
12          }
13      ],
14      "tokens": [
15        {
16          "name": "erc20-token-name",
17          "address": "erc20-address"
18        }
19      ]
20  }