This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<!DOCTYPE html> | |
<html lang="en"> | |
<head> | |
<meta charset="UTF-8"> | |
<title>Claim CCTP USDC</title> | |
<script> | |
console.log("Script started loading..."); | |
// Проверяем доступность ethers | |
console.log("Ethers available:", typeof ethers !== 'undefined'); |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<!DOCTYPE html> | |
<html lang="en"> | |
<head> | |
<meta charset="UTF-8"> | |
<title>Claim CCTP USDC</title> | |
<script> | |
console.log("Script started loading..."); | |
// Проверяем доступность ethers | |
console.log("Ethers available:", typeof ethers !== 'undefined'); |