Hi, and thanks for maintaining the Zodiac Safe app.
A few links in the repo still point to the old gnosis-safe.io domain, which no longer resolves since Gnosis Safe rebranded to Safe. I found these:
README.md: the "Gnosis Safe UI" / "Gnosis Safe web UI" links to https://gnosis-safe.io/app/#/
packages/app/src/utils/url.ts: const base = "https://gnosis-safe.io"
packages/app/src/views/AddModule/index.tsx: href='https://help.gnosis-safe.io/en/articles/4934378-what-is-a-module'
Current equivalents:
https://gnosis-safe.io/app/#/ -> https://app.safe.global
https://gnosis-safe.io -> https://safe.global
https://help.gnosis-safe.io/... -> https://help.safe.global/...
The base constant in url.ts is the functional one (it builds the app links), so that is the highest-impact fix. I can paste the exact line replacements if that helps.
Thanks for keeping Zodiac going.
Sam, Safe Ecosystem Foundation
Hi, and thanks for maintaining the Zodiac Safe app.
A few links in the repo still point to the old
gnosis-safe.iodomain, which no longer resolves since Gnosis Safe rebranded to Safe. I found these:README.md: the "Gnosis Safe UI" / "Gnosis Safe web UI" links tohttps://gnosis-safe.io/app/#/packages/app/src/utils/url.ts:const base = "https://gnosis-safe.io"packages/app/src/views/AddModule/index.tsx:href='https://help.gnosis-safe.io/en/articles/4934378-what-is-a-module'Current equivalents:
https://gnosis-safe.io/app/#/->https://app.safe.globalhttps://gnosis-safe.io->https://safe.globalhttps://help.gnosis-safe.io/...->https://help.safe.global/...The
baseconstant inurl.tsis the functional one (it builds the app links), so that is the highest-impact fix. I can paste the exact line replacements if that helps.Thanks for keeping Zodiac going.
Sam, Safe Ecosystem Foundation