eisen-types
v0.1.5
Published
Types for the Eisen stack
Maintainers
Readme
eisen-types
Types for the Eisen stack.
Summary
This package contains common types used across the Eisen ecosystem.
Check out the Changelog to see what changed in the last releases.
Installation
pnpm add eisen-typesor
npm install --save eisen-typesUsage
import { ChainId } from 'eisen-types';
const mainnetChainId: ChainId = 1; // Example usageRelease
The package uses standard-version to generate a changelog based on semantic commit history. The standard-version package also handles version numbering.
Once main is up to date with the changes to be released execute the following command on the main branch to invoke standard-version:
pnpm releaseThen to release:
git push --follow-tags origin master