Skip to content

Commit b6bd767

Browse files
committed
Clean up
1 parent ce9f275 commit b6bd767

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

index.html

+4
Original file line numberDiff line numberDiff line change
@@ -52,6 +52,10 @@
5252
console.log({result5});
5353
window.result5 = result5;
5454

55+
const result6 = identifyAddress('0000000800203b88')
56+
console.log({result6});
57+
window.result6 = result6;
58+
5559
// Run Main Function
5660
// console.log('Running main...');
5761
// main();

0 commit comments

Comments
 (0)