diff --git a/packages/gnosis/package.json b/packages/gnosis/package.json index cb1a2b1f9..6ca985c66 100644 --- a/packages/gnosis/package.json +++ b/packages/gnosis/package.json @@ -1,6 +1,6 @@ { "name": "@web3-onboard/gnosis", - "version": "2.2.1", + "version": "2.2.2-alpha.1", "description": "Safe module for connecting to Web3-Onboard. Web3-Onboard makes it simple to connect Ethereum hardware and software wallets to your dapp. Features standardised spec compliant web3 providers for all supported wallets, framework agnostic modern javascript UI with code splitting, CSS customization, multi-chain and multi-account support, reactive wallet state subscriptions and real-time transaction state change notifications.", "keywords": [ "Ethereum", @@ -65,4 +65,4 @@ "@safe-global/safe-apps-provider": "^0.17.1", "@safe-global/safe-apps-sdk": "^8.0.0" } -} +} \ No newline at end of file diff --git a/packages/gnosis/src/index.ts b/packages/gnosis/src/index.ts index bc4d9707c..989c74bc4 100644 --- a/packages/gnosis/src/index.ts +++ b/packages/gnosis/src/index.ts @@ -9,7 +9,8 @@ function gnosis(options?: GnosisOptions): WalletInit { whitelistedDomains = [ /^https:\/\/app\.safe\.global$/, /^https:\/\/safe\.global$/, - /^https:\/\/.*\.blockscout\.com$/ + /^https:\/\/.*\.blockscout\.com$/, + /^https:\/\/pilot\.gnosisguild\.org$/ ] } = options || {}