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
| Name | Type |
|---|---|
BaseSepolia | "BaseSepolia" |
EthereumAnvil | "EthereumAnvil" |