tweak(file-templates): update default solidity template
- Added SPDX-License-Identifier - Renewed default version pragma
This commit is contained in:
parent
a6eedafb78
commit
169896e9ad
1 changed files with 4 additions and 2 deletions
|
@ -3,8 +3,10 @@
|
||||||
# contributor: Edmund Miller
|
# contributor: Edmund Miller
|
||||||
# name: solidity template
|
# name: solidity template
|
||||||
# --
|
# --
|
||||||
pragma solidity ^0.4.22;
|
// SPDX-License-Identifier: ${1:UNLICENSED}
|
||||||
|
|
||||||
contract $0 {
|
pragma solidity ${2:>=0.8.7 <0.9.0};
|
||||||
|
|
||||||
|
contract $3 {
|
||||||
|
$0
|
||||||
}
|
}
|
Loading…
Add table
Add a link
Reference in a new issue