From edc5bd5cda524ac5d8ee4ee95b5ef9045f9a150b Mon Sep 17 00:00:00 2001 From: Paul Razvan Berg Date: Mon, 27 May 2024 11:25:37 +0100 Subject: [PATCH] docs: polish MIPS page --- pages/stack/protocol/fault-proofs/mips.mdx | 54 +++++++++++----------- 1 file changed, 27 insertions(+), 27 deletions(-) diff --git a/pages/stack/protocol/fault-proofs/mips.mdx b/pages/stack/protocol/fault-proofs/mips.mdx index d62ab15f4..9609ef6e5 100644 --- a/pages/stack/protocol/fault-proofs/mips.mdx +++ b/pages/stack/protocol/fault-proofs/mips.mdx @@ -1,7 +1,7 @@ --- title: Fault Proof VM - MIPS.sol lang: en-US -description: Learn about the MIPS.sol smart contract that works as part of Optimism's Fault Proof Virtual Machine. +description: Learn about the `MIPS.sol` smart contract that works as part of Optimism's Fault Proof Virtual Machine. --- import Image from 'next/image' @@ -9,7 +9,7 @@ import { Callout } from 'nextra/components' # Fault Proof VM: MIPS.sol -The MIPS.sol smart contract is an onchain implementation of a virtual machine (VM) that encompasses the 32-bit, Big-Endian, MIPS III Instruction Set Architecture (ISA). +The `MIPS.sol` smart contract is an onchain implementation of a virtual machine (VM) that encompasses the 32-bit, Big-Endian, MIPS III Instruction Set Architecture (ISA). This smart contract is the counterpart to the off-chain MIPSEVM golang implementation of the same ISA. Together, the onchain and off-chain VM implementations make up [Cannon](cannon), Optimism's Fault Proof Virtual Machine (FPVM). Cannon is a singular instance of a FPVM that can be used as part of the Dispute Game for Optimism's (and Base's) optimistic rollup L2 blockchain. The Dispute Game itself is modular, allowing for any FPVM to be used in a dispute; however, Cannon is currently the only FPVM implemented and thus will be used in all disputes. @@ -18,45 +18,45 @@ The Dispute Game itself is modular, allowing for any FPVM to be used in a disput