Skip to content

Commit

Permalink
fix typo in actions
Browse files Browse the repository at this point in the history
  • Loading branch information
jiexi committed Sep 25, 2024
1 parent c686dd9 commit 1bc9e0f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions ui/store/actions.ts
Original file line number Diff line number Diff line change
Expand Up @@ -5659,7 +5659,7 @@ export async function grantPermittedChain(
caveats: [
{
type: CaveatTypes.restrictNetworkSwitching,
values: [chainId],
value: [chainId],
},
],
},
Expand All @@ -5680,7 +5680,7 @@ export async function grantPermittedChains(
caveats: [
{
type: CaveatTypes.restrictNetworkSwitching,
values: chainIds,
value: chainIds,
},
],
},
Expand Down

0 comments on commit 1bc9e0f

Please sign in to comment.