Skip to content

Commit

Permalink
fixed address
Browse files Browse the repository at this point in the history
  • Loading branch information
jacksmithinsulander committed Dec 31, 2024
1 parent f92b3b8 commit 0263969
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion fees/blazingbot.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ import { CHAIN } from "../helpers/chains";
import { getSolanaReceived } from "../helpers/token";

const fethcFeesSolana = async (options: FetchOptions) => {
const dailyFees = await getSolanaReceived({ options, target: '47hEzz83VFR23rLTEeVm9A7eFzjJwjvdupPPmX3cePqF' })
const dailyFees = await getSolanaReceived({ options, target: '4TTaKEKLjh1WJZttu1kvDtZt9N4G854C6ZKPAprZFRuy' })
return { dailyFees, dailyRevenue: dailyFees, }
}

Expand Down

0 comments on commit 0263969

Please sign in to comment.