Closed joaosantos15 closed 6 years ago
Hi @joaosantos15!
Looks like you are using the newest version of pm-trading-ui
.
We're currently in process of refactoring the configuration to make it possible to configure the application in the runtime, without a need to rebuild the application. We haven't updated the documentation yet, we will do it after we finish the refactor and test the application (approximate estimation is 2 weeks).
Please use https://github.com/gnosis/pm-trading-ui/tree/stable-0.3.3. This branch includes latest stable version.
Sorry for not including this into the documentation.
Cheers 🙂
Hello, I'm following the Apollo configuration guide for Frontier. I've deployed the smart-contracts and set up the database. I configured the interface following this section of the guide, creating the
config/environments
folder and then creating thebig-tournament
folder inside it.config.json
andinterface.config.json
have also been configuring.After
npm install
, when runningGNOSIS_ENV='big-tournament' npm start
, I get the following error:It then reverts to default config. Here is the content of the files (with the addresses removed):
Any ideas about the reason
big-tournament
is not working? Thank you!