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
| Name | Type | Default value |
|---|---|---|
EthereumAnvil | "EthereumAnvil" | 'EthereumAnvil' |
PolygonAmoy | "PolygonAmoy" | 'PolygonAmoy' |