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