added the rocket-pool-node-operator-delegate-v7 strategy #34
Annotations
5 errors and 1 warning
lint / Lint:
src/strategies/rocketpool-node-operator-delegate-v7/index.ts#L54
Replace `·node·&&·node.delegators.length·>·0·?·node.delegators.map((d)·=>·getAddress(d.address))·:·[nodeAddress],` with `⏎········node·&&·node.delegators.length·>·0⏎··········?·node.delegators.map((d)·=>·getAddress(d.address))⏎··········:·[nodeAddress]`
|
|
lint / Lint:
src/strategies/rocketpool-node-operator-delegate-v7/index.ts#L77
Replace `(node)·=>·node.signallingAddress·===·address` with `⏎········(node)·=>·node.signallingAddress·===·address⏎······`
|
lint / Lint:
src/strategies/rocketpool-node-operator-delegate-v7/index.ts#L78
Replace `addressData.nodeAddress·===·"0x0000000000000000000000000000000000000000"` with `⏎········addressData.nodeAddress·===·'0x0000000000000000000000000000000000000000'⏎······`
|
lint / Lint
Process completed with exit code 1.
|
lint / Lint
The following actions uses Node.js version which is deprecated and will be forced to run on node20: actions/checkout@v3, actions/setup-node@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|