Releases: balancer/frontend-v2
1.12.13
🚒 Hotfix (@garethfuller, #673)
Using the consent schema prevents and data being reported in the Google Analytics dashboard. Instead, we have to use the old version of GA and pass client_storage: none in the google tag config.
1.12.12
🚒 Hotfix (@garethfuller, #671)
Fix order of gtag script calls.
1.12.11
🚒 Hotfix (@garethfuller, #669)
Fixes use of userConfigNetwork. It should return null if the user is not connected. Any uses of the user's config throughout the app should handle that.
1.12.10
🚒 Hotfix (@garethfuller, #667)
Add google analytics script.
1.12.9
🚒 Hotfix (@garethfuller, #665)
Fix scaling of amounts passed into function for checking which tokens need approvals.
1.12.8
🚒 Hotfix (@garethfuller, #663)
Fixes references to chainId
where before we were fetching this from the user's network config when we should have been fetching from the app network config.
1.12.7
🚒 Hotfix (@garethfuller, #661)
Fixes RPC websocket on polygon.
1.12.6
🚒 Hotfix (@garethfuller, #656)
Fixes price fetching when no price information is available from coingecko. The registry refactor introduced a bug where by the prices map would return an empty object for a token it couldn't fetch the price for. Instead it shouldn't inject that token into the prices map at all.
1.12.5
1.12.4
🚒 Hotfix (@garethfuller, #652)
- Fix injection of liquidity mining tokens before token lists are loaded.
- Fix external links to token lists.