Skip to content

Commit

Permalink
fix eslint
Browse files Browse the repository at this point in the history
  • Loading branch information
tlatkdgus1 committed Jul 26, 2024
1 parent ad718bb commit d4ad2fc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion projects/helper/tokenMapping.js
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ const fixBalancesTokens = {
"XRP": { coingeckoId: "ripple", decimals: 6 },
},
base: {
"0xe4b20925D9E9a62F1E492e15a81dC0de62804dd4": { coingeckoId: "bitcoin-usd-btcfi", decimals: 18 }
'0xe4b20925D9E9a62F1E492e15a81dC0de62804dd4': { coingeckoId: "bitcoin-usd-btcfi", decimals: 18 },
},
}

Expand Down

0 comments on commit d4ad2fc

Please sign in to comment.