Using Hardhat
Deploying a Smart Contract using Hardhat
Verifying the Smart Contract
etherscan: {
apiKey: {
"race-sepolia": "PLACEHOLDER_STRING"
},
customChains: [
{
network: "race-sepolia",
chainId: 8900,
urls: {
apiURL: "https://testnet.racescan.io/api",
browserURL: "
https://testnet.racescan.io/"
}
}
]
},Interacting with the Smart Contract
Last updated