Skip to content

Commit

Permalink
fixup
Browse files Browse the repository at this point in the history
  • Loading branch information
eshaan7 committed Nov 4, 2024
1 parent 4b7365b commit cdc1b66
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 3 deletions.
Binary file added Avail unification cup MRU.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -413,4 +413,4 @@ const main = async () => {
});
};

main();
main();
2 changes: 1 addition & 1 deletion src/stackr/state.ts
Original file line number Diff line number Diff line change
Expand Up @@ -134,4 +134,4 @@ export class League extends State<LeagueState> {

return finalMerkleTree.rootHash;
}
}
}
2 changes: 1 addition & 1 deletion src/stackr/utils.ts
Original file line number Diff line number Diff line change
Expand Up @@ -168,4 +168,4 @@ export const createMT = <ConvertibleItem>(
}
},
};
};
};

0 comments on commit cdc1b66

Please sign in to comment.