Linear task: ENG-3229.
We have three configs that we need to be accessible from the Webpack build:
- COMM_ALCHEMY_KEY
- COMM_WALLETCONNECT_KEY
- Coming soon: config for identity service
Currently it's a huge pain to configure these in a dev environment. keyserver configs can be imported via getCommConfig, but it doesn't work in other environments.
This diff makes it possible to call getCommConfig from web.
Depends on D7351