@thirdweb-dev/dynamic-contracts
Advanced tools
Comparing version 1.2.3 to 1.2.4
{ | ||
"name": "@thirdweb-dev/dynamic-contracts", | ||
"description": "Architectural pattern for writing dynamic smart contracts in Solidity", | ||
"version": "1.2.3", | ||
"version": "1.2.4", | ||
"main": "index.js", | ||
@@ -6,0 +6,0 @@ "repository": { |
@@ -128,3 +128,3 @@ # ERC-7504: Dynamic Contracts standard. | ||
/// @dev Returns whether all relevant permission checks are met before any upgrade. | ||
function isAuthorizedCallToUpgrade() internal view virtual override returns (bool) { | ||
function _isAuthorizedCallToUpgrade() internal view virtual override returns (bool) { | ||
return msg.sender == deployer; | ||
@@ -357,3 +357,3 @@ } | ||
```solidity | ||
function isAuthorizedCallToUpgrade() internal view virtual returns (bool); | ||
function _isAuthorizedCallToUpgrade() internal view virtual returns (bool); | ||
``` | ||
@@ -667,3 +667,3 @@ | ||
```solidity | ||
function isAuthorizedCallToUpgrade() internal view virtual returns (bool); | ||
function _isAuthorizedCallToUpgrade() internal view virtual returns (bool); | ||
``` | ||
@@ -683,3 +683,3 @@ | ||
```solidity | ||
function isAuthorizedCallToUpgrade() internal view virtual returns (bool); | ||
function _isAuthorizedCallToUpgrade() internal view virtual returns (bool); | ||
``` | ||
@@ -686,0 +686,0 @@ |
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
59596078
562784