Skip to content

Commit 1c2323b

Browse files
authored
feat: add celo chain id (#626)
1 parent b0aece3 commit 1c2323b

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
@@ -47,6 +47,7 @@ export const ChainIdToNetwork: Record<number, string> = {
4747
324: 'zksync',
4848
59144: 'linea',
4949
146: 'sonic',
50+
42220: 'celo',
5051
};
5152

5253
export enum ChainId {
@@ -81,6 +82,7 @@ export enum ChainId {
8182
zksync = 324,
8283
linea = 59144,
8384
sonic = 146,
85+
celo = 42220,
8486
}
8587
export type ConstantAddressesByNetwork = Record<
8688
string,

0 commit comments

Comments
 (0)