Skip to content

Commit

Permalink
Merge pull request #157 from yjhmelody/patch-1
Browse files Browse the repository at this point in the history
Update custom-gas-token.md
  • Loading branch information
tynes committed Apr 26, 2024
2 parents 27b1b3f + b792d2f commit b675fc3
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions specs/experimental/custom-gas-token.md
Original file line number Diff line number Diff line change
Expand Up @@ -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]
Expand Down Expand Up @@ -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}
Expand Down

0 comments on commit b675fc3

Please sign in to comment.