Skip to content

Commit

Permalink
docs: document auth to ssi-hub with siwe
Browse files Browse the repository at this point in the history
  • Loading branch information
JGiter committed Mar 3, 2023
1 parent 265d909 commit a12974f
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions docs/setup/initialization.md
Expand Up @@ -24,6 +24,10 @@ setChainConfig(1111, {
ensRegistryAddress: '0xa372d665f83197a63bbe633ebe19c7bfd4943003',
ensResolverAddress: '0xe878bdcf5148307378043bfd2b584909aa48a227',
rpcUrl: 'http://some-rpc.com',
auth: {
domain: 'https://switchboard.energyweb.org',
uri: 'https://identitycache.energyweb/v1/siwe/verify',
},
});

setMessagingOptions(1111, {
Expand Down

0 comments on commit a12974f

Please sign in to comment.