Skip to content

Commit

Permalink
Update Liquity app with logo
Browse files Browse the repository at this point in the history
  • Loading branch information
Daniel Sanchez committed Apr 14, 2021
1 parent 46b1d21 commit 0ec11dc
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 9 deletions.
6 changes: 2 additions & 4 deletions config/appsList.js
Original file line number Diff line number Diff line change
Expand Up @@ -25,9 +25,7 @@ const safeAppsConfig = [
},
// Aave v2
{
url: `${process.env.REACT_APP_IPFS_GATEWAY}/QmVg7aXr5S8sT2iUdUwdkfTJNknmB7rcE3t92HiGoVsYDj`,
url: `https://app.aave.com/`,
disabled: false,
networks: [ETHEREUM_NETWORK.MAINNET],
},
//Balancer Exchange
Expand Down Expand Up @@ -68,9 +66,9 @@ const safeAppsConfig = [
},
// Liquity
{
url: `${process.env.REACT_APP_IPFS_GATEWAY}/QmVfeXEAJ5QsJALLTHHdaoYycmKC7BwPLyvYeK3z76cpzJ`,
url: `${process.env.REACT_APP_IPFS_GATEWAY}/QmYzTAH6Nzexu35tbWmhVrLYwWj9MdbD1iECejgaGHFk8P`,
disabled: false,
networks: [ETHEREUM_NETWORK.MAINNET],
networks: [ETHEREUM_NETWORK.MAINNET, ETHEREUM_NETWORK.RINKEBY],
},
// Mushrooms finance
{
Expand Down
12 changes: 7 additions & 5 deletions public/gnosis-default.applist.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "Gnosis Safe default apps list",
"timestamp": "2021-04-09T10:54:50.143Z",
"timestamp": "2021-04-14T09:28:25.262Z",
"version": {
"major": 0,
"minor": 1,
Expand Down Expand Up @@ -149,13 +149,15 @@
]
},
{
"id": "{\"url\":\"https://cloudflare-ipfs.com/ipfs/QmVfeXEAJ5QsJALLTHHdaoYycmKC7BwPLyvYeK3z76cpzJ\",\"name\":\"L\"}",
"url": "https://cloudflare-ipfs.com/ipfs/QmVfeXEAJ5QsJALLTHHdaoYycmKC7BwPLyvYeK3z76cpzJ",
"id": "{\"url\":\"https://cloudflare-ipfs.com/ipfs/QmYzTAH6Nzexu35tbWmhVrLYwWj9MdbD1iECejgaGHFk8P\",\"name\":\"L\"}",
"url": "https://cloudflare-ipfs.com/ipfs/QmYzTAH6Nzexu35tbWmhVrLYwWj9MdbD1iECejgaGHFk8P",
"name": "Liquity Frontend",
"iconUrl": "",
"iconUrl": "https://cloudflare-ipfs.com/ipfs/QmYzTAH6Nzexu35tbWmhVrLYwWj9MdbD1iECejgaGHFk8P/logo256.png",
"description": "Simple frontend with high kickback rate, hosted on Arweave and ENS for maximal decentralisation.",
"iconPath": "logo256.png",
"networks": [
1
1,
4
]
},
{
Expand Down

0 comments on commit 0ec11dc

Please sign in to comment.