This repository has been archived by the owner on Jan 18, 2023. It is now read-only.
forked from Desert-Defi/set-protocol-v2-subgraph
-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Delegated manager system abi and deploy updates [SIM-163] (#9)
* add updated abi generation for DelegatedManagerSystem contracts * add WIP deployment script for DelegatedManagerSystem test environment * Refactor contract ABI deployment in support set-protocol-v2 v0.4.0 and set-v2-strategies v0.0.7 * update calls to initializeModuleAndExtension with module parameters * update imports * add DelegatedManager migration to EOAmanager test case * Clean up Hardhat Docker build script * Remove extraneous code Co-authored-by: Colin McRae <[email protected]>
- Loading branch information
Showing
8 changed files
with
299 additions
and
112 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,15 @@ | ||
version: '3' | ||
|
||
services: | ||
|
||
gen-abi: | ||
image: ${SET_IMAGE_NAME}:node-${NODE_VER} | ||
environment: | ||
PROTOCOL_REPO_URL: ${PROTOCOL_REPO_URL} | ||
PROTOCOL_REPO_BRANCH_OR_TAG: ${PROTOCOL_REPO_BRANCH_OR_TAG} | ||
STRATEGIES_REPO_URL: ${STRATEGIES_REPO_URL} | ||
STRATEGIES_REPO_BRANCH_OR_TAG: ${STRATEGIES_REPO_BRANCH_OR_TAG} | ||
working_dir: /subgraph | ||
volumes: | ||
- ../abis:/subgraph/abis | ||
- ../scripts:/subgraph/scripts |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.