Skip to content

Commit 88427b2

Browse files
dan1kovtmm
andauthored
fix: rdns filter for coinbase v3 connector (#4622)
* fix: rdns filter for Coinbase v3 connector * Update .changeset/cool-masks-hang.md --------- Co-authored-by: awkweb <[email protected]>
1 parent 6fab8dd commit 88427b2

File tree

2 files changed

+6
-0
lines changed

2 files changed

+6
-0
lines changed

.changeset/cool-masks-hang.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
"@wagmi/connectors": patch
3+
---
4+
5+
Added `rdns` property to Coinbase Wallet v3 connector

packages/connectors/src/coinbaseWallet.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -338,6 +338,7 @@ function version3(parameters: Version3Parameters) {
338338
return createConnector<Provider>((config) => ({
339339
id: 'coinbaseWalletSDK',
340340
name: 'Coinbase Wallet',
341+
rdns: 'com.coinbase.wallet',
341342
type: coinbaseWallet.type,
342343
async connect({ chainId } = {}) {
343344
try {

0 commit comments

Comments
 (0)