Variable.EvmNetwork
const EvmNetwork: {
BaseMainnet: "BaseMainnet";
BaseSepolia: "BaseSepolia";
EthereumAnvil: "EthereumAnvil";
XdcApothem: "XdcApothem";
XdcMainnet: "XdcMainnet";
};
Canonical blockchain network identifiers supported by Keyban across EVM and Stellar stacks. These unions align with backend configuration keys and Tilt profiles to prevent drift.
Type Declaration
BaseMainnet
readonly BaseMainnet: "BaseMainnet";
BaseSepolia
readonly BaseSepolia: "BaseSepolia";
EthereumAnvil
readonly EthereumAnvil: "EthereumAnvil";
XdcApothem
readonly XdcApothem: "XdcApothem";
XdcMainnet
readonly XdcMainnet: "XdcMainnet";