Skip to content

Commit

Permalink
Updated Instantiation height
Browse files Browse the repository at this point in the history
  • Loading branch information
saralab committed Apr 11, 2024
1 parent b146d3f commit dda7fba
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion 2.5/index.html
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<script>
const HEIGHT_2_5 = 839444;
const HEIGHT_2_5 = 840360;
async function main() {
const current = await (await fetch("https://api.blockcypher.com/v1/btc/main")).json();
const current_height = current.height;
Expand Down

0 comments on commit dda7fba

Please sign in to comment.