Variable.EvmNetwork
const EvmNetwork: {
EthereumAnvil: "EthereumAnvil";
PolygonAmoy: "PolygonAmoy";
};
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
EthereumAnvil
readonly EthereumAnvil: "EthereumAnvil";
PolygonAmoy
readonly PolygonAmoy: "PolygonAmoy";