@skalenetwork/upgrade-tools 4.0.0-ownership-helpers.17 → 4.0.0-ownership-helpers.18

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -103,7 +103,7 @@ const isAccessManaged = async (contractAddress) => {
103
103
  * The contract is AccessManaged
104
104
  */
105
105
  const authorityAddress = await contract.authority();
106
- return await (0, exports.isAccessControl)(authorityAddress);
106
+ return await (0, exports.isAccessManager)(authorityAddress);
107
107
  }
108
108
  catch {
109
109
  return false;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@skalenetwork/upgrade-tools",
3
- "version": "4.0.0-ownership-helpers.17",
3
+ "version": "4.0.0-ownership-helpers.18",
4
4
  "description": "Scripts to support upgrades of smart contracts",
5
5
  "files": [
6
6
  "dist/**/*"