From 9da75ce28607531306cf7a36756afbc6aeefb0b3 Mon Sep 17 00:00:00 2001 From: "steinkirch.eth, phd" <1130416+mvonsteinkirch@users.noreply.github.com> Date: Sun, 16 Apr 2023 21:17:16 -0700 Subject: [PATCH] Update README.md --- MEV_by_chains/MEV_on_Cosmos/README.md | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/MEV_by_chains/MEV_on_Cosmos/README.md b/MEV_by_chains/MEV_on_Cosmos/README.md index b35e44e..54afb84 100644 --- a/MEV_by_chains/MEV_on_Cosmos/README.md +++ b/MEV_by_chains/MEV_on_Cosmos/README.md @@ -4,6 +4,17 @@ ### tl; dr +
+ +* tendermint clients using fifo ordering by default. +* mekatek: + * zenith creates an open market for block building within the cosmos. +* skip: + * mev-tenderminr is a modified version of tendermint to allow validators to accept tx bundles and introduces a seal bid auction for inclusion at the top of the block. + * skip secure is a version of flashbots protect (private tx RPC). +‍ * proto-rev are custom-built modules for enshrining certain mev preferences into the core protocol. the first implementation was proposed to help Osmosis capture arbitrage-based mev rewards. + +