Skip to content

Commit

Permalink
Update index.js
Browse files Browse the repository at this point in the history
  • Loading branch information
serefyarar committed Feb 18, 2024
1 parent 5ef48a7 commit 3df2c38
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion api/src/libs/lit/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -167,7 +167,7 @@ const pkpAuthNeededCallback = async ({resources, expiration, uri}) => {
let siweMessage = new SiweMessage({
domain: 'index.network', // change to your domain ex: example.app.com
address: dappOwnerWallet.address,
statement: 'Index Network says: ' // configure to what ever you would like
statement: 'Index Network says: ', // configure to what ever you would like
uri,
version: '1',
chainId: '1',
Expand Down

0 comments on commit 3df2c38

Please sign in to comment.