Skip to content

Commit

Permalink
Pin patch version to avoid browser cache
Browse files Browse the repository at this point in the history
  • Loading branch information
acuarica committed Jan 7, 2024
1 parent 9e5cf81 commit 50d225b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/evm.html
Original file line number Diff line number Diff line change
Expand Up @@ -21,9 +21,9 @@
<script src="https://tutsplus.github.io/syntax-highlighter-demos/highlighters/Prism/prism.js"></script>
<script src="https://prismjs.com/components/prism-solidity.js"></script>
<script src="https://cdn.ethers.io/lib/ethers-5.2.umd.min.js"></script>
<!-- TODO: review diff with previous version -->
<!-- TODO: review Solidity output diff with previous version -->
<!-- <script src="https://cdn.jsdelivr.net/gh/acuarica/evm@f88b20a/lib/EVM.js"></script> -->
<script src="https://cdn.jsdelivr.net/npm/sevm@0.6/dist/sevm.js"></script>
<script src="https://cdn.jsdelivr.net/npm/sevm@0.6.7/dist/sevm.js"></script>

<script>
console.log('sevm exported symbols', sevm);
Expand Down

0 comments on commit 50d225b

Please sign in to comment.