Skip to content

Commit

Permalink
Update JavaScript file versions for improved performance
Browse files Browse the repository at this point in the history
  • Loading branch information
bhatt-deep committed Jul 26, 2024
1 parent a36efb2 commit af2b96c
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 6 deletions.
6 changes: 2 additions & 4 deletions docs/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -210,10 +210,8 @@ <h2>Project Structure</h2>
<li><code>lib/</code>: Houses the core oracle integration module.
<ul>
<li><code>oracle_datum.ak</code>: Contains the oracle datum definitions, functions, and associated tests.</li>
<li><code>types.ak</code>: Defines common types used across the project.</li>
</ul>
</li>
<li><code>validators/</code>: Will contain the validator scripts, including the betting contract (to be implemented).</li>
<li><code>aiken.toml</code>: Project configuration file.</li>
<li><code>README.md</code>: This file, providing project overview and instructions.</li>
</ul>
Expand Down Expand Up @@ -330,8 +328,8 @@ <h2>Contributing</h2>
});
</script>
<script src="./js/lunr.min.js?v=1.0.29-alpha"></script>
<script src="./js/index.js?v=1722033180"></script>
<script src="./js/index.js?v=1722033980"></script>
<!-- Load the search index using JSONP to avoid CORS issues -->
<script src="./search-data.js?v=1722033180"></script>
<script src="./search-data.js?v=1722033980"></script>
</body>
</html>
4 changes: 2 additions & 2 deletions docs/oracle_datum.html
Original file line number Diff line number Diff line change
Expand Up @@ -616,8 +616,8 @@ <h2 id="is_oracle_valid"><pre class="hljs language-aiken">is_oracle_valid(oracle
});
</script>
<script src="./js/lunr.min.js?v=1.0.29-alpha"></script>
<script src="./js/index.js?v=1722033180"></script>
<script src="./js/index.js?v=1722033980"></script>
<!-- Load the search index using JSONP to avoid CORS issues -->
<script src="./search-data.js?v=1722033180"></script>
<script src="./search-data.js?v=1722033980"></script>
</body>
</html>

0 comments on commit af2b96c

Please sign in to comment.