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