We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e91ebe9 commit 1fda5eeCopy full SHA for 1fda5ee
contract_manager/src/node/utils/store.ts
@@ -123,6 +123,7 @@ export class Store {
123
contracts.push(...Object.values(this.entropy_contracts));
124
contracts.push(...Object.values(this.wormhole_contracts));
125
contracts.push(...Object.values(this.executor_contracts));
126
+ contracts.push(...Object.values(this.lazer_contracts));
127
for (const contract of contracts) {
128
if (!contractsByType[contract.getType()]) {
129
contractsByType[contract.getType()] = [];
0 commit comments