Skip to content

Commit

Permalink
fix: lint
Browse files Browse the repository at this point in the history
  • Loading branch information
stanleyyconsensys committed Dec 6, 2024
1 parent 30550e6 commit 1146e4a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/starknet-snap/src/utils/permission.ts
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ export enum RpcMethod {
GetAddressByStarkName = 'starkNet_getAddrFromStarkName',
ReadContract = 'starkNet_getValue',
GetStoredErc20Tokens = 'starkNet_getStoredErc20Tokens',
Ping='ping'
Ping = 'ping'
}
// RpcMethod that are allowed to be called by any origin
const publicPermissions = [
Expand Down

0 comments on commit 1146e4a

Please sign in to comment.