Skip to content

Commit

Permalink
fix: ws security advisory from ethers v5
Browse files Browse the repository at this point in the history
Co-authored-by: Phan Shi Yu <phan_shi_yu@tech.gov.sg>
  • Loading branch information
phanshiyu and phanshiyu authored Jul 23, 2024
1 parent f783b3c commit 239bdba
Show file tree
Hide file tree
Showing 13 changed files with 450 additions and 1,077 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@ The following code example of `signDocument` contains the signer information.

```js
import { signDocument, SUPPORTED_SIGNING_ALGORITHM } from "@govtechsg/open-attestation";
import { Wallet } from "ethers";
import { Wallet } from "@ethersproject/wallet";

const wallet = Wallet.fromMnemonic("tourist quality multiply denial diary height funny calm disease buddy speed gold");
const { proof } = await signDocument(
Expand Down
Loading

0 comments on commit 239bdba

Please sign in to comment.