Skip to content

Releases: balancer/frontend-v2

1.12.13

12 Aug 17:21
6d50fd1
Compare
Choose a tag to compare

🚒 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

12 Aug 13:06
225f828
Compare
Choose a tag to compare

🚒 Hotfix (@garethfuller, #671)

Fix order of gtag script calls.

1.12.11

12 Aug 08:42
f7fc634
Compare
Choose a tag to compare

🚒 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

11 Aug 18:05
936ab14
Compare
Choose a tag to compare

🚒 Hotfix (@garethfuller, #667)

Add google analytics script.

1.12.9

11 Aug 15:12
03ca7dc
Compare
Choose a tag to compare

🚒 Hotfix (@garethfuller, #665)

Fix scaling of amounts passed into function for checking which tokens need approvals.

1.12.8

11 Aug 13:44
7990962
Compare
Choose a tag to compare

🚒 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

11 Aug 09:49
7eb81bb
Compare
Choose a tag to compare

🚒 Hotfix (@garethfuller, #661)

Fixes RPC websocket on polygon.

1.12.6

10 Aug 20:37
2397ee0
Compare
Choose a tag to compare

🚒 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

10 Aug 17:13
bd873fc
Compare
Choose a tag to compare

🚒 Hotfix (@1saf, #654)

Fix claim values on Polygon

1.12.4

10 Aug 15:54
9baeaba
Compare
Choose a tag to compare

🚒 Hotfix (@garethfuller, #652)

  • Fix injection of liquidity mining tokens before token lists are loaded.
  • Fix external links to token lists.