Skip to content

feat: add isSponsoredTxServiceAvailable and fix PC #35

feat: add isSponsoredTxServiceAvailable and fix PC

feat: add isSponsoredTxServiceAvailable and fix PC #35

Triggered via push December 13, 2024 05:17
Status Failure
Total duration 33s
Artifacts

ci.yaml

on: push
Fit to window
Zoom out
Zoom in

Annotations

10 errors and 1 warning
build: src/alexSDK.ts#L180
Delete `·`
build: src/alexSDK.ts#L210
Insert `··`
build: src/alexSDK.ts#L211
Insert `··`
build: src/alexSDK.ts#L286
Insert `··`
build: src/alexSDK.ts#L287
Insert `··`
build: src/helpers/SponsorTxHelper.ts#L14
Replace `·Promise<{·status:·'ok'·|·string,·perRouteFee:·bigint·}>` with `⏎··|·Promise<{·status:·'ok'·|·string;·perRouteFee:·bigint·}>⏎·`
build: src/helpers/SponsorTxHelper.ts#L16
Replace `·status:·'ok'·|·string,·perRouteFee:·bigint·` with `⏎··status:·'ok'·|·string;⏎··perRouteFee:·bigint;⏎`
build: src/helpers/SponsorTxHelper.ts#L21
Replace `.then(res·=>·res.json()).then(data·=>·({·status:·data.status,·perRouteFee:·BigInt(data.per_route_fee)` with `⏎······.then((res)·=>·res.json())⏎······.then((data)·=>·({⏎········status:·data.status,⏎········perRouteFee:·BigInt(data.per_route_fee),⏎·····`
build: src/helpers/SponsorTxHelper.ts#L32
Replace `data·=>·data.perRouteFee·*·BigInt(1e8)·/·BigInt(1e6)` with `⏎····(data)·=>·(data.perRouteFee·*·BigInt(1e8))·/·BigInt(1e6)⏎··`
build
Process completed with exit code 1.
build
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636