Skip to content

Commit

Permalink
Add Oasis Borrow (safe-global#55)
Browse files Browse the repository at this point in the history
  • Loading branch information
Daniel Sanchez authored Jul 12, 2021
1 parent d3094be commit ca0cc91
Show file tree
Hide file tree
Showing 2 changed files with 17 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 @@ -150,6 +150,11 @@ const safeAppsConfig = [
url: `${process.env.REACT_APP_IPFS_GATEWAY}/QmXLxxczMH4MBEYDeeN9zoiHDzVkeBmB5rBjA3UniPEFcA`,
networks: [ETHEREUM_NETWORK.MAINNET, ETHEREUM_NETWORK.RINKEBY],
},
// Oasis
{
url: `https://oasis.app`,
networks: [ETHEREUM_NETWORK.MAINNET],
},
// OmniBridge
{
url: `https://bridge.xdaichain.com/`,
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-06-30T07:51:48.782Z",
"timestamp": "2021-07-12T11:06:00.998Z",
"version": {
"major": 0,
"minor": 1,
Expand Down Expand Up @@ -356,6 +356,17 @@
4
]
},
{
"id": "{\"url\":\"https://oasis.app\",\"name\":\"Oasis Borrow\"}",
"url": "https://oasis.app",
"name": "Oasis Borrow",
"iconUrl": "https://oasis.app/static/img/logo.svg",
"description": "Generate Dai on Oasis using crypto as your collateral",
"iconPath": "static/img/logo.svg",
"networks": [
1
]
},
{
"id": "{\"url\":\"https://bridge.xdaichain.com/\",\"name\":\"xDai Bridge\"}",
"url": "https://bridge.xdaichain.com/",
Expand Down

0 comments on commit ca0cc91

Please sign in to comment.