Skip to content

Commit

Permalink
a
Browse files Browse the repository at this point in the history
  • Loading branch information
RPate97 committed Jun 10, 2024
1 parent cdba0ed commit 2150fea
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion packages/core/src/actions/execute.ts
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ import {
getGnosisSafeProxyFactoryAddress,
SphinxModuleABI,
decodeExecuteLeafData,
PermissionlessRelayArtifact,
} from '@sphinx-labs/contracts'
import ora from 'ora'
import { TransactionReceipt, ethers } from 'ethers'
Expand Down Expand Up @@ -644,7 +645,7 @@ export const executeActionsViaManagedService: ExecuteActions = async (
const { moduleAddress, chainId } = deploymentContext.deployment
const managedService = new ethers.Contract(
getPermissionlessRelayAddress(),
ManagedServiceABI
PermissionlessRelayArtifact.abi
)

const sphinxModuleReadOnly = new ethers.Contract(
Expand Down

0 comments on commit 2150fea

Please sign in to comment.