Skip to content

Commit

Permalink
Add Liquity app
Browse files Browse the repository at this point in the history
  • Loading branch information
Daniel Sanchez committed Apr 9, 2021
1 parent c82b827 commit f3cf1e1
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 1 deletion.
6 changes: 6 additions & 0 deletions config/appsList.js
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,12 @@ const safeAppsConfig = [
url: `${process.env.REACT_APP_IPFS_GATEWAY}/Qmde8dsa9r8bB59CNGww6LRiaZABuKaJfuzvu94hFkatJC`,
networks: [ETHEREUM_NETWORK.MAINNET],
},
// Liquity
{
url: `${process.env.REACT_APP_IPFS_GATEWAY}/QmVfeXEAJ5QsJALLTHHdaoYycmKC7BwPLyvYeK3z76cpzJ`,
disabled: false,
networks: [ETHEREUM_NETWORK.MAINNET],
},
// Mushrooms finance
{
url: `${process.env.REACT_APP_IPFS_GATEWAY}/QmT96aES2YA9BssByc6DVizQDkofmKRErs8gJyqWipjyS8`,
Expand Down
12 changes: 11 additions & 1 deletion 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-09T09:03:40.459Z",
"timestamp": "2021-04-09T09:12:39.760Z",
"version": {
"major": 0,
"minor": 1,
Expand Down Expand Up @@ -137,6 +137,16 @@
1
]
},
{
"id": "{\"url\":\"https://cloudflare-ipfs.com/ipfs/QmVfeXEAJ5QsJALLTHHdaoYycmKC7BwPLyvYeK3z76cpzJ\",\"name\":\"L\"}",
"url": "https://cloudflare-ipfs.com/ipfs/QmVfeXEAJ5QsJALLTHHdaoYycmKC7BwPLyvYeK3z76cpzJ",
"name": "Liquity Frontend",
"iconUrl": "",
"description": "Simple frontend with high kickback rate, hosted on Arweave and ENS for maximal decentralisation.",
"networks": [
1
]
},
{
"id": "{\"url\":\"https://cloudflare-ipfs.com/ipfs/QmT96aES2YA9BssByc6DVizQDkofmKRErs8gJyqWipjyS8\",\"name\":\"M\"}",
"url": "https://cloudflare-ipfs.com/ipfs/QmT96aES2YA9BssByc6DVizQDkofmKRErs8gJyqWipjyS8",
Expand Down

0 comments on commit f3cf1e1

Please sign in to comment.