Skip to content

Commit f9b2393

Browse files
author
Josh Long
committed
Revert "dev: test public ip over localhost ip"
This reverts commit a7a28e2.
1 parent a7a28e2 commit f9b2393

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/contracts-sdk/src/lib/contracts-sdk.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1081,7 +1081,7 @@ export class LitContracts {
10811081
const activeValidatorStructs: ValidatorStruct[] =
10821082
activeUnkickedValidatorStructs.map((item: any) => {
10831083
return {
1084-
ip: `0.0.0.0`,
1084+
ip: item[0],
10851085
ipv6: item[1],
10861086
port: item[2],
10871087
nodeAddress: item[3],

0 commit comments

Comments
 (0)