Skip to content

Commit 97cf8ad

Browse files
committed
remove duplicate eoa:read policy
1 parent adbee5c commit 97cf8ad

File tree

1 file changed

+0
-23
lines changed
  • apps/dashboard/src/app/(app)/team/[team_slug]/[project_slug]/(sidebar)/transactions/lib

1 file changed

+0
-23
lines changed

apps/dashboard/src/app/(app)/team/[team_slug]/[project_slug]/(sidebar)/transactions/lib/vault.client.ts

Lines changed: 0 additions & 23 deletions
Original file line numberDiff line numberDiff line change
@@ -514,29 +514,6 @@ export async function createWalletAccessToken(props: {
514514
},
515515
type: "eoa:signStructuredMessage",
516516
},
517-
{
518-
metadataPatterns: [
519-
{
520-
key: "projectId",
521-
rule: {
522-
pattern: props.project.id,
523-
},
524-
},
525-
{
526-
key: "teamId",
527-
rule: {
528-
pattern: props.project.teamId,
529-
},
530-
},
531-
{
532-
key: "type",
533-
rule: {
534-
pattern: "server-wallet",
535-
},
536-
},
537-
],
538-
type: "eoa:read",
539-
},
540517
{
541518
requiredMetadataPatterns: [
542519
{

0 commit comments

Comments
 (0)