From 8bf8d0435974714b7d0244d64c1a1df04991c70f Mon Sep 17 00:00:00 2001 From: Jan-Felix Date: Fri, 12 Apr 2024 15:50:09 +0200 Subject: [PATCH 1/3] gnosis: whitelist https://pilot.gnosisguild.org Allows connecting through Zodiac Pilot --- packages/gnosis/package.json | 2 +- packages/gnosis/src/index.ts | 3 ++- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/packages/gnosis/package.json b/packages/gnosis/package.json index cb1a2b1f9..28de21776 100644 --- a/packages/gnosis/package.json +++ b/packages/gnosis/package.json @@ -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 || {} From 05316b115ae44a2aeda9ffa6253704be5baf5c2d Mon Sep 17 00:00:00 2001 From: Jan-Felix Date: Fri, 12 Apr 2024 15:50:30 +0200 Subject: [PATCH 2/3] bump gnosis package version --- packages/gnosis/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/gnosis/package.json b/packages/gnosis/package.json index 28de21776..22b005a9d 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", "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", From 8dd1d1cd02dfe1c94c3d9d0c8b3406d7814d7a81 Mon Sep 17 00:00:00 2001 From: Adam Carpenter Date: Fri, 12 Apr 2024 09:33:33 -0600 Subject: [PATCH 3/3] Update packages/gnosis/package.json --- packages/gnosis/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/gnosis/package.json b/packages/gnosis/package.json index 22b005a9d..6ca985c66 100644 --- a/packages/gnosis/package.json +++ b/packages/gnosis/package.json @@ -1,6 +1,6 @@ { "name": "@web3-onboard/gnosis", - "version": "2.2.2", + "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",