Skip to content

Commit

Permalink
chore: update pkg and deploys [no ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
kopy-kat committed May 27, 2024
1 parent c1a0fa6 commit d6d67db
Show file tree
Hide file tree
Showing 5 changed files with 212 additions and 23 deletions.
2 changes: 1 addition & 1 deletion .npmrc
Original file line number Diff line number Diff line change
@@ -1 +1 @@
node-linker=hoisted
shamefully-hoist=true
119 changes: 119 additions & 0 deletions broadcast/Deploy.s.sol/11155111/run-1716812940.json

Large diffs are not rendered by default.

110 changes: 90 additions & 20 deletions broadcast/Deploy.s.sol/11155111/run-latest.json

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@
"homepage": "https://github.com/erc7579/erc7579-implementation#readme",
"repository": {
"type": "git",
"url": "https://github.com/erc7579/erc7579-implementation.git"
"url": "git+https://github.com/erc7579/erc7579-implementation.git"
},
"bugs": {
"url": "https://github.com/erc7579/erc7579-implementation/issues"
Expand Down
2 changes: 1 addition & 1 deletion script/Deploy.s.sol
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ import { Bootstrap } from "src/utils/Bootstrap.sol";
*/
contract DeployScript is Script {
function run() public {
bytes32 salt = bytes32(uint256(0));
bytes32 salt = bytes32(uint256(1));

vm.startBroadcast(vm.envUint("PK"));

Expand Down

0 comments on commit d6d67db

Please sign in to comment.