mirror of
https://github.com/placeholder-soft/tokenbound.git
synced 2026-01-12 17:02:56 +08:00
Added MinimalProxyStore + Execution Modules (#4)
* moved to custom proxy implementation, added example for locked vault * Removed lock implementation using module * Moved to MinimalProxyStore + execution module pattern * Removed MinimalReceiver * Added natspec to MinimalProxyStore * Cleaned up imports and modified contract natspec * Improved natspec docs * Added test for minimal proxy store reverts * Cleaned up tests * Added test for custom execution module
This commit is contained in:
3
.gitmodules
vendored
3
.gitmodules
vendored
@@ -4,3 +4,6 @@
|
||||
[submodule "lib/openzeppelin-contracts"]
|
||||
path = lib/openzeppelin-contracts
|
||||
url = https://github.com/openzeppelin/openzeppelin-contracts
|
||||
[submodule "lib/sstore2"]
|
||||
path = lib/sstore2
|
||||
url = https://github.com/0xsequence/sstore2
|
||||
|
||||
Reference in New Issue
Block a user