Skip to content

Commit

Permalink
Add curve (safe-global#21)
Browse files Browse the repository at this point in the history
  • Loading branch information
mmv08 authored Jun 7, 2021
1 parent e4b3573 commit a4f9a64
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 3 deletions.
5 changes: 5 additions & 0 deletions config/appsList.js
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,11 @@ const safeAppsConfig = [
url: `${process.env.REACT_APP_IPFS_GATEWAY}/QmX31xCdhFDmJzoVG33Y6kJtJ5Ujw8r5EJJBrsp8Fbjm7k`,
networks: [ETHEREUM_NETWORK.MAINNET, ETHEREUM_NETWORK.RINKEBY],
},
// Curve
{
url: `https://curve.fi`,
networks: [ETHEREUM_NETWORK.MAINNET, ETHEREUM_NETWORK.POLYGON],
},
// DeFi Saver
{
url: `https://app.defisaver.com/`,
Expand Down
18 changes: 15 additions & 3 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-06-02T10:46:39.191Z",
"timestamp": "2021-06-07T11:27:27.461Z",
"version": {
"major": 0,
"minor": 1,
Expand All @@ -16,9 +16,9 @@
],
"apps": [
{
"id": "{\"url\":\"https://app.1inch.io/\",\"name\":\"1inch network\"}",
"id": "{\"url\":\"https://app.1inch.io/\",\"name\":\"1inch Network\"}",
"url": "https://app.1inch.io/",
"name": "1inch network",
"name": "1inch Network",
"iconUrl": "https://app.1inch.io/assets/images/1inch.svg",
"description": "The most efficient defi aggregator",
"iconPath": "assets/images/1inch.svg",
Expand Down Expand Up @@ -112,6 +112,18 @@
4
]
},
{
"id": "{\"url\":\"https://curve.fi\",\"name\":\"Curve\"}",
"url": "https://curve.fi",
"name": "Curve",
"iconUrl": "https://curve.fi/logo-square.svg",
"description": "Decentralized exchange liquidity pool designed for extremely efficient stablecoin trading and low-risk income for liquidity providers",
"iconPath": "logo-square.svg",
"networks": [
1,
137
]
},
{
"id": "{\"url\":\"https://app.defisaver.com/\",\"name\":\"DeFi Saver\"}",
"url": "https://app.defisaver.com/",
Expand Down

0 comments on commit a4f9a64

Please sign in to comment.