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

fix: add package to network #881

Merged
merged 2 commits into from
May 17, 2024
Merged

fix: add package to network #881

merged 2 commits into from
May 17, 2024

Conversation

fabiorigam
Copy link
Member

Fix the following error:

yarn run v1.22.22
$ tsc --noEmit && eslint src --ext .js,.jsx,.ts,.tsx
../../node_modules/@vechain/sdk-network/src/provider/providers/hardhat-provider/hardhat-provider.ts:4:34 - error TS2307: Cannot find module '@vechain/sdk-logging' or its corresponding type declarations.

4 import { VechainSDKLogger } from '@vechain/sdk-logging';

@fabiorigam fabiorigam requested a review from a team as a code owner May 17, 2024 12:11
Copy link

github-actions bot commented May 17, 2024

Test Coverage

Summary

Lines Statements Branches Functions
Coverage: 99%
99.81% (3252/3258) 99.33% (747/752) 99.7% (670/672)
Title Tests Skipped Failures Errors Time
core 473 0 💤 0 ❌ 0 🔥 1m 11s ⏱️
network 635 0 💤 0 ❌ 0 🔥 3m 33s ⏱️
errors 48 0 💤 0 ❌ 0 🔥 13.309s ⏱️

@fabiorigam fabiorigam merged commit 75fb3d0 into main May 17, 2024
9 checks passed
@fabiorigam fabiorigam deleted the fix-package-issue branch May 17, 2024 12:29
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants