You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We need a hook or function to determine what implementation a given guild is using.
We should be able to take the address, find the bytecode and then match that to a local copy of guild implementation bytecodes to determine what implementation is being used.
The function should return an enum defaulting to the base guild implementation.
As part of this issue you should also deploy a SnapshotRepERC20Guild to test.
We should store the bytecode alongside the abi we use for typechain.
The text was updated successfully, but these errors were encountered:
* Create hook to determine guild implementation
* Create hook to determine guild implementation
* refactor
* Create script to copy bytecodes from artifacts, update hook to use those
* format
* refator & fix jsdoc
* fix typo
We need a hook or function to determine what implementation a given guild is using.
We should be able to take the address, find the bytecode and then match that to a local copy of guild implementation bytecodes to determine what implementation is being used.
The function should return an enum defaulting to the base guild implementation.
As part of this issue you should also deploy a SnapshotRepERC20Guild to test.
We should store the bytecode alongside the abi we use for typechain.
The text was updated successfully, but these errors were encountered: