Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@across-protocol/contracts-v2",
"version": "2.1.0-beta.3",
"version": "2.1.0-beta.4",
"author": "UMA Team",
"license": "AGPL-3.0-only",
"repository": {
Expand Down
5 changes: 4 additions & 1 deletion utils/MerkleTree.ts
Original file line number Diff line number Diff line change
@@ -1 +1,4 @@
export { MerkleTree, EMPTY_MERKLE_ROOT } from "@uma/common";
// The package `@uma/common` can not be tree-shaken and contains some modules that are not
// compatible with the browser. This is a temporary fix to avoid bundling the whole package
// until we can fix the issue upstream.
export { MerkleTree, EMPTY_MERKLE_ROOT } from "@uma/common/dist/MerkleTree";