Variable NEAR_TESTNETConst
NEAR_TESTNET: {
blockchainId: "NEAR-TESTNET";
blockchainVm: "NEAR";
blockExplorers: {
default: {
name: "NEAR Explorer";
url: "https://eth-explorer-testnet.near.org";
};
};
blockTime?: number;
contracts: {
ensRegistry?: ChainContract;
ensUniversalResolver?: ChainContract;
multicall3?: ChainContract;
universalSignatureVerifier?: ChainContract;
USDC: {
address: "3e2210e1184b45b64c8a434c0a7e7b23cc04ea7eb7a6c3c32520d03d4afcb8af";
read: { decimals: () => 6 };
};
};
custom?: Record<string, unknown>;
ensTlds?: readonly string[];
fees?: ChainFees<undefined>;
formatters?: undefined;
id: 398;
name: "NEAR Protocol Testnet";
nativeCurrency: { decimals: 18; name: "NEAR"; symbol: "NEAR" };
rpcUrls: {
default: { http: readonly ["https://eth-rpc.testnet.near.org"] };
};
serializers?: ChainSerializers<
undefined,
TransactionSerializable<bigint, number>,
>;
sourceId?: number;
testnet: true;
} = ...
Type declaration
Readonly
blockchainId: "NEAR-TESTNET"
Readonly
blockchainVm: "NEAR"
blockExplorers: {
default: {
name: "NEAR Explorer";
url: "https://eth-explorer-testnet.near.org";
};
}
Optional
blockTime?: number
contracts: {
ensRegistry?: ChainContract;
ensUniversalResolver?: ChainContract;
multicall3?: ChainContract;
universalSignatureVerifier?: ChainContract;
USDC: {
address: "3e2210e1184b45b64c8a434c0a7e7b23cc04ea7eb7a6c3c32520d03d4afcb8af";
read: { decimals: () => 6 };
};
}
Optional
custom?: Record<string, unknown>
Optional
ensTlds?: readonly string[]
Optional
fees?: ChainFees<undefined>
id: 398
name: "NEAR Protocol Testnet"
nativeCurrency: { decimals: 18; name: "NEAR"; symbol: "NEAR" }
rpcUrls: { default: { http: readonly ["https://eth-rpc.testnet.near.org"] } }
Optional
serializers?: ChainSerializers<undefined, TransactionSerializable<bigint, number>>
Optional
sourceId?: number
testnet: true
Collection of block explorers