Skip to content

Commit

Permalink
updated proto
Browse files Browse the repository at this point in the history
  • Loading branch information
sunnya97 committed Sep 19, 2023
1 parent 0527c9b commit 8779a3d
Show file tree
Hide file tree
Showing 2 changed files with 43 additions and 41 deletions.
6 changes: 4 additions & 2 deletions proto/osmosis/concentrated-liquidity/params.proto
Original file line number Diff line number Diff line change
Expand Up @@ -61,6 +61,8 @@ message Params {
// allowed to bypass restrictions on permissionless supercharged pool
// creation, like pool_creation_enabled, restricted quote assets, no
// double creation of pools, etc.
repeated string unrestricted_pool_creator_whitelist = 7
[ (gogoproto.moretags) = "yaml:\"unrestricted_pool_creator_whitelist\"" ];
repeated string unrestricted_pool_creator_whitelist = 7 [
(gogoproto.moretags) = "yaml:\"unrestricted_pool_creator_whitelist\"",
(gogoproto.nullable) = true
];
}
78 changes: 39 additions & 39 deletions x/concentrated-liquidity/types/params.pb.go

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

0 comments on commit 8779a3d

Please sign in to comment.