Skip to content

Commit

Permalink
add log error
Browse files Browse the repository at this point in the history
  • Loading branch information
dtmkeng committed Apr 25, 2024
1 parent 96ef9b2 commit a018e30
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions fees/banana-gun-trading.ts
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@ const fethcFeesSolana = async (timestamp: number, _: ChainBlocks, options: Fetch
timestamp
}
} catch (error: any) {
console.error('Error fetching fees for Solana', error);
return {
dailyFees: "0",
timestamp
Expand Down

0 comments on commit a018e30

Please sign in to comment.