Skip to content

Commit

Permalink
add omnibridge app
Browse files Browse the repository at this point in the history
  • Loading branch information
mmv08 committed Jun 11, 2021
1 parent a4f9a64 commit 74b941d
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 @@ -183,6 +183,11 @@ const safeAppsConfig = [
ETHEREUM_NETWORK.XDAI,
],
},
// OmniBridge
{
url: `https://bridge.xdaichain.com/`,
networks: [ETHEREUM_NETWORK.MAINNET, ETHEREUM_NETWORK.XDAI],
},
// Yearn Vaults
{
url: `${process.env.REACT_APP_IPFS_GATEWAY}/Qme9HuPPhgCtgfj1CktvaDKhTesMueGCV2Kui1Sqna3Xs9`,
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-06-07T11:27:27.461Z",
"timestamp": "2021-06-11T11:45:04.505Z",
"version": {
"major": 0,
"minor": 1,
Expand Down Expand Up @@ -398,6 +398,18 @@
100
]
},
{
"id": "{\"url\":\"https://bridge.xdaichain.com/\",\"name\":\"xDai Bridge\"}",
"url": "https://bridge.xdaichain.com/",
"name": "xDai Bridge",
"iconUrl": "https://bridge.xdaichain.com/logo.svg",
"description": "App that allows you to bridge Dai to xDai and vice versa",
"iconPath": "logo.svg",
"networks": [
1,
100
]
},
{
"id": "{\"url\":\"https://cloudflare-ipfs.com/ipfs/Qme9HuPPhgCtgfj1CktvaDKhTesMueGCV2Kui1Sqna3Xs9\",\"name\":\"Y\"}",
"url": "https://cloudflare-ipfs.com/ipfs/Qme9HuPPhgCtgfj1CktvaDKhTesMueGCV2Kui1Sqna3Xs9",
Expand Down

0 comments on commit 74b941d

Please sign in to comment.