Skip to content

Commit 619ae28

Browse files
committed
Attempt to fix CI issue
1 parent f8e1f0b commit 619ae28

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

witness/test/integration.test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ import { createEnvSigner, computeVowDigest } from "../src/core/signing";
1212
import { type ConsistentBlockResult } from "../src/rpc/consistency";
1313

1414
const DATABASE_URL = "postgresql://vow:vow@localhost:5433/vow_witness";
15-
const TEST_CHAIN_ID = 99991;
15+
const TEST_CHAIN_ID = 99993;
1616
const CAIP2 = `eip155:${TEST_CHAIN_ID}`;
1717
const API_PORT = 13003;
1818

0 commit comments

Comments
 (0)