Skip to content

Commit

Permalink
chore: update to upgradable modules
Browse files Browse the repository at this point in the history
  • Loading branch information
legion2002 committed Dec 22, 2024
1 parent adc9662 commit 4173641
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 4 deletions.
8 changes: 5 additions & 3 deletions src/constants/registry.ts
Original file line number Diff line number Diff line change
Expand Up @@ -10,13 +10,15 @@ import {
sepolia,
} from 'viem/chains'
import { OrchestratorChainConfig, TokenConfig } from '../types'

import 'dotenv/config'

export const NATIVE_SENTINEL_ADDRESS: Address =
'0xEeeeeEeeeEeEeeEeEeEeeEEEeeeeEeeeeeeeEEeE'

const hook: Address = '0x6685D99A9Ad74bbF222785A0ec349E99Bab0f214'
const originModule: Address = '0x9Dc54F793999d5EFEEDf6866f1702c19C86Ba145'
const targetModule: Address = '0x52F8b6999B47BC23CA1c4A6F597C1a7B6f222e90'
const hook: Address = '0x29BDcBc36e344061393f8AB58D2D6AABaedeAaAE'
const originModule: Address = '0xE1058634834E01038CadbaE8208BFfF81B1Ede51'
const targetModule: Address = '0xA90F831363708B32a3f1502165253E0210cf680d'

export const registry: Record<number, OrchestratorChainConfig> = {
8453: {
Expand Down
2 changes: 1 addition & 1 deletion src/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@rhinestone/orchestrator-sdk",
"version": "0.1.6",
"version": "0.1.7",
"description": "A TypeScript library for using the Rhinestone Orchestrator",
"author": {
"name": "Rhinestone",
Expand Down

0 comments on commit 4173641

Please sign in to comment.