Skip to content

Commit 4e27830

Browse files
feat: add to NextJs example
chore: prettier
1 parent 2ecd5ad commit 4e27830

File tree

3 files changed

+20
-8
lines changed

3 files changed

+20
-8
lines changed

examples/nextjs/package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@
99
"test:e2e": "playwright test"
1010
},
1111
"dependencies": {
12+
"@algorandfoundation/liquid-auth-use-wallet-client": "^1.4.0-canary.2",
1213
"@blockshake/defly-connect": "^1.2.1",
1314
"@noble/ed25519": "2.3.0",
1415
"@perawallet/connect": "^1.4.1",

examples/nextjs/src/app/providers.tsx

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,14 @@ const walletManager = new WalletManager({
1818
},
1919
WalletId.KMD,
2020
WalletId.KIBISIS,
21+
{
22+
id: WalletId.LIQUID,
23+
options: {
24+
origin: 'https://debug.liquidauth.com',
25+
RTC_config_username: 'liquid-auth',
26+
RTC_config_credential: 'sqmcP4MiTKMT4TGEDSk9jgHY'
27+
}
28+
},
2129
WalletId.LUTE,
2230
{
2331
id: WalletId.MAGIC,

pnpm-lock.yaml

Lines changed: 11 additions & 8 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)