Skip to content

Commit

Permalink
Merge branch 'refactor-feb' into 'dev'
Browse files Browse the repository at this point in the history
Fix collateral box creation

See merge request ergo/rosen-bridge/watcher!255
  • Loading branch information
vorujack committed Mar 15, 2024
2 parents e3cdbb4 + 3b3c674 commit 4244066
Show file tree
Hide file tree
Showing 47 changed files with 1,346 additions and 1,858 deletions.
2 changes: 2 additions & 0 deletions config/dataSource.ts
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ import {
EventTriggerEntity,
migrations as watcherDataExtractorMigrations,
PermitEntity,
CollateralEntity,
} from '@rosen-bridge/watcher-data-extractor';
import { DataSource } from 'typeorm';
import { getConfig } from '../src/config/config';
Expand All @@ -35,6 +36,7 @@ const dbConfigs = {
CommitmentEntity,
EventTriggerEntity,
PermitEntity,
CollateralEntity,
ObservationEntity,
TokenEntity,
TxEntity,
Expand Down
2 changes: 2 additions & 0 deletions config/default.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,8 @@ ergo:
creation: 120 # commitment creation interval (in seconds)
reveal: 180 # commitment reveal interval (in seconds)
redeem: 120 # commitment reveal interval (in seconds)
wid:
status: 120 # wid status check interval (in seconds)
path:
addresses: config/rosen # addresses path
# tokens: config/rosen/tokens.json # default tokens path.
Expand Down
Loading

0 comments on commit 4244066

Please sign in to comment.