Merge pull request #1694 from gnosis/hotfix/v2.16.1

Add CMM app
This commit is contained in:
Daniel Sanchez 2020-12-03 14:53:42 +01:00 committed by GitHub
commit a62bfe329d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 8 additions and 1 deletions

View File

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

View File

@ -47,6 +47,13 @@ export const staticAppsList: Array<StaticAppInfo> = [
url: `${process.env.REACT_APP_IPFS_GATEWAY}/QmaTucdZYLKTqaewwJduVMM8qfCDhyaEqjd8tBNae26K1J`,
disabled: false,
networks: [ETHEREUM_NETWORK.MAINNET],
},
//CMM
// Point to a static server to allow app update without Safe deployment
{
url: `https://safe-cmm.gnosis.io`,
disabled: false,
networks: [ETHEREUM_NETWORK.RINKEBY, ETHEREUM_NETWORK.XDAI],
},
// Compound
{ url: `${gnosisAppsUrl}/compound`, disabled: false, networks: [ETHEREUM_NETWORK.MAINNET, ETHEREUM_NETWORK.RINKEBY] },