Skip to content

import { createPublicClient, http } from "viem"; import { mainnet } from "viem/chains"; const client = createPublicClient({ chain: mainnet, transport: http( https://mainnet.gateway.tenderly.co/${process.env.TENDERLY_NODE_ACCESS_KEY} ), }); console.log("Block Number", await client.getBlockNumber()); #239

@soni25297

Description

@soni25297

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions