From b6556e4c7f2f39aff4bb266dce2d494a7aedd277 Mon Sep 17 00:00:00 2001 From: Daniel Sanchez Date: Thu, 3 Dec 2020 16:27:18 +0100 Subject: [PATCH] Fix style error --- src/routes/safe/components/Apps/utils.ts | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/routes/safe/components/Apps/utils.ts b/src/routes/safe/components/Apps/utils.ts index ec323320..f6b11699 100644 --- a/src/routes/safe/components/Apps/utils.ts +++ b/src/routes/safe/components/Apps/utils.ts @@ -42,15 +42,15 @@ export const staticAppsList: Array = [ disabled: false, networks: [ETHEREUM_NETWORK.MAINNET], }, - //Balancer Pool + // Balancer Pool { url: `${process.env.REACT_APP_IPFS_GATEWAY}/QmaTucdZYLKTqaewwJduVMM8qfCDhyaEqjd8tBNae26K1J`, disabled: false, networks: [ETHEREUM_NETWORK.MAINNET], }, - //CMM - // Point to a static server to allow app update without Safe deployment - { + // CMM + // Point to a static server to allow app update without Safe deployment + { url: `https://safe-cmm.gnosis.io`, disabled: false, networks: [ETHEREUM_NETWORK.RINKEBY, ETHEREUM_NETWORK.XDAI],