Skip to content

Commit

Permalink
Fix ethers import in lac1Did.js
Browse files Browse the repository at this point in the history
  • Loading branch information
sergioceron committed Aug 2, 2023
1 parent 82240fd commit 804b1d6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion lib/lac1/lac1Did.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import { keccak256 } from "ethers/lib/utils.js";
import DID from "../did.js";
import { ethers } from "ethers";
import * as ethers from 'ethers';
import base58 from "bs58";
import lacchain from "@lacchain/gas-model-provider";
import DIDRegistryContractGM from "./DIDRegistryGM.json";
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@lacchain/did",
"version": "1.6.2",
"version": "1.6.3",
"description": "The LACChain DID Method NodeJS Implementation",
"author": "Sergio Ceron Figueroa <[email protected]>",
"keywords": [
Expand Down

0 comments on commit 804b1d6

Please sign in to comment.