We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9b11c0e commit bca3940Copy full SHA for bca3940
packages/contract-helpers/src/commons/types.ts
@@ -45,6 +45,7 @@ export const ChainIdToNetwork: Record<number, string> = {
45
84532: 'base_sepolia',
46
56: 'bnb',
47
324: 'zksync',
48
+ 59144: 'linea',
49
};
50
51
export enum ChainId {
@@ -77,6 +78,7 @@ export enum ChainId {
77
78
base_sepolia = 84532,
79
bnb = 56,
80
zksync = 324,
81
+ linea = 59144,
82
}
83
export type ConstantAddressesByNetwork = Record<
84
string,
0 commit comments