Skip to content

Commit

Permalink
Add ENS app
Browse files Browse the repository at this point in the history
  • Loading branch information
Daniel Sanchez committed Apr 14, 2021
1 parent 0ec11dc commit 6a1a8be
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 1 deletion.
5 changes: 5 additions & 0 deletions config/appsList.js
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,11 @@ const safeAppsConfig = [
url: `${process.env.REACT_APP_IPFS_GATEWAY}/QmaiemnumMaaK9wE1pbMfm3YSBUpcFNgDh3Bf6VZCZq57Q`,
networks: [ETHEREUM_NETWORK.MAINNET],
},
// ENS
{
url: `https://app.ens.domains/`,
networks: [ETHEREUM_NETWORK.MAINNET, ETHEREUM_NETWORK.RINKEBY],
},
// Idle
{
url: `${process.env.REACT_APP_IPFS_GATEWAY}/QmTvrLwJtyjG8QFHgvqdPhcV5DBMQ7oZceSU4uvPw9vQaj`,
Expand Down
14 changes: 13 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-14T09:28:25.262Z",
"timestamp": "2021-04-14T09:30:14.101Z",
"version": {
"major": 0,
"minor": 1,
Expand Down Expand Up @@ -121,6 +121,18 @@
1
]
},
{
"id": "{\"url\":\"https://app.ens.domains/\",\"name\":\"ENS App\"}",
"url": "https://app.ens.domains/",
"name": "ENS App",
"iconUrl": "https://app.ens.domains/android-chrome-144x144.png",
"description": "Decentralised naming for wallets, websites, & more.",
"iconPath": "android-chrome-144x144.png",
"networks": [
1,
4
]
},
{
"id": "{\"url\":\"https://cloudflare-ipfs.com/ipfs/QmTvrLwJtyjG8QFHgvqdPhcV5DBMQ7oZceSU4uvPw9vQaj\",\"name\":\"I\"}",
"url": "https://cloudflare-ipfs.com/ipfs/QmTvrLwJtyjG8QFHgvqdPhcV5DBMQ7oZceSU4uvPw9vQaj",
Expand Down

0 comments on commit 6a1a8be

Please sign in to comment.