Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat(protocol-kit): Migrate Safe Contract v1.1.1 to Abitype (#643)
* Rename old 1.1.1 Safe contract implementations (for Ethers.js + Web3.js) * Create Types for the v1.1.1 Safe contract * Implement `SafeContract_v1_1_1_Web3` class * Implement `SafeContract_v1_1_1_Ethers` class * Various fixes in Safe contract v1.1.1 implementations * Update `contractInstancesEthers.ts` to use the new class * Update `contractInstancesWeb3.ts` to use the new class * Remove contract 1.1.1 from typechain generation script * Remove old SafeContract v1.1.1 implementations * Fix `getModulesPaginated` function in 1.1.1 contract implementations * Fix binding issues in `mapToTypechainContract` function for contract v1.1.1 implementations
- Loading branch information