https://github.com/lifinance/types
Types for the LI.FI stack.
https://github.com/lifinance/types
bitcoin ethereum icons lifi sdk solana sui types typescript web3
Last synced: 26 days ago
JSON representation
Types for the LI.FI stack.
- Host: GitHub
- URL: https://github.com/lifinance/types
- Owner: lifinance
- License: apache-2.0
- Created: 2021-10-25T04:42:16.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2026-02-12T18:00:45.000Z (about 1 month ago)
- Last Synced: 2026-02-13T01:23:27.674Z (about 1 month ago)
- Topics: bitcoin, ethereum, icons, lifi, sdk, solana, sui, types, typescript, web3
- Language: TypeScript
- Homepage:
- Size: 13.2 MB
- Stars: 35
- Watchers: 8
- Forks: 24
- Open Issues: 6
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE.md
Awesome Lists containing this project
README
[](/LICENSE.md)
[](https://www.npmjs.com/package/@lifi/types)
[](https://www.npmjs.com/package/@lifi/types)
[](https://twitter.com/lifiprotocol)
# LI.FI - Types
Types for the LI.FI stack.
## Summary
This package contains all common types for the [LI.FI SDK](https://github.com/lifinance/sdk).
Learn more about LI.FI on (https://li.fi).
Check out the [Changelog](./CHANGELOG.md) to see what changed in the last releases.
## Installation
```bash
pnpm add @lifi/types
```
or
```bash
npm install --save @lifi/types
```
## Release
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`:
```bash
pnpm release
```
Then to release:
```bash
git push --follow-tags origin main
```
This will push a newly created git tag to the remote repository, which will trigger a github action which will publish the new version to npm