Skip to content

Commit

Permalink
Merge pull request #83 from VenusProtocol/distribute-typechain
Browse files Browse the repository at this point in the history
feat: distrubute typechain contract types
  • Loading branch information
coreyar authored Apr 2, 2024
2 parents 35735f7 + 3ab7d80 commit 10ff761
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 36 deletions.
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,8 @@
"artifacts",
"dist",
"deployments",
"contracts"
"contracts",
"typechain"
],
"keywords": [
"blockchain",
Expand Down
36 changes: 1 addition & 35 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2937,22 +2937,6 @@ __metadata:
languageName: node
linkType: hard

"@venusprotocol/isolated-pools@npm:^2.3.0":
version: 2.3.0
resolution: "@venusprotocol/isolated-pools@npm:2.3.0"
dependencies:
"@nomiclabs/hardhat-ethers": ^2.2.3
"@openzeppelin/contracts": ^4.8.3
"@openzeppelin/contracts-upgradeable": ^4.8.3
"@openzeppelin/hardhat-upgrades": ^1.21.0
"@solidity-parser/parser": ^0.13.2
ethers: ^5.7.0
hardhat-deploy: ^0.11.14
module-alias: ^2.2.2
checksum: e3ef4115048b41415e50ff8d7c4297a93e88f7914ce7eb061d1c976d686c8c5c0082d01612a615a61ef9d130ff2a72e7acba2a6612eda0fc44e12ccb9277c411
languageName: node
linkType: hard

"@venusprotocol/oracle@npm:^1.10.0":
version: 1.10.0
resolution: "@venusprotocol/oracle@npm:1.10.0"
Expand All @@ -2974,25 +2958,7 @@ __metadata:
languageName: node
linkType: hard

"@venusprotocol/protocol-reserve@npm:^1.1.0":
version: 1.4.0
resolution: "@venusprotocol/protocol-reserve@npm:1.4.0"
dependencies:
"@nomiclabs/hardhat-ethers": ^2.2.3
"@openzeppelin/contracts": ^4.8.3
"@openzeppelin/contracts-upgradeable": ^4.8.3
"@openzeppelin/hardhat-upgrades": ^1.21.0
"@solidity-parser/parser": ^0.13.2
"@venusprotocol/isolated-pools": ^2.3.0
"@venusprotocol/solidity-utilities": ^1.3.0
ethers: ^5.7.0
hardhat-deploy: ^0.11.14
module-alias: ^2.2.2
checksum: 6b9bc35ac7cdb2d828312c9ebcba1c55e3b63d6d8d237affa7b5baf94b5c2a86e296552c153a5c077f9b6178cc73c7fd20804126509a8a8670c5b50eeae41d2d
languageName: node
linkType: hard

"@venusprotocol/protocol-reserve@workspace:.":
"@venusprotocol/protocol-reserve@^1.1.0, @venusprotocol/protocol-reserve@workspace:.":
version: 0.0.0-use.local
resolution: "@venusprotocol/protocol-reserve@workspace:."
dependencies:
Expand Down

0 comments on commit 10ff761

Please sign in to comment.