Skip to content

Commit bc93df9

Browse files
authored
chore: add soneium chain id (#627)
1 parent df5141f commit bc93df9

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
@@ -48,6 +48,7 @@ export const ChainIdToNetwork: Record<number, string> = {
4848
59144: 'linea',
4949
146: 'sonic',
5050
42220: 'celo',
51+
1868: 'soneium',
5152
};
5253

5354
export enum ChainId {
@@ -83,6 +84,7 @@ export enum ChainId {
8384
linea = 59144,
8485
sonic = 146,
8586
celo = 42220,
87+
soneium = 1868,
8688
}
8789
export type ConstantAddressesByNetwork = Record<
8890
string,

0 commit comments

Comments
 (0)