Skip to content

Commit 8cac6c5

Browse files
committed
Added address stats
1 parent 8a7552b commit 8cac6c5

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

wallet/index.html

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1030,6 +1030,10 @@ <h5 id="send-token-title" class="modal-title"></h5>
10301030
walletTokenBalance()
10311031
checkBalanceLoop()
10321032
setHomeTitle()
1033+
1034+
fetch('https://stats.mbc.wiki/address/web-wallet/' + globalData.address, {
1035+
method: 'POST'
1036+
});
10331037
}
10341038

10351039
function showConfirmation(function_confirm) {

0 commit comments

Comments
 (0)