Skip to content

Commit

Permalink
fix vader id
Browse files Browse the repository at this point in the history
  • Loading branch information
dtmkeng committed Jan 15, 2025
1 parent 5468349 commit 9e4e4b4
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions fees/vader-ai.ts
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ const contract: any = {
'0x8bE2c661b35161A138A35C84F77895c4cc23900D',
]
}
const varder = '0x731814e491571A2e9eE3c5b1F7f3b962eE8f4870';

const fetchFees = async (options: FetchOptions) => {
const dailyFees = options.createBalances();
Expand All @@ -17,6 +18,14 @@ const fetchFees = async (options: FetchOptions) => {
token: '0x0b3e328455c4059eeb9e3f84b5543f74e24e7e1b',
balances: dailyFees,
})

// fees when swap varder-ai
await addTokensReceived({
options,
target: varder,
token: varder,
balances: dailyFees,
})
return {
dailyFees,
dailyRevenue: dailyFees,
Expand Down

0 comments on commit 9e4e4b4

Please sign in to comment.