mirror of https://github.com/waku-org/js-waku.git
update size-limit to remove message-hash
This commit is contained in:
parent
b41fb70576
commit
2fba56e327
|
@ -41,10 +41,5 @@ module.exports = [
|
||||||
name: "History retrieval protocols",
|
name: "History retrieval protocols",
|
||||||
path: "packages/core/bundle/index.js",
|
path: "packages/core/bundle/index.js",
|
||||||
import: "{ wakuStore }",
|
import: "{ wakuStore }",
|
||||||
},
|
}
|
||||||
{
|
|
||||||
name: "Deterministic Message Hashing",
|
|
||||||
path: "packages/message-hash/bundle/index.js",
|
|
||||||
import: "{ messageHash }",
|
|
||||||
},
|
|
||||||
];
|
];
|
||||||
|
|
Loading…
Reference in New Issue