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

refactor: replace Service with Provider #53

Merged
merged 1 commit into from
Aug 22, 2024

Conversation

0xkenj1
Copy link
Collaborator

@0xkenj1 0xkenj1 commented Aug 22, 2024

Description

  • replace Service class names with Provider where correspond

@0xkenj1 0xkenj1 requested review from 0xnigir1 and 0xyaco and removed request for 0xnigir1 August 22, 2024 19:54
Copy link
Collaborator

@0xnigir1 0xnigir1 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

just 2 commit suggestions, vscode autoimports with relative path 🙃, everything else lgtm

import { Logger } from "@zkchainhub/shared";

import { EvmProvider } from "../../../packages/chain-providers/dist/src/index.js";
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
import { EvmProvider } from "../../../packages/chain-providers/dist/src/index.js";
import { EvmProvider } from "@zkchainhub/chain-providers";

@@ -28,6 +27,7 @@ import {
WETH,
} from "@zkchainhub/shared";

import { EvmProvider } from "../../../chain-providers/dist/src/index.js";
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
import { EvmProvider } from "../../../chain-providers/dist/src/index.js";
import { EvmProvider } from "@zkchainhub/chain-providers";

@0xkenj1 0xkenj1 merged commit 155aac9 into dev Aug 22, 2024
6 checks passed
@0xkenj1 0xkenj1 deleted the reactor/replace-service-with-provider branch August 22, 2024 21:25
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.

3 participants