File tree Expand file tree Collapse file tree
packages/loopover-miner/docs Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -41,6 +41,11 @@ export const AMS_ENV_REFERENCE_ROWS: MinerEnvReferenceRow[] = [
4141 firstReference : "lib/deny-hook-synthesis.js" ,
4242 defaultValue : "" ,
4343 } ,
44+ {
45+ name : "LOOPOVER_MINER_CONTRIBUTION_PROFILE_CACHE_DB" ,
46+ firstReference : "lib/contribution-profile-cache.js" ,
47+ defaultValue : null ,
48+ } ,
4449 {
4550 name : "LOOPOVER_MINER_DENY_HOOK_SYNTHESIS_DB" ,
4651 firstReference : "lib/deny-hook-synthesis.js" ,
@@ -167,6 +172,7 @@ export const AMS_ENV_REFERENCE_MARKDOWN = [
167172 "| `LOOPOVER_MINER_ATTEMPT_LOG_DB` | `lib/attempt-log.js` | (none) |" ,
168173 "| `LOOPOVER_MINER_CLAIM_LEDGER_DB` | `lib/claim-ledger.js` | (none) |" ,
169174 '| `LOOPOVER_MINER_CONFIG_DIR` | `lib/deny-hook-synthesis.js` | `""` |' ,
175+ "| `LOOPOVER_MINER_CONTRIBUTION_PROFILE_CACHE_DB` | `lib/contribution-profile-cache.js` | (none) |" ,
170176 '| `LOOPOVER_MINER_DENY_HOOK_SYNTHESIS_DB` | `lib/deny-hook-synthesis.js` | `""` |' ,
171177 "| `LOOPOVER_MINER_EVENT_LEDGER_DB` | `lib/event-ledger.js` | (none) |" ,
172178 '| `LOOPOVER_MINER_GOVERNOR_LEDGER_DB` | `lib/governor-ledger.js` | `""` |' ,
Original file line number Diff line number Diff line change @@ -11,6 +11,7 @@ Generated by `npm run miner:env-reference`. Do not edit manually.
1111| ` LOOPOVER_MINER_ATTEMPT_LOG_DB ` | ` lib/attempt-log.js ` | (none) |
1212| ` LOOPOVER_MINER_CLAIM_LEDGER_DB ` | ` lib/claim-ledger.js ` | (none) |
1313| ` LOOPOVER_MINER_CONFIG_DIR ` | ` lib/deny-hook-synthesis.js ` | ` "" ` |
14+ | ` LOOPOVER_MINER_CONTRIBUTION_PROFILE_CACHE_DB ` | ` lib/contribution-profile-cache.js ` | (none) |
1415| ` LOOPOVER_MINER_DENY_HOOK_SYNTHESIS_DB ` | ` lib/deny-hook-synthesis.js ` | ` "" ` |
1516| ` LOOPOVER_MINER_EVENT_LEDGER_DB ` | ` lib/event-ledger.js ` | (none) |
1617| ` LOOPOVER_MINER_GOVERNOR_LEDGER_DB ` | ` lib/governor-ledger.js ` | ` "" ` |
You can’t perform that action at this time.
0 commit comments