Skip to content

Commit f507a68

Browse files
committed
Merge branch 'main' into feat/erc20-permissions
2 parents bcb7899 + a0a3336 commit f507a68

2 files changed

Lines changed: 1 addition & 2 deletions

File tree

  • packages
    • gator-permissions-snap/src/clients
    • permissions-kernel-snap/src/permissions

packages/gator-permissions-snap/src/clients/types.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
import type { CaipAssetType } from '@metamask/utils';
2-
import type { Address, Hex } from 'viem';
2+
import type { Address } from 'viem';
33

44
/**
55
* The params for the price API client to fetch spot prices.
Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1 @@
11
export * from './origin';
2-
export * from './validation';

0 commit comments

Comments
 (0)