Skip to content

Commit

Permalink
Merge pull request #166 from ethereum-optimism/cgt/small
Browse files Browse the repository at this point in the history
custom-gas-token: add double entrypoint token
  • Loading branch information
tynes committed May 1, 2024
2 parents 725cd9d + 029146f commit c9f133b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions specs/experimental/custom-gas-token.md
Expand Up @@ -82,6 +82,7 @@ The gas paying token MUST NOT:
- Have out of band methods for modifying balance or allowance
- Have a `name()` that is more than 32 bytes long
- Have a `symbol()` this is more than 32 bytes long
- Be a [double entrypoint token](https://stermi.xyz/blog/ethernaut-challenge-24-solution-double-entry-point)

It MUST be enforced on chain that the token has exactly 18 decimals to guarantee no losses of precision when
depositing a token that has a different number of decimals. It MUST be enforced on chain that the
Expand Down

0 comments on commit c9f133b

Please sign in to comment.