Skip to content

Commit

Permalink
removed alg import from shared
Browse files Browse the repository at this point in the history
  • Loading branch information
Ptroger committed Feb 26, 2024
1 parent fb7f8ed commit 2d6a972
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion packages/policy-engine-shared/src/lib/dev.fixture.ts
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
import { PrivateKeyAccount, sha256 } from 'viem'
import { privateKeyToAccount } from 'viem/accounts'
import { Alg } from './type/action.type'
import {
AccountClassification,
AccountType,
Expand All @@ -15,6 +14,7 @@ import {
WalletEntity,
WalletGroupEntity
} from './type/entity.type'
import { Alg } from '@narval/signature'

const PERSONA = ['Root', 'Alice', 'Bob', 'Carol', 'Dave'] as const

Expand Down
2 changes: 1 addition & 1 deletion packages/policy-engine-shared/src/lib/type/entity.type.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import { Alg } from './action.type'
import { Alg } from '@narval/signature'
import { Address } from './domain.type'

export const UserRole = {
Expand Down

0 comments on commit 2d6a972

Please sign in to comment.