Skip to content

Commit

Permalink
Merge pull request #1 from reown-com/chore/config
Browse files Browse the repository at this point in the history
chore: updates org
  • Loading branch information
ganchoradkov authored Sep 10, 2024
2 parents 306f48d + 8d226c2 commit ee8c48a
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 7 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/pr_checks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: pull request checks
on:
pull_request:
branches:
- v2.0
- main

jobs:
build:
Expand Down
5 changes: 3 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 3 additions & 3 deletions packages/walletkit/README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# @reown-com/walletkit
# @reown/walletkit

## Description

Expand All @@ -9,7 +9,7 @@ The WalletKit SDK streamlines the integration process, making it easier for wall
### Install

```
npm install @reown-com/walletkit
npm install @reown/walletkit
```

### Wallet Usage
Expand All @@ -18,7 +18,7 @@ npm install @reown-com/walletkit

```javascript
import { Core } from "@walletconnect/core";
import { WalletKit } from "@reown-com/walletkit";
import { WalletKit } from "@reown/walletkit";

const core = new Core({
projectId: process.env.PROJECT_ID,
Expand Down
2 changes: 1 addition & 1 deletion packages/walletkit/package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"name": "@reown-com/walletkit",
"name": "@reown/walletkit",
"description": "WalletKit for WalletConnect Protocol",
"version": "1.0.0",
"private": false,
Expand Down

0 comments on commit ee8c48a

Please sign in to comment.