Skip to content

Commit

Permalink
Remove unused value from test configuration
Browse files Browse the repository at this point in the history
  • Loading branch information
atodorov committed Jan 18, 2024
1 parent bff68a9 commit 4e7a606
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 3 deletions.
2 changes: 0 additions & 2 deletions integration-tests/src/creditcoinForkSetup.ts
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,6 @@ const setup = async () => {
// to satisfy the regexp in metrics.test.ts
(global as any).CREDITCOIN_NETWORK_SHORT_NAME = '.*-fork';

(global as any).CREDITCOIN_SWITCH_TO_POS_ALREADY_CALLED = process.env.SWITCH_TO_POS_ALREADY_CALLED === '1';

(global as any).CREDITCOIN_USES_FAST_RUNTIME = false;

await globalSetup();
Expand Down
1 change: 0 additions & 1 deletion integration-tests/src/testnetSetup.ts
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,6 @@ const createWallet = (who: 'lender' | 'borrower') => {
};

const setup = async () => {
(global as any).CREDITCOIN_SWITCH_TO_POS_ALREADY_CALLED = true;
(global as any).CREDITCOIN_API_URL = 'wss://rpc.testnet.creditcoin.network/ws';
(global as any).CREDITCOIN_USES_FAST_RUNTIME = false;
(global as any).CREDITCOIN_CREATE_SIGNER = createSigner;
Expand Down

0 comments on commit 4e7a606

Please sign in to comment.