diff --git a/package-lock.json b/package-lock.json index fe4ec2563e..e4d2801ee0 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@balancer/frontend-v2", - "version": "1.141.15", + "version": "1.142.0", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "@balancer/frontend-v2", - "version": "1.141.15", + "version": "1.142.0", "license": "MIT", "devDependencies": { "@aave/protocol-js": "^4.3.0", diff --git a/package.json b/package.json index d2f318a5a4..32cc0e9737 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@balancer/frontend-v2", - "version": "1.141.15", + "version": "1.142.0", "engines": { "node": "=16", "npm": ">=8" diff --git a/src/lib/config/mainnet/tokenlists.ts b/src/lib/config/mainnet/tokenlists.ts index bb64a669e8..37da9d93a7 100644 --- a/src/lib/config/mainnet/tokenlists.ts +++ b/src/lib/config/mainnet/tokenlists.ts @@ -6,7 +6,7 @@ const tokenlists: TokenListURLMap = { 'https://raw.githubusercontent.com/balancer/tokenlists/main/generated/balancer.tokenlist.json', }, External: [ - 'ipns://tokens.uniswap.org', + 'https://tokens.uniswap.org/', 'https://www.gemini.com/uniswap/manifest.json', ], };