We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f8e1f0b commit 619ae28Copy full SHA for 619ae28
1 file changed
witness/test/integration.test.ts
@@ -12,7 +12,7 @@ import { createEnvSigner, computeVowDigest } from "../src/core/signing";
12
import { type ConsistentBlockResult } from "../src/rpc/consistency";
13
14
const DATABASE_URL = "postgresql://vow:vow@localhost:5433/vow_witness";
15
-const TEST_CHAIN_ID = 99991;
+const TEST_CHAIN_ID = 99993;
16
const CAIP2 = `eip155:${TEST_CHAIN_ID}`;
17
const API_PORT = 13003;
18
0 commit comments