Skip to content

Commit

Permalink
README
Browse files Browse the repository at this point in the history
  • Loading branch information
pkieltyka committed Jan 25, 2024
1 parent 1066288 commit 85d4053
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -46,9 +46,9 @@ function App() {

const connectors = getDefaultConnectors({
chains,
walletConnectProjectId: 'project_id',
projectAccessKey: '<get your project key at https://sequence.build>',
walletConnectProjectId: '<your wallet connect project id goes here>',
defaultChainId: 137,
projectAccessKey: '123',
appName: 'my app'
})

Expand Down
4 changes: 2 additions & 2 deletions packages/kit/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -48,9 +48,9 @@ function App() {

const connectors = getDefaultConnectors({
chains,
walletConnectProjectId: 'project_id',
projectAccessKey: '<get your project key at https://sequence.build>',
walletConnectProjectId: '<your wallet connect project id goes here>',
defaultChainId: 137,
projectAccessKey: '123',
appName: 'my app'
})

Expand Down

0 comments on commit 85d4053

Please sign in to comment.