chronicleprotocol / scribe

Extremely performant EVM oracle utilizing aggregated Schnorr signatures
Other
44 stars 5 forks source link

remappings: Adds deeper remappings links to fix coverage #15

Closed pmerkleplant closed 10 months ago

pmerkleplant commented 10 months ago

forge coverage command was broken since the @script/ remappings got added because the deeper imports weren't correctly remapped.

Verify via forge coverage --ir-minimum. Once #13 merged will also be possible again without using --via-ir.