MOMaanas O Tinmaanas.hashnode.dev·Apr 29, 2023 · 14 min readUniswap V2 Code ExplainedIf you goto Uniswap's Github profile you can see that there are two repos associated with V2: V2 Core and V2 Periphery. V2 Core is the implementation of the protocol and Periphery has a set of contracts to help us interact with the protocol. We will ...00
MOMaanas O Tinmaanas.hashnode.dev·Mar 18, 2023 · 4 min readSetting Storage Slots in HardhatHardhat provides a "hardhat_setStorageAt" method call on its network. This allows one to set the value of any storage slot in a Hardhat network. Since Hardhat supports mainnet forking, we can now tweak the slots in the mainnet fork. As a use case, it...00