From 2d0756ef20e46a71d6f4517a54d41c075a3f0a1b Mon Sep 17 00:00:00 2001 From: Pedro Yves Fracari Date: Thu, 18 Jan 2024 09:39:25 -0300 Subject: [PATCH] fix: add remotePatterns of token list images --- apps/cow-tools/next.config.js | 30 ++++++++++++++++++++++++++++++ 1 file changed, 30 insertions(+) diff --git a/apps/cow-tools/next.config.js b/apps/cow-tools/next.config.js index 623c8c162..64424a63e 100644 --- a/apps/cow-tools/next.config.js +++ b/apps/cow-tools/next.config.js @@ -61,6 +61,24 @@ const moduleExports = { port: "", pathname: "/balancer/frontend-v2/**", }, + { + protocol: "https", + hostname: "raw.githubusercontent.com", + port: "", + pathname: "/trustwallet/assets/**", + }, + { + protocol: "https", + hostname: "raw.githubusercontent.com", + port: "", + pathname: "/cowprotocol/token-lists/**", + }, + { + protocol: "https", + hostname: "raw.githubusercontent.com", + port: "", + pathname: "/centfinance/assets/**", + }, { protocol: "https", hostname: "cdn.sanity.io", @@ -68,6 +86,18 @@ const moduleExports = { pathname: "/images/r2mka0oi/production/bf37b9c7fb36c7d3c96d3d05b45c76d89072b777-1800x1800.png", }, + { + protocol: "https", + hostname: "gnosis.mypinata.cloud", + port: "", + pathname: "/ipfs/**", + }, + { + protocol: "https", + hostname: "app.stakewise.io", + port: "", + pathname: "/static/images/currencies/**", + }, ], }, };