Skip to content

Commit a99b125

Browse files
committed
Merge branch 'develop' into fix/particle_icon_import
2 parents 7c63359 + 14bc7bf commit a99b125

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

packages/gnosis/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@web3-onboard/gnosis",
3-
"version": "2.2.1",
3+
"version": "2.2.2-alpha.1",
44
"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.",
55
"keywords": [
66
"Ethereum",
@@ -65,4 +65,4 @@
6565
"@safe-global/safe-apps-provider": "^0.17.1",
6666
"@safe-global/safe-apps-sdk": "^8.0.0"
6767
}
68-
}
68+
}

packages/gnosis/src/index.ts

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,8 @@ function gnosis(options?: GnosisOptions): WalletInit {
99
whitelistedDomains = [
1010
/^https:\/\/app\.safe\.global$/,
1111
/^https:\/\/safe\.global$/,
12-
/^https:\/\/.*\.blockscout\.com$/
12+
/^https:\/\/.*\.blockscout\.com$/,
13+
/^https:\/\/pilot\.gnosisguild\.org$/
1314
]
1415
} = options || {}
1516

0 commit comments

Comments
 (0)