Skip to content

Commit

Permalink
Update Balancer Exchange app (safe-global#14)
Browse files Browse the repository at this point in the history
  • Loading branch information
Daniel Sanchez authored May 5, 2021
1 parent 463b1ff commit a3e9eb8
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion config/appsList.js
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ const safeAppsConfig = [
},
//Balancer Exchange
{
url: `${process.env.REACT_APP_IPFS_GATEWAY}/QmRb2VfPVYBrv6gi2zDywgVgTg3A19ZCRMqwL13Ez5f5AS`,
url: `${process.env.REACT_APP_IPFS_GATEWAY}/QmREcCtsynyrfa4H5bJUJH6sVV1QKygt8M9NNB6dH4Rcm1`,
networks: [ETHEREUM_NETWORK.MAINNET],
},
// Balancer Pool
Expand Down
8 changes: 4 additions & 4 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-05-02T23:04:32Z",
"timestamp": "2021-05-04T09:59:43.759Z",
"version": {
"major": 0,
"minor": 1,
Expand Down Expand Up @@ -57,10 +57,10 @@
]
},
{
"id": "{\"url\":\"https://cloudflare-ipfs.com/ipfs/QmRb2VfPVYBrv6gi2zDywgVgTg3A19ZCRMqwL13Ez5f5AS\",\"name\":\"B\"}",
"url": "https://cloudflare-ipfs.com/ipfs/QmRb2VfPVYBrv6gi2zDywgVgTg3A19ZCRMqwL13Ez5f5AS",
"id": "{\"url\":\"https://cloudflare-ipfs.com/ipfs/QmREcCtsynyrfa4H5bJUJH6sVV1QKygt8M9NNB6dH4Rcm1\",\"name\":\"B\"}",
"url": "https://cloudflare-ipfs.com/ipfs/QmREcCtsynyrfa4H5bJUJH6sVV1QKygt8M9NNB6dH4Rcm1",
"name": "Balancer Exchange",
"iconUrl": "https://cloudflare-ipfs.com/ipfs/QmRb2VfPVYBrv6gi2zDywgVgTg3A19ZCRMqwL13Ez5f5AS/logo512.png",
"iconUrl": "https://cloudflare-ipfs.com/ipfs/QmREcCtsynyrfa4H5bJUJH6sVV1QKygt8M9NNB6dH4Rcm1/logo512.png",
"description": "Exchange tokens using the Balancer DEX",
"iconPath": "logo512.png",
"providedBy": {
Expand Down

0 comments on commit a3e9eb8

Please sign in to comment.