safe-global / safe-infrastructure

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

Invalid MultiSend contract address #148

Closed lance-web3 closed 2 weeks ago

lance-web3 commented 1 month ago

I can access this page by adding some of the safe contract I know into watchlist but having error as per this screen capture

Screenshot 2024-07-08 at 15 55 34

lance-web3 commented 1 month ago

image

Pana commented 1 month ago

You need add your chain info in https://github.com/safe-global/safe-deployments/ and then update the safe-deployment version in the safe-wallet-web

lance-web3 commented 1 month ago

@Pana

You need add your chain info in https://github.com/safe-global/safe-deployments/

It's already added: https://github.com/safe-global/safe-deployments/pull/652 https://github.com/safe-global/safe-deployments/pull/663

then update the safe-deployment version in the safe-wallet-web

What do you mean? In ui.env: NEXT_PUBLIC_SAFE_VERSION=1.4.1

lance-web3 commented 1 month ago

Is it because the safe-wallet-web haven't update their package.json?

"@safe-global/safe-deployments": "^1.36.0",

It is using the older version of safe-deployments

New version of safe-deployments https://github.com/safe-global/safe-deployments/releases/tag/v1.37.1

Pana commented 1 month ago

If the official safe-wallet-web code still use the old version safe-deployments, you need fork the safe-wallet-web code, and use your own version safe-deployments, then build and deploy

lance-web3 commented 1 month ago

If the official safe-wallet-web code still use the old version safe-deployments, you need fork the safe-wallet-web code, and use your own version safe-deployments, then build and deploy

@Pana btw, I tried to rebuild the safe-wallet-web with below, unfortunately the issue persists.

"@safe-global/safe-deployments": "^1.37.1",
lance-web3 commented 2 weeks ago

fixed after update components to later version