Skip to content

Commit

Permalink
fix: hotfix ics20 (#405)
Browse files Browse the repository at this point in the history
  • Loading branch information
phamphong9981 authored Oct 5, 2023
1 parent 57d448c commit c9766ec
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/services/ibc/crawl_ibc_ics20.service.ts
Original file line number Diff line number Diff line change
Expand Up @@ -297,6 +297,7 @@ export default class CrawlIBCIcs20Service extends BullableService {
ibcIcs20sKeyBy[msg.sequence_key].status = type;
});
await IbcIcs20.query()
.transacting(trx)
.insert(Object.values(ibcIcs20sKeyBy))
.onConflict('id')
.merge();
Expand Down

0 comments on commit c9766ec

Please sign in to comment.