Skip to content

Commit

Permalink
feat: sonic
Browse files Browse the repository at this point in the history
  • Loading branch information
grothem committed Feb 11, 2025
1 parent e765221 commit 460cc1f
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions packages/contract-helpers/src/commons/types.ts
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,7 @@ export const ChainIdToNetwork: Record<number, string> = {
56: 'bnb',
324: 'zksync',
59144: 'linea',
146: 'sonic',
};

export enum ChainId {
Expand Down Expand Up @@ -79,6 +80,7 @@ export enum ChainId {
bnb = 56,
zksync = 324,
linea = 59144,
sonic = 146,
}
export type ConstantAddressesByNetwork = Record<
string,
Expand Down

0 comments on commit 460cc1f

Please sign in to comment.