Skip to content

Commit

Permalink
Update src/routes/accounts/counterfactual-safes/counterfactual-safes.…
Browse files Browse the repository at this point in the history
…controller.ts

Co-authored-by: Aaron Cook <aaron@safe.global>
  • Loading branch information
hectorgomezv and iamacook authored Jul 30, 2024
1 parent bc489a8 commit e2943d1
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ export class CounterfactualSafesController {
async getCounterfactualSafe(
@Auth() authPayload: AuthPayload,
@Param('address', new ValidationPipe(AddressSchema)) address: `0x${string}`,
@Param('chainId') chainId: string,
@Param('chainId', new ValidationPipe(NumericStringSchema)) chainId: string,
@Param('predictedAddress', new ValidationPipe(AddressSchema))
predictedAddress: `0x${string}`,
): Promise<CounterfactualSafe> {
Expand Down

0 comments on commit e2943d1

Please sign in to comment.