mirror of
https://github.com/getwax/zk-account-abstraction.git
synced 2026-01-08 20:18:05 -05:00
* fix factories BLSFactory use same model as SimpleAccount, using immutable wallet and only user-specific params in initializer add factory for TestAggregatedAccount sapmle contract Create2Factory - use arachnid's de-facto standard deployer, instead of of the nonstandard EIP2470 (specifically, arachnid's deployer revert on errors) * gnosis account factory now Gnosis-Safe based account uses only standard gnosis contracts. The new GnosisSafeAcccountFactory only wraps the standard GnosisSafeProxyFactory to create the proxy (and initialize it with our modules)
21 lines
280 B
Plaintext
21 lines
280 B
Plaintext
node_modules
|
|
|
|
#Hardhat files
|
|
cache
|
|
artifacts
|
|
/.idea/
|
|
/typechain/
|
|
/dist/
|
|
/yarn-error.log
|
|
/deployments/dev/
|
|
/deployments/localhost/
|
|
/deployments/proxy/
|
|
/typechain-types/
|
|
/reports/gas-used-output.color
|
|
/coverage
|
|
/coverage.json
|
|
/.DS_Store
|
|
.DS_Store
|
|
/contracts/dist/
|
|
/contracts/types/
|