Feature: Add lido finance app (#1960)

* add lido finance app
This commit is contained in:
Mikhail Mikheev 2021-03-02 20:27:17 +04:00 committed by GitHub
parent 5020c0daa3
commit 6492434f98
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -135,6 +135,12 @@ export const staticAppsList: Array<StaticAppInfo> = [
disabled: false,
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 => {