Skip to main content

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

NameType
EthereumAnvil"EthereumAnvil"
PolygonAmoy"PolygonAmoy"