Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 5 additions & 0 deletions .changeset/afraid-grapes-repeat.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
'@openzeppelin/wizard': patch
---

Updated community-contracts digest version
2 changes: 1 addition & 1 deletion packages/core/solidity/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
"update-env": "rm ./src/environments/hardhat/package-lock.json && npm install --package-lock-only --prefix ./src/environments/hardhat && rm ./src/environments/hardhat/upgradeable/package-lock.json && npm install --package-lock-only --prefix ./src/environments/hardhat/upgradeable"
},
"devDependencies": {
"@openzeppelin/community-contracts": "git+https://github.com/OpenZeppelin/openzeppelin-community-contracts.git#2d607bd",
"@openzeppelin/community-contracts": "git+https://github.com/OpenZeppelin/openzeppelin-community-contracts.git#269f9b5",
"@openzeppelin/contracts": "^5.4.0",
"@openzeppelin/contracts-upgradeable": "^5.4.0",
"@types/node": "^20.0.0",
Expand Down
8 changes: 4 additions & 4 deletions packages/core/solidity/src/stablecoin.test.ts.md
Original file line number Diff line number Diff line change
Expand Up @@ -327,7 +327,7 @@ Generated by [AVA](https://avajs.dev).
> Snapshot 1

`// SPDX-License-Identifier: MIT␊
// Compatible with OpenZeppelin Contracts ^5.4.0 and Community Contracts commit 2d607bd␊
// Compatible with OpenZeppelin Contracts ^5.4.0 and Community Contracts commit 269f9b5␊
pragma solidity ^0.8.27;␊
␊
import {ERC20} from "@openzeppelin/contracts/token/ERC20/ERC20.sol";␊
Expand Down Expand Up @@ -362,7 +362,7 @@ Generated by [AVA](https://avajs.dev).
> Snapshot 1

`// SPDX-License-Identifier: MIT␊
// Compatible with OpenZeppelin Contracts ^5.4.0 and Community Contracts commit 2d607bd␊
// Compatible with OpenZeppelin Contracts ^5.4.0 and Community Contracts commit 269f9b5␊
pragma solidity ^0.8.27;␊
␊
import {ERC20} from "@openzeppelin/contracts/token/ERC20/ERC20.sol";␊
Expand Down Expand Up @@ -408,7 +408,7 @@ Generated by [AVA](https://avajs.dev).
> Snapshot 1

`// SPDX-License-Identifier: MIT␊
// Compatible with OpenZeppelin Contracts ^5.4.0 and Community Contracts commit 2d607bd␊
// Compatible with OpenZeppelin Contracts ^5.4.0 and Community Contracts commit 269f9b5␊
pragma solidity ^0.8.27;␊
␊
import {ERC20} from "@openzeppelin/contracts/token/ERC20/ERC20.sol";␊
Expand Down Expand Up @@ -588,7 +588,7 @@ Generated by [AVA](https://avajs.dev).
> Snapshot 1

`// SPDX-License-Identifier: MIT␊
// Compatible with OpenZeppelin Contracts ^5.4.0 and Community Contracts commit 2d607bd␊
// Compatible with OpenZeppelin Contracts ^5.4.0 and Community Contracts commit 269f9b5␊
pragma solidity ^0.8.27;␊
␊
import {AccessControl} from "@openzeppelin/contracts/access/AccessControl.sol";␊
Expand Down
Binary file modified packages/core/solidity/src/stablecoin.test.ts.snap
Binary file not shown.
5 changes: 3 additions & 2 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -805,9 +805,10 @@
"@nomicfoundation/solidity-analyzer-linux-x64-musl" "0.1.2"
"@nomicfoundation/solidity-analyzer-win32-x64-msvc" "0.1.2"

"@openzeppelin/community-contracts@git+https://github.com/OpenZeppelin/openzeppelin-community-contracts.git#2d607bd":
"@openzeppelin/community-contracts@git+https://github.com/OpenZeppelin/openzeppelin-community-contracts.git#269f9b5":
version "0.0.1"
resolved "git+https://github.com/OpenZeppelin/openzeppelin-community-contracts.git#2d607bdd78d55ac789cac5a33ae0ee036f132580"
uid "269f9b5e51a290d09fa9b5a5e927062c20910763"
resolved "git+https://github.com/OpenZeppelin/openzeppelin-community-contracts.git#269f9b5e51a290d09fa9b5a5e927062c20910763"

"@openzeppelin/contracts-upgradeable@^5.4.0":
version "5.4.0"
Expand Down
Loading