Skip to content

Commit 08144ad

Browse files
Added MEV to glossary
1 parent 72d5b94 commit 08144ad

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

public/content/glossary/index.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -292,6 +292,8 @@ lang: en
292292

293293
<GlossaryDefinition term="message-call" />
294294

295+
<GlossaryDefinition term="MEV" />
296+
295297
<GlossaryDefinition term="mining" />
296298

297299
<GlossaryDefinition term="miner" />

src/intl/en/glossary.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -238,7 +238,7 @@
238238
"message-call-term": "Message call",
239239
"message-call-definition": "The act of passing a <a href=\"/glossary/#message\">message</a> from one account to another. If the destination account is associated with <a href=\"/glossary/#evm\">EVM</a> code, then the VM will be started with the state of that object and the message acted upon.",
240240
"mev-term": "MEV",
241-
"mev-definition": "A mechanism prioritizing certain actions on a blockchain for a fee, influencing outcomes and the order of transactions.",
241+
"mev-definition": "Maximal extractable value (MEV) refers to the maximum value that can be extracted from block production in excess of the standard block reward and gas fees by including, excluding, and changing the order of transactions in a block.",
242242
"mining-term": "Mining",
243243
"mining-definition": "The process of repeatedly hashing a block header while incrementing a <a href=\"/glossary/#nonce\">nonce</a> until the result contains an arbitrary number of leading binary zeros. This is the process by which new <a href=\"/glossary/#block\">blocks</a> are added to a proof-of-work blockchain. This was how Ethereum was secured before it moved to proof-of-stake.",
244244
"miner-term": "Miner",

0 commit comments

Comments
 (0)