Skip to content

Commit

Permalink
remove bribes
Browse files Browse the repository at this point in the history
  • Loading branch information
0xngmi authored Feb 19, 2024
1 parent 4c1d2a1 commit 43e7125
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion fees/uniswap-lab.ts
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ const config: any = {

const fetch = async (timestamp: number, _: ChainBlocks, options: FetchOptions): Promise<FetchResultFees> => {
const dailyFees = await addTokensReceived({ ...config[options.chain], options})
return { timestamp, dailyFees, dailyBribesRevenue: dailyFees, dailyRevenue: dailyFees }
return { timestamp, dailyFees, dailyRevenue: dailyFees }
}

const adapters: SimpleAdapter = {
Expand Down

0 comments on commit 43e7125

Please sign in to comment.