Akshat Chhajer
Akshat Chhajer
@ligi can you have a look at this? Its blocking our progress wrt smart contract verification using sourcify
hello @ligi, please have a look
@FrederikBolding
any progress on this? is there a way to define the address for a custom create2 factory? would love to work on it and open a PR if it makes...
sounds good @gakonst, Ill start working on it. As per my understanding the main goal here is to add a parameter like `create2_deployer` which lets a user use a custom...
This sounds good. I'll add this feature while making sure the create2 interface is shared by the default one
Hello, I didn't get time to work on it earlier, but will now try to open a PR asap
Hello @sambacha @joshieDo @mds1 Had a quick question regarding the interface. Currently for example, ``` bytes32 constant SALT = bytes32(uint256(0x00...)) vm.startBroadcast(); // deploy with create permit2 = new Permit2(); //...
Ran prettier for the `erc20` folder