@interchainjs/injective
Version:
<p align="center"> <img src="https://user-images.githubusercontent.com/545047/188804067-28e67e5e-0214-4449-ab04-2e0c564a6885.svg" width="80"> </p>
12 lines (11 loc) • 633 B
JavaScript
export var EthereumChainId;
(function (EthereumChainId) {
EthereumChainId[EthereumChainId["Mainnet"] = 1] = "Mainnet";
EthereumChainId[EthereumChainId["Ropsten"] = 3] = "Ropsten";
EthereumChainId[EthereumChainId["Rinkeby"] = 4] = "Rinkeby";
EthereumChainId[EthereumChainId["Goerli"] = 5] = "Goerli";
EthereumChainId[EthereumChainId["Kovan"] = 42] = "Kovan";
EthereumChainId[EthereumChainId["Injective"] = 888] = "Injective";
EthereumChainId[EthereumChainId["Ganache"] = 1337] = "Ganache";
EthereumChainId[EthereumChainId["HardHat"] = 31337] = "HardHat";
})(EthereumChainId || (EthereumChainId = {}));