/ source-bitcoin-explorer / sample_files / config-example.json
config-example.json
 1  {
 2    "wallets": [
 3      {
 4        "address": "bc1quavk8mmyla69h0fmpdcr2e68cuplz63gu3f890",
 5        "name": "test",
 6        "tags": ["EOA", "Stacking"],
 7        "backfill": true
 8      }
 9    ]
10  }