Skip to content

feat: add linea propagate fee calculation #40

feat: add linea propagate fee calculation

feat: add linea propagate fee calculation #40

Triggered via push November 16, 2023 21:53
Status Failure
Total duration 1m 29s
Artifacts

lint.yml

on: push
Matrix: build_and_test
Fit to window
Zoom out
Zoom in

Annotations

9 errors
Node 16: src/helpers/propagate/linea.ts#L2
All imports in the declaration are only used as types. Use `import type`.
Node 16: src/helpers/propagate/linea.ts#L3
Replace `"@consensys/linea-sdk"` with `'@consensys/linea-sdk'`
Node 16: src/helpers/propagate/linea.ts#L11
Replace `"mainnet"·?·"linea-mainnet"·:·"linea-goerli"` with `'mainnet'·?·'linea-mainnet'·:·'linea-goerli'`
Node 16: src/helpers/propagate/linea.ts#L11
Comments should not begin with a lowercase character.
Node 16: src/helpers/propagate/linea.ts#L12
Replace `"read-only"` with `'read-only'`
Node 16: src/helpers/propagate/linea.ts#L12
Comments should not begin with a lowercase character.
Node 16: src/helpers/propagate/linea.ts#L14
Do not access a member directly from an await expression.
Node 16: src/helpers/propagate/linea.ts#L18
Replace `"120000"` with `'120000'`
Node 16
Process completed with exit code 1.