Igor Żuk
Igor Żuk
Of course it would be OK, use whatever you want :laughing: LiFi implemented a practically identical CREATE3Factory as ZeframLou. They seem to use a private key for their CREATE3Factory deployments,...
IIUC LiFi only changed the deployment script to use the `--legacy` flag, but it doesn't affect the deployment addresses, it's still the hash of the deployer's address and their nonce....
Yes, salt, sorry. Fixed the comment.
Nobody can build any transaction for `0x3fAB184622Dc19b6109349B94811493BF2a45362` other than the one deploying deterministic deployer. If you look at the deployment transaction details: ``` blockHash 0xdaa690a16bc4a2bf2ff8955ff1cf3bc2155bc9c53f5731b6f8706fdc2b33b82c blockNumber 10670819 from 0x3fAB184622Dc19b6109349B94811493BF2a45362 gas...
`LayerZero-v2 ` is very tricky to add as a dependency of a Foundry-based project because of this issue. Foundry can't handle the NPM-managed dependencies of `LayerZero-V2`.
> It can if you run `yarn` and `yarn build` in the LayerZero-v2 lib folder. It's not that simple. It requires extra manual work from the devs and all the...
This issue is still relevant.
I got hit by that too, but from a different angle. I'm getting `ETHERSCAN_API_KEY must be set` despite not using `--chain` in any form. It seems that having `ETH_RPC_URL` set...
I don't think that it can be solved in the reader. The markdown syntax by design can't convey nested tags, and without a new syntax the meaning of `*` and...
@IllIllI000 I think that your results are spot on, `memory` only makes sense for types smaller than the word. I've tried doing some benchmarks myself and for arrays of uint256...