Skip to content

Commit

Permalink
[autofix.ci] apply automated fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
autofix-ci[bot] authored Feb 5, 2025
1 parent be245d4 commit f6f8090
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions src/pages/cw-multi-test/storage.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -98,14 +98,14 @@ summarizes them all.

| Method of [App] | Access |
| ------------------------------- | :----: |
| storage | R |
| storage_mut | R/W |
| contract_storage | R |
| contract_storage_mut | R/W |
| prefixed_storage | R |
| prefixed_storage_mut | R/W |
| prefixed_multilevel_storage | R |
| prefixed_multilevel_storage_mut | R/W |
| storage | R |
| storage_mut | R/W |
| contract_storage | R |
| contract_storage_mut | R/W |
| prefixed_storage | R |
| prefixed_storage_mut | R/W |
| prefixed_multilevel_storage | R |
| prefixed_multilevel_storage_mut | R/W |

- `R` - read-only
- `R/W` - read/write
Expand Down

0 comments on commit f6f8090

Please sign in to comment.