Skip to content

Commit 046b166

Browse files
Update term and definition
1 parent b64a311 commit 046b166

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/intl/en/glossary.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -237,8 +237,8 @@
237237
"message-definition": "An <a href=\"/glossary/#internal-transaction\">internal transaction</a> that is never serialized and only sent within the <a href=\"/glossary/#evm\">EVM</evm>.",
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.",
240-
"mev-term": "MEV",
241-
"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.",
240+
"mev-term": "Maximal Extractable Value (MEV)",
241+
"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. <a href=\"/developers/docs/mev/\">More on Maximum Extractable Value (MEV)</a>.",
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)