BitGo / eth-multisig-v2

Multi-Sig Wallet v2, supporting original Wallet.sol methods with additional confirmAndExecute improvements to allow for single-transaction signing by multiple owners.
Apache License 2.0
271 stars 101 forks source link

feat(contracts): add contract for recovery #30

Closed mullapudipruthvik closed 1 year ago

mullapudipruthvik commented 2 years ago

Ticket: BG-62483 We want to create lightweight contracts to help with cross chain recovery for evm like chains These contracts consume less gas usage to deploy and are easier to recover funds due to singleSig nature GasUsage (updated) -------old. -----new WalletSimple --------------900k ----340k Forwarder ---------------- 240k -----88k(70k if done in batches)