Skip to content

Commit e1f73d0

Browse files
committed
docs: readme nits
1 parent 41c7ae7 commit e1f73d0

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

README.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
# ERC-6900 Reference Implementation
22

3-
Reference implementation for [ERC-6900](https://eips.ethereum.org/EIPS/eip-6900). It is an early draft implementation.
3+
Reference implementation for [ERC-6900](https://eips.ethereum.org/EIPS/eip-6900).
44

5-
The implementation includes an upgradable modular account with three modules (`SingleSignerValidationModule`, `TokenReceiverModule`, and `AllowlistModule`). It is compliant with ERC-6900 with the latest updates.
5+
The implementation includes an upgradable modular account with 5 modules (`SingleSignerValidationModule`, `TokenReceiverModule`, `AllowlistModule`, `ERC20TokenLimitModule`, and `NativeTokenLimitModule`). It is compliant with the latest version of ERC-6900.
66

7-
## Important Callouts
7+
## Important callouts
88

9-
- **Not audited and should NOT be used in production**.
10-
- Not optimized in both deployments and execution. We’ve explicitly removed some optimizations for reader comprehension.
9+
- **Not audited and SHOULD NOT be used in production**.
10+
- Not optimized in both deployments and execution. We’ve explicitly removed some optimizations in favor of clarity.
1111

1212
## Development
1313

@@ -31,7 +31,7 @@ FOUNDRY_PROFILE=optimized-test forge test -vvv
3131

3232
## Integration testing
3333

34-
The reference implementation provides a sample factory and deploy script for the factory, account implementation, and the demo validation module `SingleSignerValidationModule`. This is not auditted, nor intended for production use. Limitations set by the GPL-V3 license apply.
34+
The reference implementation provides a sample factory and deploy script for the factory, account implementation, and the demo validation module `SingleSignerValidationModule`. This is not audited nor intended for production use. Limitations set by the GPLv3 license apply.
3535

3636
To run this script, provide appropriate values in a `.env` file based on the `.env.example` template, then run:
3737

0 commit comments

Comments
 (0)