Skip to content

Commit

Permalink
fix: build issues
Browse files Browse the repository at this point in the history
  • Loading branch information
bhargavaparoksham committed Feb 7, 2024
1 parent f28674c commit 641c438
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions packages/round-manager/src/features/api/deployments.ts
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ export const chains = {
137: "polygon",
80001: "polygonMumbai",
8453: "base",
534352: "scroll",
} as const;

export type ChainName = (typeof chains)[keyof typeof chains];
Expand Down Expand Up @@ -96,6 +97,9 @@ export const addresses: DeploymentAddressesMap = {
sepolia: {
projectRegistry: "0x2420EABfA2C0e6f77E435B0B7615c848bF4963AF",
},
scroll: {
projectRegistry: "0xDF9BF58Aa1A1B73F0e214d79C652a7dd37a6074e",
},
};

export const addressesByChainID = (chainId: ChainId): DeploymentAddresses => {
Expand Down

0 comments on commit 641c438

Please sign in to comment.