Skip to content

Commit

Permalink
Merge pull request #1162 from thesandboxgame/fix/deploy-use-fqn
Browse files Browse the repository at this point in the history
use fully qualified name for the TrustedForwarderMock deploy
  • Loading branch information
adjisb authored Sep 26, 2023
2 parents aaaec46 + 8bf904c commit bb2fab0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/deploy/deploy_mocks/100_trusted_forwarder.ts
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ const func: DeployFunction = async function (hre: HardhatRuntimeEnvironment) {
const {deployer} = await getNamedAccounts();
await deploy('TRUSTED_FORWARDER_V2', {
from: deployer,
contract: 'TrustedForwarderMock',
contract: 'contracts/mocks/TrustedForwarderMock.sol:TrustedForwarderMock',
log: true,
});
};
Expand Down

0 comments on commit bb2fab0

Please sign in to comment.