Skip to content

Commit

Permalink
Fix typos
Browse files Browse the repository at this point in the history
  • Loading branch information
shuoer86 committed Jan 6, 2024
1 parent 2fe7273 commit 2fc2734
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion manager/4337/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@ sequenceDiagram
Note over M: ensure fallback handler is not flagged
M->>+Mod: handle(executeUserOp)
Note over Mod: ensure EntryPoint is supported
Mod->>+M: executeSafeTransction(account, userOp)
Mod->>+M: executeSafeTransaction(account, userOp)
M->>+R: check(module)
R-->>-M: flaggedAt
Note over M: ensure plugin is not flagged
Expand Down
4 changes: 2 additions & 2 deletions metadata/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ To make sure that this metadata can be properly parsed and handled it is importa
To retrieve the metadata based on a `metadataHash` a `MetadataProvider` is required. There can be different types of providers. These providers are identified by a `type` and a `locations` (TODO: maybe a different name would be better, i.e. `connection`).

A non-exhaustive list of types are:
- `ipfs` - the `location` MUST be empty (the hash is the ipfs indentifier)
- `ipfs` - the `location` MUST be empty (the hash is the ipfs identifier)
- `url` - the `location` MUST be a pattern where the `metadataHash` can be substituted
- `contract` - the `location` MUST be a contract address that implements the `MetadataProvider` contract interface

Expand Down Expand Up @@ -68,4 +68,4 @@ struct TransactionMetadata {
}
```

TODO: this requires more explanations and examples
TODO: this requires more explanations and examples

0 comments on commit 2fc2734

Please sign in to comment.