Skip to content

Commit af64e32

Browse files
authored
Specify dependencies for solidity sdk (#469)
* Specify dependencies for solidity sdk * fix dynamic-contracts deps version
1 parent 882f8c8 commit af64e32

File tree

1 file changed

+8
-1
lines changed

1 file changed

+8
-1
lines changed

contracts/package.json

+8-1
Original file line numberDiff line numberDiff line change
@@ -15,5 +15,12 @@
1515
"files": [
1616
"**/*.sol",
1717
"/abi"
18-
]
18+
],
19+
"dependencies": {
20+
"@chainlink/contracts": "^0.6.1",
21+
"@openzeppelin/contracts": "4.7.3",
22+
"@openzeppelin/contracts-upgradeable": "4.7.3",
23+
"erc721a-upgradeable": "^3.3.0",
24+
"@thirdweb-dev/dynamic-contracts": "^1.1.2"
25+
}
1926
}

0 commit comments

Comments
 (0)