Skip to content

Commit

Permalink
Lower case
Browse files Browse the repository at this point in the history
  • Loading branch information
batphonghan committed Aug 15, 2024
1 parent 2052081 commit aa20584
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions adapters/kelp_gain_linea/src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -51,8 +51,8 @@ export const getUserTVLByBlock = async (blocks: BlockData) => {
csvRows.push({
block_number: blockNumber,
timestamp: blockTimestamp,
user_address: kelpGAIN,
token_address: rsETH,
user_address: kelpGAIN.toLowerCase(),
token_address: rsETH.toLowerCase(),
token_balance: BigInt(rsETHBalanceRaw.toString()),
token_symbol: "rsETH",
usd_price: rsEthPrice.toNumber(),
Expand Down

0 comments on commit aa20584

Please sign in to comment.