mirror of
https://github.com/tornadocash/tornado-relayer.git
synced 2024-10-01 08:25:37 -04:00
small fix for coingecko
This commit is contained in:
parent
87572cd499
commit
e236fade58
@ -92,7 +92,7 @@ function getMainnetTokens() {
|
||||
Object.entries(tokens).map(([currency, data]) => {
|
||||
if (currency !== 'eth') {
|
||||
tokenAddresses.push(data.tokenAddress)
|
||||
currencyLookup[data.tokenAddress] = currency
|
||||
currencyLookup[data.tokenAddress.toLowerCase()] = currency
|
||||
}
|
||||
})
|
||||
return { tokenAddresses, currencyLookup }
|
||||
|
Loading…
Reference in New Issue
Block a user