Skip to content

Commit

Permalink
deploy: c9f133b
Browse files Browse the repository at this point in the history
  • Loading branch information
tynes committed May 1, 2024
1 parent ff49c32 commit 2d83dbd
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 2 deletions.
1 change: 1 addition & 0 deletions experimental/custom-gas-token.html
Original file line number Diff line number Diff line change
Expand Up @@ -279,6 +279,7 @@ <h2 id="properties-of-a-gas-paying-token"><a class="header" href="#properties-of
<li>Have out of band methods for modifying balance or allowance</li>
<li>Have a <code>name()</code> that is more than 32 bytes long</li>
<li>Have a <code>symbol()</code> this is more than 32 bytes long</li>
<li>Be a <a href="https://stermi.xyz/blog/ethernaut-challenge-24-solution-double-entry-point">double entrypoint token</a></li>
</ul>
<p>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
1 change: 1 addition & 0 deletions print.html
Original file line number Diff line number Diff line change
Expand Up @@ -7261,6 +7261,7 @@ <h2 id="properties-of-a-gas-paying-token"><a class="header" href="#properties-of
<li>Have out of band methods for modifying balance or allowance</li>
<li>Have a <code>name()</code> that is more than 32 bytes long</li>
<li>Have a <code>symbol()</code> this is more than 32 bytes long</li>
<li>Be a <a href="https://stermi.xyz/blog/ethernaut-challenge-24-solution-double-entry-point">double entrypoint token</a></li>
</ul>
<p>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
2 changes: 1 addition & 1 deletion searchindex.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion searchindex.json

Large diffs are not rendered by default.

0 comments on commit 2d83dbd

Please sign in to comment.