Skip to content

Commit

Permalink
πŸ› Correct admin registry address
Browse files Browse the repository at this point in the history
  • Loading branch information
KONFeature committed Sep 28, 2024
1 parent 991295d commit f150822
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/ponder/config/configBuilder.ts
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ export function createEnvConfig<NetworkKey extends string>({
ProductAdministratorRegistry: {
abi: productAdministratorRegistryAbi,
address:
deployedAddresses.productAdministratorlRegistry as Address,
deployedAddresses.productAdministratorRegistry as Address,
network: contractNetworkConfig,
},
// The interaction manager
Expand Down

0 comments on commit f150822

Please sign in to comment.