Skip to content

Commit

Permalink
[feedback] rename
Browse files Browse the repository at this point in the history
  • Loading branch information
erin-at-work committed Apr 6, 2022
1 parent 71eb078 commit 3ac2e5d
Show file tree
Hide file tree
Showing 7 changed files with 5 additions and 5 deletions.
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
# @web3-onboard/coinbase-wallet-sdk
# @web3-onboard/coinbase

## Wallet module for connecting Coinbase Wallet SDK to web3-onboard
See [Coinbase Wallet Developer Docs](https://docs.cloud.coinbase.com/wallet-sdk/docs)

### Install

`npm i @web3-onboard/coinbase-wallet-sdk`
`npm i @web3-onboard/coinbase`

## Options

Expand All @@ -19,7 +19,7 @@ type CoinbaseWalletOptions = {
```typescript
import Onboard from '@web3-onboard/core'
import coinbaseWalletModule from '@web3-onboard/coinbase-wallet-sdk'
import coinbaseWalletModule from '@web3-onboard/coinbase'

// initialize the module with options
const coinbaseWalletSdk = coinbaseWalletModule({ darkMode: true })
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"name": "@web3-onboard/coinbase-wallet-sdk",
"name": "@web3-onboard/coinbase",
"version": "2.0.0",
"description": "Coinbase Wallet module for web3-onboard",
"module": "dist/index.js",
Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
2 changes: 1 addition & 1 deletion packages/walletlink/README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# @web3-onboard/walletlink

## (Deprecated) Wallet module for connecting WalletLink to web3-onboard
_Use [@web3-onboard/coinbase-wallet-sdk](../coinbasewallet/README.md)_
_Use [@web3-onboard/coinbase-wallet-sdk](../coinbase/README.md)_

### Install

Expand Down

0 comments on commit 3ac2e5d

Please sign in to comment.