fixup infura provider
Gitea Actions Demo / Explore-Gitea-Actions (push) Failing after 31s Details

This commit is contained in:
Ladd Hoffman 2024-04-20 12:56:33 -05:00
parent 603835d0ba
commit a638968918
1 changed files with 1 additions and 1 deletions

View File

@ -18,7 +18,7 @@ const getProvider = () => {
case 'localhost':
return ethers.getDefaultProvider('http://localhost:8545');
case 'sepolia':
return new ethers.providers.InfuraProvider(
return new ethers.InfuraProvider(
network,
process.env.INFURA_API_KEY,
);