@circle-fin/usdckit - v0.18.0
    Preparing search index...

    Variable NEARConst

    NEAR: {
        blockchainId: "NEAR";
        blockchainVm: "NEAR";
        blockExplorers: {
            default: {
                name: "NEAR Explorer";
                url: "https://eth-explorer.near.org";
            };
        };
        blockTime?: number;
        contracts: {
            ensRegistry?: ChainContract;
            ensUniversalResolver?: ChainContract;
            multicall3?: ChainContract;
            universalSignatureVerifier?: ChainContract;
            USDC: {
                address: "17208628f84f5d6ad33f0da3bbbeb27ffcb398eac501a31bd6ad2011e36133a1";
                read: { decimals: () => 6 };
            };
        };
        custom?: Record<string, unknown>;
        ensTlds?: readonly string[];
        fees?: ChainFees<undefined>;
        formatters?: undefined;
        id: 397;
        name: "NEAR Protocol";
        nativeCurrency: { decimals: 18; name: "NEAR"; symbol: "NEAR" };
        rpcUrls: {
            default: { http: readonly ["https://eth-rpc.mainnet.near.org"] };
        };
        serializers?: ChainSerializers<
            undefined,
            TransactionSerializable<bigint, number>,
        >;
        sourceId?: number;
        testnet: false;
    } = ...

    Type declaration

    • ReadonlyblockchainId: "NEAR"
    • ReadonlyblockchainVm: "NEAR"
    • blockExplorers: { default: { name: "NEAR Explorer"; url: "https://eth-explorer.near.org" } }

      Collection of block explorers

    • OptionalblockTime?: number

      Block time in milliseconds.

    • contracts: {
          ensRegistry?: ChainContract;
          ensUniversalResolver?: ChainContract;
          multicall3?: ChainContract;
          universalSignatureVerifier?: ChainContract;
          USDC: {
              address: "17208628f84f5d6ad33f0da3bbbeb27ffcb398eac501a31bd6ad2011e36133a1";
              read: { decimals: () => 6 };
          };
      }

      Collection of contracts

    • Optionalcustom?: Record<string, unknown>

      Custom chain data.

    • OptionalensTlds?: readonly string[]

      Collection of ENS TLDs for the chain.

    • Optionalfees?: ChainFees<undefined>

      Modifies how fees are derived.

    • Optional Readonlyformatters?: undefined
    • id: 397

      ID in number form

    • name: "NEAR Protocol"

      Human-readable name

    • nativeCurrency: { decimals: 18; name: "NEAR"; symbol: "NEAR" }

      Currency used by chain

    • rpcUrls: { default: { http: readonly ["https://eth-rpc.mainnet.near.org"] } }

      Collection of RPC endpoints

    • Optionalserializers?: ChainSerializers<undefined, TransactionSerializable<bigint, number>>

      Modifies how data is serialized (e.g. transactions).

    • OptionalsourceId?: number

      Source Chain ID (ie. the L1 chain)

    • testnet: false

      Flag for test networks