Fix non-ES6 import in keccak256.
This commit is contained in:
parent
37446bd80d
commit
5eb393d828
@ -1,6 +1,6 @@
|
|||||||
"use strict";
|
"use strict";
|
||||||
|
|
||||||
import sha3 = require("js-sha3");
|
import sha3 from "js-sha3";
|
||||||
|
|
||||||
import { arrayify, BytesLike } from "@ethersproject/bytes";
|
import { arrayify, BytesLike } from "@ethersproject/bytes";
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user