diff --git a/.github/workflows/documentation.yml b/.github/workflows/documentation.yml index c63fbf771..d78a15398 100644 --- a/.github/workflows/documentation.yml +++ b/.github/workflows/documentation.yml @@ -14,7 +14,7 @@ jobs: - uses: actions/checkout@v1 - uses: actions/setup-node@v1 with: - node-version: '18.x' + node-version: 'v20.18.0' - name: Test Build run: | if [ -e yarn.lock ]; then @@ -32,7 +32,7 @@ jobs: - uses: actions/checkout@v1 - uses: actions/setup-node@v1 with: - node-version: '18.x' + node-version: 'v20.18.0' - uses: webfactory/ssh-agent@v0.5.0 with: ssh-private-key: ${{ secrets.GH_PAGES_DEPLOY }} diff --git a/smartContracts.json b/smartContracts.json index ffbe7e6d4..3116cb787 100644 --- a/smartContracts.json +++ b/smartContracts.json @@ -1,131 +1,109 @@ { - "Submodules": [ - "https://github.com/yearn/yearn-vaults-v3.git", - "https://github.com/yearn/tokenized-strategy.git", - "https://github.com/yearn/tokenized-strategy-periphery.git", - "https://github.com/yearn/vault-periphery.git", - "https://github.com/yearn/Yearn-ERC4626-Router.git" - ], "v3-contracts": { "BaseStrategy.sol": { "type": "file", - "git": "https://github.com/yearn/tokenized-strategy", - "repoLocation": "placeholder" + "git": "https://github.com/yearn/tokenized-strategy" }, "TokenizedStrategy.sol": { "type": "file", - "git": "https://github.com/yearn/tokenized-strategy", - "repoLocation": "placeholder" + "git": "https://github.com/yearn/tokenized-strategy" }, "VaultFactory.vy": { "type": "file", - "git": "https://github.com/yearn/yearn-vaults-v3", - "repoLocation": "placeholder" + "git": "https://github.com/yearn/yearn-vaults-v3" }, "VaultV3.vy": { "type": "file", - "git": "https://github.com/yearn/yearn-vaults-v3", - "repoLocation": "placeholder" + "git": "https://github.com/yearn/yearn-vaults-v3" }, "Periphery": { "type": "folder", "contents": { "AprOracle.sol": { "type": "file", - "git": "https://github.com/yearn/tokenized-strategy-periphery", - "repoLocation": "placeholder" + "git": "https://github.com/yearn/tokenized-strategy-periphery" }, "Accountant.sol": { "type": "file", - "git": "https://github.com/yearn/vault-periphery", - "repoLocation": "placeholder" + "git": "https://github.com/yearn/vault-periphery" }, "AccountantFactory.sol": { "type": "file", - "git": "https://github.com/yearn/vault-periphery", - "repoLocation": "placeholder" + "git": "https://github.com/yearn/vault-periphery" }, "Registry.sol": { "type": "file", - "git": "https://github.com/yearn/vault-periphery", - "repoLocation": "placeholder" + "git": "https://github.com/yearn/vault-periphery" }, "ReleaseRegistry.sol": { "type": "file", - "git": "https://github.com/yearn/vault-periphery", - "repoLocation": "placeholder" + "git": "https://github.com/yearn/vault-periphery" }, "RegistryFactory.sol": { "type": "file", - "git": "https://github.com/yearn/vault-periphery", - "repoLocation": "placeholder" + "git": "https://github.com/yearn/vault-periphery" }, "Governance.sol": { "type": "file", - "git": "https://github.com/yearn/tokenized-strategy-periphery", - "repoLocation": "placeholder" + "git": "https://github.com/yearn/tokenized-strategy-periphery" }, "Governance2Step.sol": { "type": "file", - "git": "https://github.com/yearn/tokenized-strategy-periphery", - "repoLocation": "placeholder" + "git": "https://github.com/yearn/tokenized-strategy-periphery" }, "Auction.sol": { "type": "file", - "git": "https://github.com/yearn/tokenized-strategy-periphery", - "repoLocation": "placeholder" + "git": "https://github.com/yearn/tokenized-strategy-periphery" }, "DebtAllocator.sol": { "type": "file", - "git": "https://github.com/yearn/vault-periphery", - "repoLocation": "placeholder" + "git": "https://github.com/yearn/vault-periphery" }, "RoleManager.sol": { "type": "file", - "git": "https://github.com/yearn/vault-periphery", - "repoLocation": "placeholder" + "git": "https://github.com/yearn/vault-periphery" }, "CommonReportTrigger.sol": { "type": "file", - "git": "https://github.com/yearn/tokenized-strategy-periphery", - "repoLocation": "placeholder" + "git": "https://github.com/yearn/tokenized-strategy-periphery" }, "Clonable.sol": { "type": "file", - "git": "https://github.com/yearn/tokenized-strategy-periphery", - "repoLocation": "placeholder" + "git": "https://github.com/yearn/tokenized-strategy-periphery" }, "Yearn4626Router": { "type": "folder", "contents": { "Multicall.sol": { "type": "file", - "git": "https://github.com/yearn/Yearn-ERC4626-Router", - "repoLocation": "placeholder" + "git": "https://github.com/yearn/Yearn-ERC4626-Router" }, "PeripheryPayments.sol": { "type": "file", - "git": "https://github.com/yearn/Yearn-ERC4626-Router", - "repoLocation": "placeholder" + "git": "https://github.com/yearn/Yearn-ERC4626-Router" }, "SelfPermit.sol": { "type": "file", - "git": "https://github.com/yearn/Yearn-ERC4626-Router", - "repoLocation": "placeholder" + "git": "https://github.com/yearn/Yearn-ERC4626-Router" }, "Yearn4626Router.sol": { "type": "file", - "git": "https://github.com/yearn/Yearn-ERC4626-Router", - "repoLocation": "placeholder" + "git": "https://github.com/yearn/Yearn-ERC4626-Router" }, "Yearn4626RouterBase.sol": { "type": "file", - "git": "https://github.com/yearn/Yearn-ERC4626-Router", - "repoLocation": "placeholder" + "git": "https://github.com/yearn/Yearn-ERC4626-Router" } } } } } - } + }, + "Submodules": [ + "https://github.com/yearn/yearn-vaults-v3.git", + "https://github.com/yearn/tokenized-strategy.git", + "https://github.com/yearn/tokenized-strategy-periphery.git", + "https://github.com/yearn/vault-periphery.git", + "https://github.com/yearn/Yearn-ERC4626-Router.git" + ] }