You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The off-chain token data fetching flow doesn't work correctly when coingecko has multiple tokens (L1 bridged + Native) under the same token id. Fix the script to update both native and bridged tokens in the DB.
🐛 Bug Report
📝 Description
The off-chain token data fetching flow doesn't work correctly when coingecko has multiple tokens (L1 bridged + Native) under the same token id. Fix the script to update both native and bridged tokens in the DB.
🔄 Reproduction Steps
Example: USDC/USDC.e token.
🤔 Expected Behavior
Both native and bridged token should be updated.
😯 Current Behavior
Native token is not updated.
Might be worth looking into #287 first.
The text was updated successfully, but these errors were encountered: