require ( " @nomicfoundation/hardhat-toolbox " );
require ( " @nomiclabs/hardhat-etherscan " );
const dotenv = require ( " dotenv " );
url: " https://testnet.skalenodes.com/v1/lanky-ill-funny-testnet " ,
chainId: 37084624 , // Replace with the correct chainId for the "nebula" network
accounts: [ process . env . PK ], // Add private keys or mnemonics of accounts to use
url: " https://testnet.skalenodes.com/v1/giant-half-dual-testnet " ,
chainId: 974399131 , // Replace with the correct chainId for the "calypso" network
accounts: [ process . env . PK ], // Add private keys or mnemonics of accounts to use
url: " https://testnet.skalenodes.com/v1/juicy-low-small-testnet " ,
chainId: 1444673419 , // Replace with the correct chainId for the "europa" network
accounts: [ process . env . PK ], // Add private keys or mnemonics of accounts to use
url: " https://testnet.skalenodes.com/v1/aware-fake-trim-testnet " ,
chainId: 1020352220 , // Replace with the correct chainId for the "titan" network
accounts: [ process . env . PK ], // Add private keys or mnemonics of accounts to use
nebula: " does not matter as long it has a non empty string " ,
calypso: " does not matter as long it has a non empty string " ,
europa: " does not matter as long it has a non empty string " ,
titan: " does not matter as long it has a non empty string " ,
" https://lanky-ill-funny-testnet.explorer.testnet.skalenodes.com/api " ,
" https://lanky-ill-funny-testnet.explorer.testnet.skalenodes.com/ " ,
" https://giant-half-dual-testnet.explorer.testnet.skalenodes.com/api " ,
" https://giant-half-dual-testnet.explorer.testnet.skalenodes.com/ " ,
" https://juicy-low-small-testnet.explorer.testnet.skalenodes.com/api " ,
" https://juicy-low-small-testnet.explorer.testnet.skalenodes.com/ " ,
" https://aware-fake-trim-testnet.explorer.testnet.skalenodes.com/api " ,
" https://aware-fake-trim-testnet.explorer.testnet.skalenodes.com/ " ,