diff --git a/package.json b/package.json index dfb39d8..253265a 100644 --- a/package.json +++ b/package.json @@ -3,7 +3,7 @@ "version": "1.0.0", "description": "Solidity Merkle Mountain Range library", "repository": "git@github.com:HerodotusDev/solidity-mmr.git", - "author": "Herodotus Ltd", + "author": "Herodotus Dev Ltd", "license": "GPL-3.0", "private": false, "dependencies": { @@ -12,4 +12,4 @@ "@accumulators/memory": "^4.2.1", "ethers": "^5.7.2" } -} \ No newline at end of file +} diff --git a/src/lib/StatelessMmr.sol b/src/lib/StatelessMmr.sol index f90aac7..d25fe01 100644 --- a/src/lib/StatelessMmr.sol +++ b/src/lib/StatelessMmr.sol @@ -14,7 +14,7 @@ import "./StatelessMmrHelpers.sol"; /// /// @title StatelessMmr -- A Solidity implementation of Merkle Mountain Range -/// @author Herodotus Ltd +/// @author Herodotus Dev Ltd /// @notice Library for appending bytes32 values (i.e., acting as an accumulator) /// and verifying Merkle inclusion proofs ///