Skip to content
This repository has been archived by the owner on Feb 26, 2024. It is now read-only.

Commit

Permalink
restore mocking files and empty lines at packages/truffle
Browse files Browse the repository at this point in the history
  • Loading branch information
Muhammad-Altabba committed Sep 20, 2023
1 parent b858881 commit 2618ff7
Show file tree
Hide file tree
Showing 6 changed files with 26 additions and 25 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ module.exports = async function (deployer) {
await deployer.link(IsLibrary, UsesLibrary);
await deployer.deploy(UsesExample, IsLibrary.address);
await deployer.deploy(UsesLibrary);

await deployer.deploy(PayableExample, {
value: web3.utils.toWei("1", "ether")
});
Expand Down

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 2618ff7

Please sign in to comment.