Skip to content

Commit f732578

Browse files
committed
fix: update project name to core-smart-contracts in package.json
1 parent 4cc6b7d commit f732578

File tree

2 files changed

+1
-18
lines changed

2 files changed

+1
-18
lines changed

packages/smart-contract/CHANGELOG.md

Lines changed: 0 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -2,31 +2,14 @@
22

33
All notable changes to this project will be documented in this file.
44

5-
## Next
6-
7-
### Added
8-
9-
- Fix CIs and Support for Arbitrum mainnet (#468)
10-
- Support for Arbitrum and Avalanche Fuji testnets (#429).
11-
12-
### Changed
13-
14-
- Integrated Hardhat Ignition for CREATE2 deployment using the CreateX factory for new chain deployments (#429).
15-
16-
### Changed
17-
18-
- update blockscout url
19-
205
## [0.2.0-beta](https://github.com/iExecBlockchainComputing/dataprotector-sdk/compare/hardhat-project-v0.1.0...hardhat-project-v0.2.0-beta) (2025-07-30)
216

22-
237
### Added
248

259
* Deploy DPC on other chains ([#432](https://github.com/iExecBlockchainComputing/dataprotector-sdk/issues/432)) ([57b8998](https://github.com/iExecBlockchainComputing/dataprotector-sdk/commit/57b89983b804f1ecaffb623919ff609b5bb5d697))
2610
* deploy-on-arbitrumSepolia ([#475](https://github.com/iExecBlockchainComputing/dataprotector-sdk/issues/475)) ([6681fcf](https://github.com/iExecBlockchainComputing/dataprotector-sdk/commit/6681fcf9d6ec34c9ab075a90caa96d347cc06f92))
2711
* integrate-zod-validation ([#431](https://github.com/iExecBlockchainComputing/dataprotector-sdk/issues/431)) ([68e05f5](https://github.com/iExecBlockchainComputing/dataprotector-sdk/commit/68e05f525026530b5a8038b0eb54628ef5a2f55c))
2812

29-
3013
### Changed
3114

3215
* dataProtector core fix ci ([#468](https://github.com/iExecBlockchainComputing/dataprotector-sdk/issues/468)) ([5ca5d6c](https://github.com/iExecBlockchainComputing/dataprotector-sdk/commit/5ca5d6c6b628f9deaddbdf2c29b4349b49cdea8d))

packages/smart-contract/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"name": "hardhat-project",
2+
"name": "core-smart-contracts",
33
"version": "0.2.0-beta",
44
"scripts": {
55
"compile": "hardhat compile && npm run artifact-to-abis",

0 commit comments

Comments
 (0)