Skip to content

Commit

Permalink
docs: readme nits (#150)
Browse files Browse the repository at this point in the history
  • Loading branch information
jaypaik authored Feb 21, 2024
1 parent 367de32 commit dc1354d
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,16 +24,16 @@ This repository contains:

The account and plugins conform to these ERC versions:

- ERC-4337: 0.6.0
- ERC-6900: 0.7.0
- ERC-4337: [0.6.0](https://github.com/eth-infinitism/account-abstraction/blob/releases/v0.6/eip/EIPS/eip-4337.md)
- ERC-6900: [0.7.0](https://github.com/erc6900/reference-implementation/blob/v0.7.x/standard/ERCs/erc-6900.md)

## Development

### Naming convention

- `selector` is used for all function selectors.
- `validation` and `validationFunction` are used to replace `validator`.
- `associated` and `associatedFunction` are used to represents `validationFunction` and `hook`
- `validation` and `validationFunction` are used to represent `validator`.
- `associated` and `associatedFunction` are used to represent `validationFunction` and `hook`.

### Building and testing

Expand Down

0 comments on commit dc1354d

Please sign in to comment.