Files
zk-account-abstraction/.gitignore
Dror Tirosh 976d3f2758 AA-91 factories (#151)
* 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)
2022-12-20 20:35:08 +02:00

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/