safe-global / safe-infrastructure

One `docker-compose.yml` file to rule them all
MIT License
56 stars 92 forks source link

Cant add new chain #129

Closed bitsandtea closed 5 months ago

bitsandtea commented 8 months ago

I'm working on adding our chain BOSAgora so that we can use safe within our network. i went and asked for singleton factory address here: https://github.com/safe-global/safe-singleton-factory/issues/293

Got this tx with the created contract.

Next I cloned this repo and followed the doc to set it up locally. All good until I am trying to create a safe and it says:

Error: Invalid CompatibilityFallbackHandler contract address

I was checking additions like these but they seem to have multiple addresses, I only got one from the initial request.

How can I make it work locally?

Pana commented 7 months ago

Same issue encountered

Pana commented 7 months ago

The safe-deployment package need to be updated

bertux commented 6 months ago

@bitsandtea having the singleton factory is far from enough to add support for a new chain, you need also to use this singleton factory to deplay Safe contracts as explained at https://github.com/safe-global/safe-smart-account#deployments