Skip to content

Commit

Permalink
chore: update to v0.3.6
Browse files Browse the repository at this point in the history
  • Loading branch information
kopy-kat committed Mar 9, 2024
1 parent 90447fc commit 1f9e7fa
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 2 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ All notable changes to this project will be documented in this file.

The format is based on [Common Changelog](https://common-changelog.org/).

[0.3.6]: https://github.com/rhinestonewtf/modulekit/releases/tag/v0.3.6
[0.3.5]: https://github.com/rhinestonewtf/modulekit/releases/tag/v0.3.5
[0.3.4]: https://github.com/rhinestonewtf/modulekit/releases/tag/v0.3.4
[0.3.3]: https://github.com/rhinestonewtf/modulekit/releases/tag/v0.3.3
Expand All @@ -13,6 +14,12 @@ The format is based on [Common Changelog](https://common-changelog.org/).
[0.2.0]: https://github.com/rhinestonewtf/modulekit/releases/tag/v0.2.0
[0.1.0]: https://github.com/rhinestonewtf/modulekit/releases/tag/v0.1.0

## [0.3.6] - 09-03-2024

### Changed

- Updated Registry Deployer

## [0.3.5] - 09-03-2024

### Changed
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "@rhinestone/modulekit",
"description": "ModuleKit is a development toolkit to build Smart Account Modules",
"license": "MIT",
"version": "0.3.5",
"version": "0.3.6",
"author": {
"name": "zeroknots.eth",
"url": "https://rhinestone.wtf"
Expand Down
2 changes: 1 addition & 1 deletion packages/modulekit/src/deployment/RegistryDeployer.sol
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ struct AttestationRecord {
contract RegistryDeployer {
IRegistry registry = IRegistry(REGISTRY_ADDR);
// Default resolver
bytes32 resolverUID = 0xb9b4999cbba6cde047b368adda06dbadc43fa3e6673c373ed46aac455ed4e521;
bytes32 resolverUID = 0x6e9a1e8208096d8743830b1db54115683584e42da14bccdc6a0a9fca61278fb1;

// <---- DEPLOYMENT ---->

Expand Down

0 comments on commit 1f9e7fa

Please sign in to comment.