Skip to content

Instantly share code, notes, and snippets.

@KupiaSecAdmin
KupiaSecAdmin / 534_PoC.txt
Created May 9, 2025 01:40
PoC for #534 issue of velvet.
Hi @philmnds,
Here is my PoC.
Please follow these steps:
1. Add `MockAssetHandler.sol` and `MockSequencerFeed.sol` to the `test/foundry/mock` folder.
2. Add `ForkTestSetup.t.sol`, `BaseTest.t.sol` and `MintRatioTest.t.sol` to the `test/foundry` folder.
3. Run the command: `$ forge test --match-test testMintRatio -vv`