Skip to content

Commit

Permalink
add code hash key
Browse files Browse the repository at this point in the history
  • Loading branch information
codchen committed Nov 28, 2023
1 parent 5d90758 commit 1c24fd0
Show file tree
Hide file tree
Showing 3 changed files with 100 additions and 94 deletions.
1 change: 1 addition & 0 deletions proto/cosmos/accesscontrol/constants.proto
Original file line number Diff line number Diff line change
Expand Up @@ -141,6 +141,7 @@ enum ResourceType {
KV_EVM_RECEIPT = 102; // child of KV_EVM
KV_EVM_S2E = 103; // child of KV_EVM
KV_EVM_E2S = 104; // child of KV_EVM
KV_EVM_CODE_HASH = 105; // child of KV_EVM
}

enum WasmMessageSubtype {
Expand Down
191 changes: 97 additions & 94 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 1c24fd0

Please sign in to comment.