fixup infura provider
Gitea Actions Demo / Explore-Gitea-Actions (push) Failing after 31s
Details
Gitea Actions Demo / Explore-Gitea-Actions (push) Failing after 31s
Details
This commit is contained in:
parent
603835d0ba
commit
a638968918
|
@ -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,
|
||||
);
|
||||
|
|
Loading…
Reference in New Issue