Skip to content

Commit

Permalink
Add ACL constants for Bank Wei prefix (#387)
Browse files Browse the repository at this point in the history
## Describe your changes and provide context

## Testing performed to validate your change
  • Loading branch information
codchen committed Jan 5, 2024
1 parent 57b3969 commit 1b95f79
Show file tree
Hide file tree
Showing 4 changed files with 111 additions and 102 deletions.
2 changes: 2 additions & 0 deletions proto/cosmos/accesscontrol/constants.proto
Original file line number Diff line number Diff line change
Expand Up @@ -144,6 +144,8 @@ enum ResourceType {
KV_EVM_CODE_HASH = 105; // child of KV_EVM
KV_EVM_CODE = 106; // child of KV_EVM
KV_EVM_CODE_SIZE = 107; // child of KV_EVM

KV_BANK_WEI_BALANCE = 108; // child of KV_BANK
}

enum WasmMessageSubtype {
Expand Down
200 changes: 102 additions & 98 deletions types/accesscontrol/constants.pb.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit 1b95f79

Please sign in to comment.