Clément Renaud
Clément Renaud
This requires Ethers V6 - #12843
Can actually enable on Sepolia if we redeploy there. That will require a clean UDT contract
UDT contracts have been deployed and set on Sepolia, as well as an oracle. We could enable the protocol fee whenever we want now
Protocol fee is now enabled on Sepolia (200 bps) https://sepolia.etherscan.io/address/0x36b34e10295cCE69B652eEB5a8046041074515Da#readProxyContract
relates to #13220
It will be good to have some tests running on mainnet forks but there are limitations to it - not very good to test against an unknown state - having...
We added support for tenderly forks in #13220 for `governance` scripts that could be used as well. Most of the require test on mainnet forks are in the `governance` folder,...
Tenderly has a new feature for running dedicated testnets that could be used to run tests https://docs.tenderly.co/virtual-testnets
> @julien51 0x5af5ed221c4122d5c0fb29fb9d5936c01270d09524e533ca5f40882004cae1ce Looking into this. Do you remember on which chain was the tx ?
Regarding outdated Truffle patterns, the major changes are: - `artifacts.require` replaced by `ethers.getContractFactory` - ˋaccounts` addresses replaced by ˋethers.getSigners` - use the ethers signers with ˋconnect()` instead of passing ˋfrom`...