Skip to content

Commit

Permalink
fix: comment in setup script
Browse files Browse the repository at this point in the history
  • Loading branch information
capedcrusader21 committed Jul 15, 2024
1 parent ff7af80 commit 928e56a
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ const func: DeployFunction = async function (
ethers.zeroPadValue(OFTSandBase.address, 32)
);

// set OFTSand(bsc) as peer to OFTAdapterForSand using eidBsc
// setting OFTSand(bsc) as peer to OFTAdapterForSand using eidBsc
await execute(
'OFTAdapterForSand',
{from: deployer, log: true},
Expand Down

1 comment on commit 928e56a

@github-actions
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Coverage for this commit

86.67%

Coverage Report
FileStmtsBranchesFuncsLinesUncovered Lines
packages/oft-sand/contracts
   OFTAdapterForSand.sol80%100%75%75%37
   OFTSand.sol90%100%87.50%90%88
packages/oft-sand/contracts/interfaces
   IERC20Extended.sol100%100%100%100%
   IErrors.sol100%100%100%100%
packages/oft-sand/contracts/mock
   EndpointMock.sol100%100%100%100%
   MockTrustedForwarder.sol100%100%100%100%
   SandMock.sol100%100%100%100%
packages/oft-sand/contracts/oft/libraries
   OFTMsgCodec.sol70.59%50%71.43%75%27, 64, 73
packages/oft-sand/contracts/sand
   ERC20Internal.sol100%100%100%100%
   SandBaseToken.sol100%100%100%100%

Please sign in to comment.