Skip to content

Commit

Permalink
Add Aave2 app
Browse files Browse the repository at this point in the history
  • Loading branch information
Daniel Sanchez committed Apr 9, 2021
1 parent f3cf1e1 commit 46b1d21
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 1 deletion.
7 changes: 7 additions & 0 deletions config/appsList.js
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,13 @@ const safeAppsConfig = [
url: `${process.env.REACT_APP_IPFS_GATEWAY}/QmQ3w2ezp2zx3u2LYQHyuNzMrLDJFjyL1rjAFTjNMcQ4cK`,
networks: [ETHEREUM_NETWORK.MAINNET],
},
// Aave v2
{
url: `${process.env.REACT_APP_IPFS_GATEWAY}/QmVg7aXr5S8sT2iUdUwdkfTJNknmB7rcE3t92HiGoVsYDj`,
url: `https://app.aave.com/`,
disabled: false,
networks: [ETHEREUM_NETWORK.MAINNET],
},
//Balancer Exchange
{
url: `${process.env.REACT_APP_IPFS_GATEWAY}/QmRb2VfPVYBrv6gi2zDywgVgTg3A19ZCRMqwL13Ez5f5AS`,
Expand Down
13 changes: 12 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:12:39.760Z",
"timestamp": "2021-04-09T10:54:50.143Z",
"version": {
"major": 0,
"minor": 1,
Expand Down Expand Up @@ -45,6 +45,17 @@
1
]
},
{
"id": "{\"url\":\"https://app.aave.com/\",\"name\":\"Aave v2\"}",
"url": "https://app.aave.com/",
"name": "Aave v2",
"iconUrl": "https://app.aave.com/aave.svg",
"description": "Non-custodial liquidity protocol to earn interest on deposits and borrow",
"iconPath": "aave.svg",
"networks": [
1
]
},
{
"id": "{\"url\":\"https://cloudflare-ipfs.com/ipfs/QmRb2VfPVYBrv6gi2zDywgVgTg3A19ZCRMqwL13Ez5f5AS\",\"name\":\"B\"}",
"url": "https://cloudflare-ipfs.com/ipfs/QmRb2VfPVYBrv6gi2zDywgVgTg3A19ZCRMqwL13Ez5f5AS",
Expand Down

0 comments on commit 46b1d21

Please sign in to comment.