Skip to content

Commit 460cc1f

Browse files
committed
feat: sonic
1 parent e765221 commit 460cc1f

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
@@ -46,6 +46,7 @@ export const ChainIdToNetwork: Record<number, string> = {
4646
56: 'bnb',
4747
324: 'zksync',
4848
59144: 'linea',
49+
146: 'sonic',
4950
};
5051

5152
export enum ChainId {
@@ -79,6 +80,7 @@ export enum ChainId {
7980
bnb = 56,
8081
zksync = 324,
8182
linea = 59144,
83+
sonic = 146,
8284
}
8385
export type ConstantAddressesByNetwork = Record<
8486
string,

0 commit comments

Comments
 (0)