Yannis
Yannis
**Summary:** Given the 9mil tx gas limit that exists on L2, we would like to investigate the impact of adding new synths on exchanging costs (in terms of gas). For...
### Summary The `owner.js` script that is used for migrating ownership to a multisig after a system upgrade is taylor made for Gnosis Safe. We want to modify or develop...
A mainnet fork is used and the prod tests are run instead. Check #709 for instructions on spawining the environment and running the tests. @cgewecke might be able to help...
`https://github.com/OpenZeppelin/openzeppelin-contracts/blob/master/contracts/utils/Strings.sol`
Gas saving opt, in that way it uses selfbalance (5 gas) instead of balance (700 gas)
ETH is represented with address 0. Since now we convert only to stablecoin and all the implied rates are in eth denomination, we don't really need it. Check if further...
No need for extra arguments in `walletDeployer.migrateWallet()`, we can read `dailyLimit` and `whitelistedAddresses` directly from wallets being migrated.
- Is it ever gonna be needed? - `isERC20MethodSupported()` does not need `_token` as an input. - support for future assets? ERC-721?