Skip to content

Commit

Permalink
Merge pull request #176 from lidofinance/feature/si-1649-support-widg…
Browse files Browse the repository at this point in the history
…et-functional

fix: export lido locator abi
  • Loading branch information
Jeday authored Nov 22, 2024
2 parents 4ad280c + 50bec8c commit acffef7
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions packages/sdk/src/core/index.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
export { LIDO_TOKENS, CHAINS } from '../common/constants.js';

export { LidoLocatorAbi } from './abi/lidoLocator.js';

export { default as LidoSDKCore } from './core.js';
export type {
LidoSDKCoreProps,
Expand Down

0 comments on commit acffef7

Please sign in to comment.