Skip to content

Commit

Permalink
Add ACL constants for Bank Wei prefix (#387)
Browse files Browse the repository at this point in the history
  • Loading branch information
codchen authored and udpatil committed Apr 16, 2024
1 parent 95f32cc commit a3e3866
Show file tree
Hide file tree
Showing 4 changed files with 121 additions and 112 deletions.
6 changes: 4 additions & 2 deletions proto/cosmos/accesscontrol/constants.proto
Original file line number Diff line number Diff line change
Expand Up @@ -146,8 +146,10 @@ enum ResourceType {
KV_EVM_CODE = 106; // child of KV_EVM
KV_EVM_CODE_SIZE = 107; // child of KV_EVM

KV_DEX_MEM_CONTRACTS_TO_PROCESS = 108; // child of KV_DEX_MEM
KV_DEX_MEM_DOWNSTREAM_CONTRACTS = 109; // child of KV_DEX_MEM
KV_BANK_WEI_BALANCE = 108; // child of KV_BANK

KV_DEX_MEM_CONTRACTS_TO_PROCESS = 109; // child of KV_DEX_MEM
KV_DEX_MEM_DOWNSTREAM_CONTRACTS = 110; // child of KV_DEX_MEM
}

enum WasmMessageSubtype {
Expand Down
Loading

0 comments on commit a3e3866

Please sign in to comment.