Skip to content

Commit

Permalink
address.toLowercase()
Browse files Browse the repository at this point in the history
  • Loading branch information
mvp83 committed Jun 3, 2024
1 parent c5c4977 commit 8ae1804
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion adapters/clip_finance/src/sdk/subgraphDetails.ts
Original file line number Diff line number Diff line change
Expand Up @@ -128,7 +128,7 @@ export const getUserBalanceSnapshotAtBlock = async (
const user= share.id.substring(0, 42);
const key = user.concat(balance.token);
if (user == "0xa663f143055254a503467ff8b18aa9e70b9455b6" ||
user == "0x8355FB68eCB3F705f0eF14263A1F7FCBedE67b42") {
user == "0x8355fb68ecb3f705f0ef14263a1f7fcbede67b42") {
strategyRouterBalance.set(key.concat(balance.token), balance);
} else if (balance.balance.gt(0)) {
if (!balanceMap.has(key)) {
Expand Down

0 comments on commit 8ae1804

Please sign in to comment.