From 149b75ea1235479aeffa334c3810e9f374ef0a1f Mon Sep 17 00:00:00 2001 From: Daniel Sanchez Date: Wed, 3 Mar 2021 11:49:21 +0100 Subject: [PATCH] Remove "Rinkeby" from Lido finance title --- src/routes/safe/components/Apps/utils.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/routes/safe/components/Apps/utils.ts b/src/routes/safe/components/Apps/utils.ts index 9d328c32..6443d04b 100644 --- a/src/routes/safe/components/Apps/utils.ts +++ b/src/routes/safe/components/Apps/utils.ts @@ -71,7 +71,7 @@ export const staticAppsList: Array = [ }, // Lido finance { - url: `${process.env.REACT_APP_IPFS_GATEWAY}/QmYCzVxP4v8dX92d3nPvnxCksmsjdbKEPMzDHwudK2SALE`, + url: `${process.env.REACT_APP_IPFS_GATEWAY}/Qmde8dsa9r8bB59CNGww6LRiaZABuKaJfuzvu94hFkatJC`, disabled: false, networks: [ETHEREUM_NETWORK.MAINNET], },