From 790feb3b96f989bb25507acae5497d5ede6edbef Mon Sep 17 00:00:00 2001 From: Adi Bhagavath Date: Mon, 9 Oct 2023 11:17:18 +0530 Subject: [PATCH] Remove demo.ts changes done for testing --- demo/src/demo.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/demo/src/demo.ts b/demo/src/demo.ts index 63242437..f81e58e7 100644 --- a/demo/src/demo.ts +++ b/demo/src/demo.ts @@ -34,7 +34,7 @@ function getChallenge(): string { } async function main() { - const networkAddress = 'ws://127.0.0.1:63554' + const networkAddress = 'ws://127.0.0.1:9944' Cord.ConfigService.set({ submitTxResolveOn: Cord.Chain.IS_IN_BLOCK }) await Cord.connect(networkAddress)