Skip to content

Commit

Permalink
readme update
Browse files Browse the repository at this point in the history
  • Loading branch information
SamueleA committed Jan 23, 2024
1 parent 322a454 commit 1066288
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,9 @@ function App() {
const connectors = getDefaultConnectors({
chains,
walletConnectProjectId: 'project_id',
defaultChainId: 137
defaultChainId: 137,
projectAccessKey: '123',
appName: 'my app'
})


Expand Down
4 changes: 3 additions & 1 deletion packages/kit/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,9 @@ function App() {
const connectors = getDefaultConnectors({
chains,
walletConnectProjectId: 'project_id',
defaultChainId: 137
defaultChainId: 137,
projectAccessKey: '123',
appName: 'my app'
})


Expand Down

0 comments on commit 1066288

Please sign in to comment.