Skip to content

Commit e285ce9

Browse files
committed
remove infura from required envs
1 parent 246ede0 commit e285ce9

1 file changed

Lines changed: 0 additions & 4 deletions

File tree

src/check-prerequisites.ts

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -10,11 +10,7 @@ export async function checkPrerequisites() {
1010
const missingEnvVars = [
1111
"VERIFIER_ID",
1212
"SOURCES_REGISTRY",
13-
"INFURA_ID",
14-
"INFURA_SECRET",
1513
"PRIVATE_KEY",
16-
"TACT_DEPLOYER_INFURA_ID",
17-
"TACT_DEPLOYER_INFURA_SECRET",
1814
"NETWORK",
1915
"COMPILE_TIMEOUT",
2016
]

0 commit comments

Comments
 (0)