v2.7.1 Update synthetix app, dependencies bump (#1145)

* Dep bump

* 2.7.1

* update synthetix app url & enable it

* Revert "Dep bump"

This reverts commit 25750e41fa198f6bed8c47b94082a515645fdc7c.
This commit is contained in:
Mikhail Mikheev 2020-07-23 17:10:43 +04:00 committed by GitHub
parent c904857a28
commit 9807a06629
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View File

@ -1,6 +1,6 @@
{ {
"name": "safe-react", "name": "safe-react",
"version": "2.7.0", "version": "2.7.1",
"description": "Allowing crypto users manage funds in a safer way", "description": "Allowing crypto users manage funds in a safer way",
"website": "https://github.com/gnosis/safe-react#readme", "website": "https://github.com/gnosis/safe-react#readme",
"bugs": { "bugs": {

View File

@ -26,7 +26,7 @@ export const staticAppsList: Array<{ url: string; disabled: boolean }> = [
// Sablier // Sablier
{ url: `${process.env.REACT_APP_IPFS_GATEWAY}/QmabPEk7g4zaytFefp6fE4nz8f85QMJoWmRQQZypvJViNG`, disabled: false }, { url: `${process.env.REACT_APP_IPFS_GATEWAY}/QmabPEk7g4zaytFefp6fE4nz8f85QMJoWmRQQZypvJViNG`, disabled: false },
// Synthetix // Synthetix
{ url: `${process.env.REACT_APP_IPFS_GATEWAY}/QmQSVfqPYSSsnmtbJQCg7s9iLykTDYKoK5k98K4Fd6bwdJ`, disabled: true }, { url: `${process.env.REACT_APP_IPFS_GATEWAY}/QmS6PvFksTQHzxWCNGQ1vto6S9TdVrP83EgLd545DK3aQN`, disabled: false },
// TX-Builder // TX-Builder
{ url: `${gnosisAppsUrl}/tx-builder`, disabled: false }, { url: `${gnosisAppsUrl}/tx-builder`, disabled: false },
] ]