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 b0aece3 commit 1c2323bCopy full SHA for 1c2323b
packages/contract-helpers/src/commons/types.ts
@@ -47,6 +47,7 @@ export const ChainIdToNetwork: Record<number, string> = {
47
324: 'zksync',
48
59144: 'linea',
49
146: 'sonic',
50
+ 42220: 'celo',
51
};
52
53
export enum ChainId {
@@ -81,6 +82,7 @@ export enum ChainId {
81
82
zksync = 324,
83
linea = 59144,
84
sonic = 146,
85
+ celo = 42220,
86
}
87
export type ConstantAddressesByNetwork = Record<
88
string,
0 commit comments