Skip to content

Commit bca3940

Browse files
authored
feat: add linea (#611)
1 parent 9b11c0e commit bca3940

File tree

1 file changed

+2
-0
lines changed
  • packages/contract-helpers/src/commons

1 file changed

+2
-0
lines changed

packages/contract-helpers/src/commons/types.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,7 @@ export const ChainIdToNetwork: Record<number, string> = {
4545
84532: 'base_sepolia',
4646
56: 'bnb',
4747
324: 'zksync',
48+
59144: 'linea',
4849
};
4950

5051
export enum ChainId {
@@ -77,6 +78,7 @@ export enum ChainId {
7778
base_sepolia = 84532,
7879
bnb = 56,
7980
zksync = 324,
81+
linea = 59144,
8082
}
8183
export type ConstantAddressesByNetwork = Record<
8284
string,

0 commit comments

Comments
 (0)