[ENG-597]: Front-running Protection (#27)

This commit is contained in:
David Terpay
2023-03-16 09:38:59 -04:00
committed by GitHub
parent 560639f1e0
commit 34fef8f45b
6 changed files with 128 additions and 51 deletions
+3
View File
@@ -39,4 +39,7 @@ message Params {
(amino.dont_omitempty) = true,
(gogoproto.castrepeated) = "github.com/cosmos/cosmos-sdk/types.Coins"
];
// front_running_protection specifies whether front running and sandwich attack protection
// is enabled.
bool front_running_protection = 6;
}