mirror of
https://github.com/status-im/safe-react.git
synced 2025-02-04 13:54:11 +00:00
parent
a764a23e66
commit
d1348713ad
@ -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 => {
|
||||
|
Loading…
x
Reference in New Issue
Block a user