mirror of
https://github.com/status-im/safe-react.git
synced 2025-02-19 21:18:09 +00:00
Feature: Add Mushrooms finance app (#1893)
* add mushrooms finance app * update mushrooms ipfs url Co-authored-by: Daniel Sanchez <daniel.sanchez@gnosis.pm>
This commit is contained in:
parent
c8daf7d006
commit
09c90f98d3
@ -129,6 +129,12 @@ export const staticAppsList: Array<StaticAppInfo> = [
|
|||||||
disabled: false,
|
disabled: false,
|
||||||
networks: [ETHEREUM_NETWORK.MAINNET],
|
networks: [ETHEREUM_NETWORK.MAINNET],
|
||||||
},
|
},
|
||||||
|
// Mushrooms finance
|
||||||
|
{
|
||||||
|
url: `${process.env.REACT_APP_IPFS_GATEWAY}/QmdRLqtVW9nkjZmQiryoBfpvbqXrqYT59EawZcF5WXoLCY`,
|
||||||
|
disabled: false,
|
||||||
|
networks: [ETHEREUM_NETWORK.MAINNET, ETHEREUM_NETWORK.RINKEBY],
|
||||||
|
},
|
||||||
]
|
]
|
||||||
|
|
||||||
export const getAppInfoFromOrigin = (origin: string): { url: string; name: string } | null => {
|
export const getAppInfoFromOrigin = (origin: string): { url: string; name: string } | null => {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user