diff --git a/src/intl/en/glossary.json b/src/intl/en/glossary.json index e53a9900d02..ecf72340f5a 100644 --- a/src/intl/en/glossary.json +++ b/src/intl/en/glossary.json @@ -237,8 +237,8 @@ "message-definition": "An internal transaction that is never serialized and only sent within the EVM.", "message-call-term": "Message call", "message-call-definition": "The act of passing a message from one account to another. If the destination account is associated with EVM code, then the VM will be started with the state of that object and the message acted upon.", - "mev-term": "MEV", - "mev-definition": "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.", + "mev-term": "Maximal Extractable Value (MEV)", + "mev-definition": "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. More on Maximum Extractable Value (MEV).", "mining-term": "Mining", "mining-definition": "The process of repeatedly hashing a block header while incrementing a nonce until the result contains an arbitrary number of leading binary zeros. This is the process by which new blocks are added to a proof-of-work blockchain. This was how Ethereum was secured before it moved to proof-of-stake.", "miner-term": "Miner",