From b792d2f12b75c2e2d192f5f7289b4fdf398ec108 Mon Sep 17 00:00:00 2001 From: yjh Date: Fri, 26 Apr 2024 18:04:57 +0800 Subject: [PATCH] Update custom-gas-token.md Remove `title` for `mermaid` since it's not supported --- specs/experimental/custom-gas-token.md | 6 ------ 1 file changed, 6 deletions(-) diff --git a/specs/experimental/custom-gas-token.md b/specs/experimental/custom-gas-token.md index 217deaa48..111554a08 100644 --- a/specs/experimental/custom-gas-token.md +++ b/specs/experimental/custom-gas-token.md @@ -120,9 +120,6 @@ the `GAS_PAYING_TOKEN_SLOT` slot for `SystemConfig` is not `address(0)`, the sys gas paying token, and the getter returns the address in the slot. ```mermaid ---- -title: Custom Gas Token Configuration ---- flowchart LR subgraph Layer One OP[OptimismPortal] @@ -360,9 +357,6 @@ The following diagram shows the control flow for when a user attempts to send `e the `StandardBridge`, either on L1 or L2. ```mermaid ---- -title: Control Flow for Custom Gas Token Chain ---- flowchart TD A1(User) -->|Attempts to deposit/withdraw ether| A2(StandardBridge or CrossDomainMessenger) A2 -->|Is chain using custom gas token?| A3{SystemConfig or L1Block}