Skip to content

Commit

Permalink
Merge pull request #764 from nanexcool/patch-1
Browse files Browse the repository at this point in the history
  • Loading branch information
d-xo authored Sep 6, 2021
2 parents 0010f31 + fe2db42 commit 2cf4410
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/dapp/libexec/dapp/dapp-init
Original file line number Diff line number Diff line change
Expand Up @@ -45,13 +45,15 @@ deploy :; dapp create $type
.

create "src/$type.sol" <<.
// SPDX-License-Identifier: GPL-3.0-or-later
pragma solidity ^${solc_version};
contract $type {
}
.

create "src/$type.t.sol" <<.
// SPDX-License-Identifier: GPL-3.0-or-later
pragma solidity ^${solc_version};
import "ds-test/test.sol";
Expand Down

0 comments on commit 2cf4410

Please sign in to comment.