This commit is contained in:
jcheca 2024-09-17 14:38:44 +02:00
parent b555c25277
commit 86abf1eacf

View File

@ -55,7 +55,7 @@ document.addEventListener('DOMContentLoaded', () => {
fetchTournois();
} else if (tableId === 'blockchain-list') {
console.log('Opening external page in a new tab');
window.open('https://sepolia.etherscan.io/address/0x078d04eb6fb97cd863361fc86000647dc876441b', '_blank');
window.open('https://sepolia.etherscan.io/address/0x32a4bf81628fdd65d7b00ac676b80772c920e0c4', '_blank');
}
if (dropdownMenu) {