Add linea propagate fee calculation #41
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.
|