Add Yearn Finance app (#1390)

* Add Yearn Finance app
This commit is contained in:
Daniel Sanchez 2020-09-23 17:26:55 +02:00 committed by GitHub
parent a764a23e66
commit d1348713ad
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 0 deletions

View File

@ -38,6 +38,8 @@ export const staticAppsList: Array<{ url: string; disabled: boolean }> = [
{ url: `${process.env.REACT_APP_IPFS_GATEWAY}/QmQovvfYYMUXjZfNbysQDUEXR8nr55iJRwcYgJQGJR7KEA`, disabled: false },
// TX-Builder
{ url: `${gnosisAppsUrl}/tx-builder`, disabled: false },
// Yearn Vaults
{ url: `${process.env.REACT_APP_IPFS_GATEWAY}/Qme9HuPPhgCtgfj1CktvaDKhTesMueGCV2Kui1Sqna3Xs9`, disabled: false },
]
export const getAppInfoFromOrigin = (origin: string): Record<string, string> | null => {