Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
samuel committed Mar 28, 2024
1 parent 6ceb179 commit 7e29847
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/transaction-request-intent/src/lib/intent.types.ts
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import { AccountId, AssetId, Hex } from '@narval/policy-engine-shared'
import { AccountId, AssetId, Eip712Domain, Hex } from '@narval/policy-engine-shared'
import { Alg } from '@narval/signature'
import { Address } from 'viem'
import { Eip712Domain, Intents } from './domain'
import { Intents } from './domain'

export type TransferNative = {
type: Intents.TRANSFER_NATIVE
Expand Down

0 comments on commit 7e29847

Please sign in to comment.