2
0
mirror of synced 2025-02-24 03:58:06 +00:00

Fix non-ES6 import in keccak256.

This commit is contained in:
Richard Moore 2019-06-24 21:12:54 -04:00
parent 37446bd80d
commit 5eb393d828
No known key found for this signature in database
GPG Key ID: 525F70A6FCABC295

View File

@ -1,6 +1,6 @@
"use strict";
import sha3 = require("js-sha3");
import sha3 from "js-sha3";
import { arrayify, BytesLike } from "@ethersproject/bytes";