Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
samteb committed Feb 29, 2024
1 parent a01bbe5 commit 178bd72
Showing 1 changed file with 0 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,6 @@ import {
IntentTypeCriterion,
Policy,
PolicyCriterion,
SignTypedDataDomainCondition,
Then
} from '../../shared/types/policy.type'

Expand Down Expand Up @@ -116,8 +115,6 @@ const translateActivityType = (policy: LegacyPolicy): PolicyCriterion[] => {
actionCriteria.args = [...actionCriteria.args, Action.SIGN_TYPED_DATA]
intentCriteria.args = [...intentCriteria.args, Intents.SIGN_TYPED_DATA]

const args: SignTypedDataDomainCondition = {}

if (chain_id && chain_id !== '*') {
intentDomain.args['chainId'] = [chain_id]
}
Expand Down

0 comments on commit 178bd72

Please sign in to comment.