Skip to content

Commit

Permalink
feat: add appId
Browse files Browse the repository at this point in the history
  • Loading branch information
yum0e committed Aug 21, 2023
1 parent c0cd322 commit 231b5c8
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion space-configs/main/bigq.ts
Original file line number Diff line number Diff line change
Expand Up @@ -38,8 +38,9 @@ export default {
createdAt: new Date("2023-07-03T18:00"), // UPDATE HERE WITH CURRENT DATE
},
sismoConnectRequest: {
appId: "{{ auto-fill }}",
appId: "0x86929cc52b44482a7da0aac26f05a6ef",
authRequests: [{ authType: AuthType.VAULT }],

claimRequests: [{ groupId: "0x1af68282b2fea41701d1935d320c9c81" }], // UPDATE HERE WITH YOUR GROUP
},
templateConfig: {
Expand Down

0 comments on commit 231b5c8

Please sign in to comment.