Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 5 additions & 0 deletions .changeset/famous-toes-wink.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
'@rhinestone/module-sdk': minor
---

V1 contract addresses
6 changes: 2 additions & 4 deletions src/constants.ts
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ export const MULTI_FACTOR_VALIDATOR_ADDRESS: Address =
export const OWNABLE_EXECUTOR_ADDRESS: Address =
'0x4Fd8d57b94966982B62e9588C27B4171B55E8354'
export const OWNABLE_VALIDATOR_ADDRESS: Address =
'0x0000000000E9E6E96Bcaa3c113187CdB7E38AED9'
'0x000000000013fdB5234E4E3162a810F54d9f7E98'
export const REGISTRY_ADDRESS: Address =
'0x000000000069E2a187AEFFb852bF3cCdC95151B2'
export const REGISTRY_HOOK_ADDRESS: Address =
Expand All @@ -35,10 +35,8 @@ export const SCHEDULED_ORDERS_EXECUTOR_ADDRESS: Address =
export const SCHEDULED_TRANSFERS_EXECUTOR_ADDRESS: Address =
'0xA8E374779aeE60413c974b484d6509c7E4DDb6bA'

// Temp
export const SMART_SESSIONS_ADDRESS: Address =
'0x2358e7436B2bC3F8a82B4F128236a7AF1b32f23c'
//'0x0000000000b1c0591b3b3bdadd1e37c8903bd962'
'0x00000000008bDABA73cD9815d79069c247Eb4bDA'
export const SMART_SESSIONS_COMPATIBILITY_FALLBACK_ADDRESS: Address =
'0x000000000052e9685932845660777DF43C2dC496'

Expand Down
Loading