Skip to content

Commit

Permalink
Update dHedge app
Browse files Browse the repository at this point in the history
  • Loading branch information
Daniel Sanchez committed Apr 14, 2021
1 parent 6a1a8be commit 3a33ed0
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 5 deletions.
2 changes: 1 addition & 1 deletion config/appsList.js
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ const safeAppsConfig = [
},
// dHedge
{
url: `${process.env.REACT_APP_IPFS_GATEWAY}/QmaiemnumMaaK9wE1pbMfm3YSBUpcFNgDh3Bf6VZCZq57Q`,
url: `https://app.dhedge.org/`,
networks: [ETHEREUM_NETWORK.MAINNET],
},
// ENS
Expand Down
12 changes: 8 additions & 4 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-14T09:30:14.101Z",
"timestamp": "2021-04-14T09:31:33.528Z",
"version": {
"major": 0,
"minor": 1,
Expand Down Expand Up @@ -111,12 +111,16 @@
]
},
{
"id": "{\"url\":\"https://cloudflare-ipfs.com/ipfs/QmaiemnumMaaK9wE1pbMfm3YSBUpcFNgDh3Bf6VZCZq57Q\",\"name\":\"d\"}",
"url": "https://cloudflare-ipfs.com/ipfs/QmaiemnumMaaK9wE1pbMfm3YSBUpcFNgDh3Bf6VZCZq57Q",
"id": "{\"url\":\"https://app.dhedge.org/\",\"name\":\"dHEDGE\"}",
"url": "https://app.dhedge.org/",
"name": "dHEDGE",
"iconUrl": "https://cloudflare-ipfs.com/ipfs/QmaiemnumMaaK9wE1pbMfm3YSBUpcFNgDh3Bf6VZCZq57Q/logo.svg",
"iconUrl": "https://app.dhedge.org/logo.svg",
"description": "Decentralized asset management",
"iconPath": "logo.svg",
"providedBy": {
"name": "dHEDGE",
"url": "https://www.dhedge.org/"
},
"networks": [
1
]
Expand Down

0 comments on commit 3a33ed0

Please sign in to comment.