Skip to content

Commit

Permalink
chore: remove obsolete gnosis-safe.io domain
Browse files Browse the repository at this point in the history
  • Loading branch information
MeLlamoPablo committed Jul 21, 2023
1 parent d56cb58 commit 4a11e18
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions packages/gnosis/src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@ type GnosisOptions = {
function gnosis(options?: GnosisOptions): WalletInit {
const {
whitelistedDomains = [
/^https:\/\/gnosis-safe\.io$/,
/^https:\/\/app\.safe\.global$/,
/^https:\/\/safe\.global$/
]
Expand Down Expand Up @@ -50,7 +49,7 @@ function gnosis(options?: GnosisOptions): WalletInit {

if (!safe) {
throw new Error(
`App must be loaded in a Safe App context, head to <a href="https://gnosis-safe.io/app">the Safe</a> and open this website as an app.`
`App must be loaded in a Safe App context, head to <a href="https://app.safe.global/">the Safe</a> and open this website as an app.`
)
}

Expand Down

0 comments on commit 4a11e18

Please sign in to comment.