Skip to content

Commit fd30155

Browse files
authored
add note tag
1 parent 55e7948 commit fd30155

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,5 @@
11
# SolidState Solidity
22

3-
> A version of this library has been audited by Hacken. More details are available in [the report](https://hacken.io/wp-content/uploads/2021/10/15092021_Premia_SC_Audit_Report.pdf).
4-
53
SolidState is an upgradeable-first Solidity smart contract development library.
64

75
It consists of the following packages:
@@ -13,6 +11,8 @@ It consists of the following packages:
1311
| `@solidstate/library` | functions for interacting with and validating contracts | [📖](./lib/README.md) |
1412
| `@solidstate/spec` | portable tests which may be run against third-party implementations of core contracts | [📖](./spec/README.md) |
1513

14+
> **Note**: A version of this library has been audited by Hacken. More details are available in [the report](https://hacken.io/wp-content/uploads/2021/10/15092021_Premia_SC_Audit_Report.pdf).
15+
1616
### Contracts
1717

1818
All contracts are designed to either be deployed through the standard `constructor` method, or referenced by a proxy. To this end, the [diamond storage](https://medium.com/1milliondevs/new-storage-layout-for-proxy-contracts-and-diamonds-98d01d0eadb) pattern is employed exclusively.

0 commit comments

Comments
 (0)