mirror of
https://github.com/status-im/safe-react.git
synced 2025-01-11 18:44:07 +00:00
parent
5020c0daa3
commit
6492434f98
@ -135,6 +135,12 @@ export const staticAppsList: Array<StaticAppInfo> = [
|
|||||||
disabled: false,
|
disabled: false,
|
||||||
networks: [ETHEREUM_NETWORK.MAINNET, ETHEREUM_NETWORK.RINKEBY],
|
networks: [ETHEREUM_NETWORK.MAINNET, ETHEREUM_NETWORK.RINKEBY],
|
||||||
},
|
},
|
||||||
|
// Lido finance
|
||||||
|
{
|
||||||
|
url: `${process.env.REACT_APP_IPFS_GATEWAY}/QmYCzVxP4v8dX92d3nPvnxCksmsjdbKEPMzDHwudK2SALE`,
|
||||||
|
disabled: false,
|
||||||
|
networks: [ETHEREUM_NETWORK.MAINNET],
|
||||||
|
},
|
||||||
]
|
]
|
||||||
|
|
||||||
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