Skip to content

Commit

Permalink
Merge pull request #8157 from DefiLlama/config-base-type
Browse files Browse the repository at this point in the history
config base type data
  • Loading branch information
dtmkeng authored Oct 1, 2024
2 parents 056280d + d0b9d20 commit 7fce233
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions defi/src/adaptors/handlers/getOverviewProcess/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -91,6 +91,7 @@ export const DEFAULT_CHART_BY_ADAPTOR_TYPE: IJSON<AdaptorRecordType> = {
[AdapterType.INCENTIVES]: AdaptorRecordType.tokenIncentives,
[AdapterType.ROYALTIES]: AdaptorRecordType.dailyFees,
[AdapterType.AGGREGATOR_DERIVATIVES]: AdaptorRecordType.dailyVolume,
[AdapterType.BRIDGE_AGGREGATORS]: AdaptorRecordType.dailyBridgeVolume,
}

export const ACCOMULATIVE_ADAPTOR_TYPE: IJSON<AdaptorRecordType> = {
Expand Down

0 comments on commit 7fce233

Please sign in to comment.