Help & Support

Changelog

All notable changes to this project will be documented in this page.

This page collects any major change to Lens Chain toolsets. While we will try to keep breaking changes to a minimum, we may need to introduce them as we iterate on the implementations.

3 March 2025

Relocate Lens Chain SDK

The Lens Chain SDK has been relocated under the @lens-chain NPM organization: @lens-chain/sdk.

npm uninstall @lens-network/sdknpm install @lens-chain/sdk@canary

Amend your import statements to reflect the new package name:

- import { chains } from '@lens-network/sdk';+ import { chains } from '@lens-chain/sdk';

12 November 2024

Developer Preview Announcement