-
Notifications
You must be signed in to change notification settings - Fork 80
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
43 changed files
with
4,398 additions
and
255 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
import type { Hex } from "viem" | ||
export const addresses: Record<string, Hex> = { | ||
Nexus: "0x9fE46736679d2D9a65F0992F2272dE9f3c7fa6e0", | ||
K1Validator: "0xDc64a140Aa3E981100a9becA4E685f962f0cF6C9", | ||
K1ValidatorFactory: "0xa513E6E4b8f2a923D98304ec87F64353C4D5C853" | ||
Nexus: "0x776d63154D2aa9256D72C420416c930F3B735464", | ||
K1Validator: "0xd98238BBAeA4f91683d250003799EAd31d7F5c55", | ||
K1ValidatorFactory: "0x8025afaD10209b8bEF3A3C94684AaE4D309c9996" | ||
} as const | ||
export default addresses |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,3 @@ | ||
import type { ModuleVersion } from "./Types.js" | ||
|
||
export const OWNABLE_EXECUTOR = "0x" | ||
export const OWNABLE_VALIDATOR = "0x" | ||
export const DEFAULT_MODULE_VERSION: ModuleVersion = "1.0.0-beta" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.