Skip to content

Commit

Permalink
feat: add zksync (#587)
Browse files Browse the repository at this point in the history
  • Loading branch information
foodaka authored Aug 20, 2024
1 parent f37346f commit f256271
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 @@ -44,6 +44,7 @@ export const ChainIdToNetwork: Record<number, string> = {
8453: 'base',
84532: 'base_sepolia',
56: 'bnb',
324: 'zksync',
};

export enum ChainId {
Expand Down Expand Up @@ -75,6 +76,7 @@ export enum ChainId {
base = 8453,
base_sepolia = 84532,
bnb = 56,
zksync = 324,
}
export type ConstantAddressesByNetwork = Record<
string,
Expand Down

0 comments on commit f256271

Please sign in to comment.