Skip to content

Commit 1fda5ee

Browse files
committed
fix
1 parent e91ebe9 commit 1fda5ee

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

contract_manager/src/node/utils/store.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -123,6 +123,7 @@ export class Store {
123123
contracts.push(...Object.values(this.entropy_contracts));
124124
contracts.push(...Object.values(this.wormhole_contracts));
125125
contracts.push(...Object.values(this.executor_contracts));
126+
contracts.push(...Object.values(this.lazer_contracts));
126127
for (const contract of contracts) {
127128
if (!contractsByType[contract.getType()]) {
128129
contractsByType[contract.getType()] = [];

0 commit comments

Comments
 (0)