Skip to content

Commit

Permalink
return indexerDb
Browse files Browse the repository at this point in the history
  • Loading branch information
harisato committed Jun 3, 2024
1 parent 3fcfd45 commit 3634a02
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 11 deletions.
11 changes: 0 additions & 11 deletions src/migrations/1717382328993-remove-old-chain.ts

This file was deleted.

7 changes: 7 additions & 0 deletions src/modules/chain/dto/response/chain-info.res.ts
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,13 @@ export class ChainDto {
})
chainId: string;

@Expose()
@IsString()
@ApiProperty({
example: 'xstaxy',
})
indexerDb: string;

@Expose()
@IsString()
@ApiProperty({
Expand Down

0 comments on commit 3634a02

Please sign in to comment.