-
Notifications
You must be signed in to change notification settings - Fork 105
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Additional steps to fully launch on a new chain #133
Comments
Thanks for the feedback, we really apreciate it. |
Yes. That's safe-global/safe-docs#434 |
When I tried on my install without uploading manually the logo and updating manually the database, I can't configure anymore a chain because it throws the error |
I've made it for the logo without modifying cfg-web by just modifying nginx configuration to serve /cfg/media/chains from a new media-chains mounted volume added in docker-compose.yml |
I wanted to provide some notes on what we went through deploying Safe, finally, on the Shyft network, in addition to the steps described to add an official entry in safe-deployments.
I'm not sure that these are sensible as a PR, except maybe safe-global/safe-transaction-service#3:
cgw.env
mapping the chain ID for our chain to the name it is known as at coingecko:prices.chains.7341.nativeCoin=SHFT
This was incredibly difficult to figure out.docker-compose.yml:
revise docker/nginx/nginx.conf:
Create
docker/pages/500.html
with the desired 500 error page anddocker/media_chains/7341/currency_logo.png
(where 7341 is our chain ID) with our chain logo.Manually log into the cfg-db container, and revise the logo. This is not possible with the django UI as it is.
update chains_chain set chain_logo_uri='7341/currency_logo.png' where id=7341
The text was updated successfully, but these errors were encountered: