Skip to content

Commit 6e8820d

Browse files
Transpile d689484
1 parent 835a58a commit 6e8820d

File tree

132 files changed

+133
-133
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

132 files changed

+133
-133
lines changed

CHANGELOG.md

Lines changed: 1 addition & 1 deletion

contracts/access/AccessControlEnumerableUpgradeable.sol

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
// SPDX-License-Identifier: MIT
2-
// OpenZeppelin Contracts v4.4.0-rc.1 (access/AccessControlEnumerable.sol)
2+
// OpenZeppelin Contracts v4.4.0 (access/AccessControlEnumerable.sol)
33

44
pragma solidity ^0.8.0;
55

contracts/access/AccessControlUpgradeable.sol

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
// SPDX-License-Identifier: MIT
2-
// OpenZeppelin Contracts v4.4.0-rc.1 (access/AccessControl.sol)
2+
// OpenZeppelin Contracts v4.4.0 (access/AccessControl.sol)
33

44
pragma solidity ^0.8.0;
55

contracts/access/IAccessControlEnumerableUpgradeable.sol

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
// SPDX-License-Identifier: MIT
2-
// OpenZeppelin Contracts v4.4.0-rc.1 (access/IAccessControlEnumerable.sol)
2+
// OpenZeppelin Contracts v4.4.0 (access/IAccessControlEnumerable.sol)
33

44
pragma solidity ^0.8.0;
55

contracts/access/IAccessControlUpgradeable.sol

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
// SPDX-License-Identifier: MIT
2-
// OpenZeppelin Contracts v4.4.0-rc.1 (access/IAccessControl.sol)
2+
// OpenZeppelin Contracts v4.4.0 (access/IAccessControl.sol)
33

44
pragma solidity ^0.8.0;
55

contracts/access/OwnableUpgradeable.sol

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
// SPDX-License-Identifier: MIT
2-
// OpenZeppelin Contracts v4.4.0-rc.1 (access/Ownable.sol)
2+
// OpenZeppelin Contracts v4.4.0 (access/Ownable.sol)
33

44
pragma solidity ^0.8.0;
55

contracts/finance/PaymentSplitterUpgradeable.sol

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
// SPDX-License-Identifier: MIT
2-
// OpenZeppelin Contracts v4.4.0-rc.1 (finance/PaymentSplitter.sol)
2+
// OpenZeppelin Contracts v4.4.0 (finance/PaymentSplitter.sol)
33

44
pragma solidity ^0.8.0;
55

contracts/finance/VestingWalletUpgradeable.sol

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
// SPDX-License-Identifier: MIT
2-
// OpenZeppelin Contracts v4.4.0-rc.1 (finance/VestingWallet.sol)
2+
// OpenZeppelin Contracts v4.4.0 (finance/VestingWallet.sol)
33
pragma solidity ^0.8.0;
44

55
import "../token/ERC20/utils/SafeERC20Upgradeable.sol";

contracts/governance/GovernorUpgradeable.sol

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
// SPDX-License-Identifier: MIT
2-
// OpenZeppelin Contracts v4.4.0-rc.1 (governance/Governor.sol)
2+
// OpenZeppelin Contracts v4.4.0 (governance/Governor.sol)
33

44
pragma solidity ^0.8.0;
55

contracts/governance/IGovernorUpgradeable.sol

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
// SPDX-License-Identifier: MIT
2-
// OpenZeppelin Contracts v4.4.0-rc.1 (governance/IGovernor.sol)
2+
// OpenZeppelin Contracts v4.4.0 (governance/IGovernor.sol)
33

44
pragma solidity ^0.8.0;
55

0 commit comments

Comments
 (0)