mirror of
https://github.com/vacp2p/linea-monorepo.git
synced 2026-01-09 04:08:01 -05:00
* first pass contracts and makefile cleanup * remove unused 4844 test files * Remove Goerli references * lint fixing * lint fixing * remove more Goerli references * correct folder paths for L2 service tests * fix pathing and hardhat version * reinstate deleted file * correct file pathing
7 lines
113 B
TypeScript
7 lines
113 B
TypeScript
export enum SupportedChainIds {
|
|
MAINNET = 1,
|
|
SEPOLIA = 11155111,
|
|
LINEA_TESTNET = 59140,
|
|
LINEA = 59144,
|
|
}
|