Skip to content

Commit 17a7db2

Browse files
authored
Update 0x16-V7-Gas-Usage-And-Limitations.md
1 parent f4260b1 commit 17a7db2

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

1.1/0x16-V7-Gas-Usage-And-Limitations.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,7 @@ Category “V7” lists requirements related to gas and smart contract limitatio
2525
| **7.9** | Verify that all library functions that should be upgradeable are not internal. |
2626
| **7.10** | Verify that the *external* keyword is used for functions that can be called externally only to save gas. |
2727
| **7.11** | Verify that there is no hard-coded amount of gas assigned to the function call (the gas prices may vary in the future). |
28+
| **7.12** | Verify that there are no vulnerabilities associated with gas usage & limitations category. |
2829

2930
## References
3031

0 commit comments

Comments
 (0)