All Downloads are FREE. Search and download functionalities are using the official Maven repository.

org.fisco.bcos.web3j.tx.ChainId Maven / Gradle / Ivy

package org.fisco.bcos.web3j.tx;

/** Ethereum chain ids. */
public class ChainId {
  public static final byte NONE = -1;
  public static final byte MAINNET = 1;
  public static final byte EXPANSE_MAINNET = 2;
  public static final byte ROPSTEN = 3;
  public static final byte RINKEBY = 4;
  public static final byte ROOTSTOCK_MAINNET = 30;
  public static final byte ROOTSTOCK_TESTNET = 31;
  public static final byte KOVAN = 42;
  public static final byte ETHEREUM_CLASSIC_MAINNET = 61;
  public static final byte ETHEREUM_CLASSIC_TESTNET = 62;
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy