Skip to content

Commit

Permalink
feat(sdk-core): export computeZksyncCreate2Address from index (#40)
Browse files Browse the repository at this point in the history
## Description

From v3-sdk PR Github CI [run](https://github.com/Uniswap/sdks/runs/25917491725), I see it cannot find the computeZksyncCreate2Address function from the sdk-core module. I think we have to explicitly export it via index file

## How Has This Been Tested?

Manual

## Are there any breaking changes?

No

## (Optional) Feedback Focus

No

## (Optional) Follow Ups

No
  • Loading branch information
jsy1218 authored Jun 7, 2024
1 parent c58412e commit 1d75996
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions sdks/sdk-core/src/utils/index.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
export { computePriceImpact } from './computePriceImpact'
export { computeZksyncCreate2Address } from './computeZksyncCreate2Address'
export { sortedInsert } from './sortedInsert'
export { sqrt } from './sqrt'
export { validateAndParseAddress } from './validateAndParseAddress'

0 comments on commit 1d75996

Please sign in to comment.