diff --git a/.changeset/config.json b/.changeset/config.json index edef2ebc..428ac598 100644 --- a/.changeset/config.json +++ b/.changeset/config.json @@ -4,7 +4,7 @@ "commit": false, "fixed": [], "linked": [], - "access": "restricted", + "access": "public", "baseBranch": "main", "updateInternalDependencies": "patch", "ignore": [] diff --git a/package.json b/package.json index 131afba8..aeda6438 100644 --- a/package.json +++ b/package.json @@ -31,6 +31,9 @@ "engines": { "node": ">=18" }, + "publishConfig": { + "access": "public" + }, "dependencies": { "@axelar-network/axelar-cgp-solidity": "6.4.0", "@axelar-network/axelar-gmp-sdk-solidity": "6.0.3"