-
This doesn't compile. Shouldn't this be compatible?
```ts
import { Client } from "viem";
import { createKernelAccountClient } from "@zerodev/sdk";
const client: Client = createKernelAccountCli…
-
[Viem](https://viem.sh/) library shows [better results](https://viem.sh/docs/introduction.html) than ether. It has test coverage, smaller size, clearer errors, and much more. More and more projects wi…
-
variants
- eas sdk
- viem
official example L225
https://github.com/ethereum-attestation-service/met-irl/blob/offchain/src/utils/utils.ts#L225
![Image](https://github.com/user-attachments/assets/050…
-
I am trying to solve the following:
Imports:
```ts
import {
SmartRouter
} from "@pancakeswap/smart-router";
import { createPublicClient, http } from "viem";
import { bsc } from "viem/…
-
## Description
In the codebase we use both EthersJS and Web3JS. Both of these packages have essentially the same capabilities but both have their pros and cons. We should make a decision on which p…
-
Let's include Wagmi and Viem in the KEWL platform.
-
I'm having a problem, why can't I perform prove? [Op stack](https://github.com/ethereum-optimism/optimism/blob/op-contracts/v2.0.0-beta.3/packages/contracts-bedrock/src/L1/OptimismPortal.sol#L248)
…
-
I can't update Viem & permissionless to the latest version, since it's not supported by the Zerodev SDK. Here's the migration guide:
https://docs.pimlico.io/permissionless/how-to/migration-guide
…
-
Arka backend presently uses ethers.js to interact with the blockchain. We ought to be migrating all these functions to viem.
-
**Describe the bug**
Tuples in event signatures break the indexer when using the default hypersync-client event decoder. The simple fix is to use the viem event decoder.
**To Reproduce**
1. clone…