@0xintuition/deployments
v0.1.0-alpha.0
Published
Typed Intuition chain metadata and deployment address helpers
Readme
@0xintuition/deployments
Typed Intuition chain metadata, deployment addresses, and lookup helpers.
Runtime: ESM-only. This package does not publish CommonJS require entrypoints.
Install
bun add @0xintuition/deployments@alphaPeer dependency: viem ^2.0.0. Release smoke tests install [email protected].
Usage
import {
getMultiVaultAddressFromChainId,
intuitionMainnet,
} from '@0xintuition/deployments'
const multiVault = getMultiVaultAddressFromChainId(intuitionMainnet.id)This package owns protocol deployment addresses. Periphery-specific bridge/router deployments remain in @0xintuition/periphery because those addresses are tied to periphery helper surfaces rather than core protocol contract ABIs.
