Files
linea-monorepo/contracts/common/supportedNetworks.ts
The Dark Jester 4af87b5fe6 [Chore] - First pass contracts and makefile cleanup (#276)
* 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
2024-11-06 02:21:14 -08:00

7 lines
113 B
TypeScript

export enum SupportedChainIds {
MAINNET = 1,
SEPOLIA = 11155111,
LINEA_TESTNET = 59140,
LINEA = 59144,
}