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

Add viem implementation #225

Merged
merged 5 commits into from
Dec 17, 2024
Merged

Add viem implementation #225

merged 5 commits into from
Dec 17, 2024

Conversation

dmytrotkk
Copy link
Contributor

@dmytrotkk dmytrotkk commented Dec 16, 2024

In this PR:

  • viem implementation of skale-contracts library
  • Test and publish pipelines for skale-contracts-viem
  • dictionary submodule update

@dmytrotkk dmytrotkk linked an issue Dec 16, 2024 that may be closed by this pull request
@dmytrotkk dmytrotkk marked this pull request as ready for review December 16, 2024 15:59
@dmytrotkk dmytrotkk self-assigned this Dec 16, 2024
} from "@skalenetwork/skale-contracts";
import { ViemAdapter } from './viemAdapter';

export type Instance = BaseInstance<GetContractReturnType<ViemAbi, { public: PublicClient }>>;
Copy link
Contributor

Choose a reason for hiding this comment

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

Use ViemContract from viemAdapter.

Copy link
Contributor Author

Choose a reason for hiding this comment

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

addressed

@dmytrotkk dmytrotkk changed the title Add viem implementation - wip Add viem implementation Dec 17, 2024
@dmytrotkk dmytrotkk merged commit d61ea04 into develop Dec 17, 2024
37 checks passed
@dmytrotkk dmytrotkk deleted the add-viem-implementation branch December 17, 2024 13:59
@github-actions github-actions bot locked and limited conversation to collaborators Dec 17, 2024
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Merge portal, metaport and ima-js
2 participants