Skip to content

Commit

Permalink
check parachain staking module init
Browse files Browse the repository at this point in the history
  • Loading branch information
rcrvano committed Mar 6, 2024
1 parent bcf0c0a commit 8dd52a6
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions main/src/modules/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,9 @@ import BalancesProcessor from './BalancesProcessor'
import Monitoring from './Monitoring'

export const ModulesLoader = async (): Promise<void> => {
console.log("Mode: ", environment.MODE);
console.log("Network: ", environment.NETWORK);

if (environment.MODE === MODE.LISTENER) {
BlockListener()
}
Expand Down

0 comments on commit 8dd52a6

Please sign in to comment.