Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

@layerzerolabs/oft-v2-solana-sdk has a dependency on initia.proto that's broken #1130

Open
blockswapsolutions opened this issue Dec 13, 2024 · 0 comments
Labels
bug Something isn't working

Comments

@blockswapsolutions
Copy link

Describe the bug

Running index.js that has only the line
import { oft } from '@layerzerolabs/oft-v2-solana-sdk'

returns

Error [ERR_MODULE_NOT_FOUND]: Cannot find module 'node_modules/@initia/initia.proto/cosmos/tx/v1beta1/service' imported from node_modules/@initia/initia.js/dist/index.es.js

To Reproduce

npm init
npm i @layerzerolabs/oft-v2-solana-sdk
index.js as described
node index.js

Installing @initia/initia.proto doesn't solve this.

Expected behavior
Import should work.

Minimal dependencies would be preferred. This library is for solana. Dependencies on other chains should exist in their own libraries.

@blockswapsolutions blockswapsolutions added the bug Something isn't working label Dec 13, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant