Hi there! Are you looking for the official Deno documentation? Try docs.deno.com for all your Deno learning needs.

NetworkEthereumAttributes

import type { NetworkEthereumAttributes } from "https://aws-api.deno.dev/v0.3/services/managedblockchain.ts?docs=full";

Attributes of Ethereum for a network.

interface NetworkEthereumAttributes {
ChainId?: string | null;
}

§Properties

§
ChainId?: string | null
[src]

The Ethereum CHAIN_ID associated with the Ethereum network. Chain IDs are as follows:

  • mainnet = 1
  • rinkeby = 4
  • ropsten = 3