We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2fce702 commit a7a28e2Copy full SHA for a7a28e2
packages/contracts-sdk/src/lib/contracts-sdk.ts
@@ -1081,7 +1081,7 @@ export class LitContracts {
1081
const activeValidatorStructs: ValidatorStruct[] =
1082
activeUnkickedValidatorStructs.map((item: any) => {
1083
return {
1084
- ip: item[0],
+ ip: `0.0.0.0`,
1085
ipv6: item[1],
1086
port: item[2],
1087
nodeAddress: item[3],
0 commit comments