-
Notifications
You must be signed in to change notification settings - Fork 47
Open
Description
Note
Status proxy POC @friofry
what
- use Status proxies
- validate that Status proxies
- returns equivalent data fields
- for price history, token metadata, requesting by token address, historical data, 24h value chart, 1d price granularity, 24h change in assets lists
- provides equivalent methods
- for send, gas
- returns equivalent data fields
- drop Cryptocompare
- update help docs (monorepo fulltext search)
- update legal docs (https://github.com/status-im/status-software-legal-documents)
- remove unused env api keys
why
- drop Cryptocompare contract
- share resources
where
- https://github.com/status-im/status-web/tree/0fa9d76830879bd574f0d437a465f7b8a37e4f98/packages/wallet/src/data/services
`https://${alchemyNetworks[network]}.g.alchemy.com/v2/${getRandomApiKey(serverEnv.ALCHEMY_API_KEYS)}`, - https://vercel.com/status-im-web/status-api
- https://test.market.status.im
- https://test.eth-rpc.status.im/
how
- call https://test.market.status.im to get Coingecko data instead of Cryptocompare
- call https://test.eth-rpc.status.im to reach Alchemy instead
- auth via password/token env var https://vercel.com/status-im-web/status-api
- or solve puzzle
Metadata
Metadata
Assignees
Labels
No labels
Type
Projects
Status
To Develop