Skip to content

Commit

Permalink
docs: update audit section of readme
Browse files Browse the repository at this point in the history
  • Loading branch information
jaypaik committed Feb 3, 2024
1 parent 6bd4fc0 commit 010ede3
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ The account and plugins conform to these ERC versions:
- `validation` and `validationFunction` are used to replace `validator`.
- `associated` and `associatedFunction` are used to represents `validationFunction` and `hook`

### Building and Testing
### Building and testing

```bash
# Build options
Expand All @@ -49,9 +49,9 @@ A deployment script can be found in the `scripts/` folder
forge script script/Deploy.s.sol --rpc-url $RPC_URL --broadcast
```

## Security and Audits
## Security and audits

We have done 2 audits from Spearbit and Quantstamp and will upload the reports shortly. Note that these audit reports may contain references to "MSCA". This was the name we used for Modular Account previously.
Our audit reports from Spearbit and Quantstamp can be found in [audits](/audits). Note that the reports may contain references to the term MSCA, which stands for modular smart contract account, as defined in the [terms for ERC-6900](https://eips.ethereum.org/EIPS/eip-6900#terms). This is synonymous with modular account.

## License

Expand Down

0 comments on commit 010ede3

Please sign in to comment.