Skip to content

Commit

Permalink
gnosis: add pilot.gnosisguild.org to default whitelisted domains (#2151)
Browse files Browse the repository at this point in the history
* gnosis: whitelist https://pilot.gnosisguild.org

Allows connecting through Zodiac Pilot

* bump gnosis package version

* Update packages/gnosis/package.json

---------

Co-authored-by: Jan-Felix <[email protected]>
Co-authored-by: Adam Carpenter <[email protected]>
  • Loading branch information
3 people authored Apr 12, 2024
1 parent 964ab93 commit 6383cd5
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
4 changes: 2 additions & 2 deletions packages/gnosis/package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down Expand Up @@ -65,4 +65,4 @@
"@safe-global/safe-apps-provider": "^0.17.1",
"@safe-global/safe-apps-sdk": "^8.0.0"
}
}
}
3 changes: 2 additions & 1 deletion packages/gnosis/src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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 || {}

Expand Down

0 comments on commit 6383cd5

Please sign in to comment.