diff --git a/target_chains/ethereum/entropy_sdk/solidity/package.json b/target_chains/ethereum/entropy_sdk/solidity/package.json index a295184e36..77874a2f36 100644 --- a/target_chains/ethereum/entropy_sdk/solidity/package.json +++ b/target_chains/ethereum/entropy_sdk/solidity/package.json @@ -7,6 +7,9 @@ "url": "https://github.com/pyth-network/pyth-crosschain", "directory": "target_chains/ethereum/entropy_sdk/solidity" }, + "publishConfig": { + "access": "public" + }, "scripts": { "format": "npx prettier --write ." },