Skip to content

Commit

Permalink
bump node version to most recent LTS
Browse files Browse the repository at this point in the history
clean up smartContracts.json
  • Loading branch information
rossgalloway committed Oct 14, 2024
1 parent e383de8 commit ef3b775
Show file tree
Hide file tree
Showing 2 changed files with 32 additions and 54 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/documentation.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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/[email protected]
with:
ssh-private-key: ${{ secrets.GH_PAGES_DEPLOY }}
Expand Down
82 changes: 30 additions & 52 deletions smartContracts.json
Original file line number Diff line number Diff line change
@@ -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"
]
}

0 comments on commit ef3b775

Please sign in to comment.