Skip to content

Commit

Permalink
Remove demo.ts changes done for testing
Browse files Browse the repository at this point in the history
  • Loading branch information
adi-a11y committed Oct 9, 2023
1 parent 563e740 commit 790feb3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion demo/src/demo.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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)

Expand Down

0 comments on commit 790feb3

Please sign in to comment.