diff --git a/src/utils/agent.ts b/src/utils/agent.ts index 198eb8bd..b01aecf1 100644 --- a/src/utils/agent.ts +++ b/src/utils/agent.ts @@ -38,7 +38,6 @@ import { indyVdr } from '@hyperledger/indy-vdr-nodejs' import { TsLogger } from './logger' export const setupAgent = async ({ name, endpoints, port }: { name: string; endpoints: string[]; port: number }) => { - const BCOVRIN_TEST_GENESIS = process.env.BCOVRIN_TEST_GENESIS as string const logger = new TsLogger(LogLevel.debug) const config: InitConfig = {