We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 21d0a91 commit 6c93ecbCopy full SHA for 6c93ecb
2 files changed
lib/agent/common/const.ts
@@ -12,9 +12,6 @@ export const networks = {
12
},
13
}
14
15
-// set alchemy, infura and so on.
16
-// only for test, I will move them to somewhere
17
-
18
export const testProviders = {
19
homestead: ethers.getDefaultProvider(env.homestead),
20
ropsten: ethers.getDefaultProvider(env.ropsten),
lib/agent/common/env.ts
0 commit comments