@synthetixio/rewards-dist-ext
v3.8.1
Published
Official Rewards Distributor for intreacting with [Synthetix V3](https://docs.synthetix.io/v/v3/for-liquidity-pool-managers/rewards-distributors)
Downloads
30
Keywords
Readme
Official Rewards Distributor for intreacting with Synthetix V3
Running tests
forge test -vvvvv --watch src test
Coverage report
forge coverage --report lcov
genhtml ./lcov.info --output-directory coverage
To install genhtml
:
brew install lcov