Skip to content

Commit

Permalink
Fixed not imported Buffer dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
marcvelmer committed Sep 17, 2024
1 parent 3a8340b commit ce746df
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/services/remote-signer.ts
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ import invariant from 'tiny-invariant';
import { RemoteSigner, RemoteSignerCredentials } from '../types';
import { toUtf8Bytes } from '@ethersproject/strings';
import { Bytes } from '@ethersproject/bytes';
import { Buffer } from 'buffer';

interface RemoteSignerServiceProperties {
remoteSigner: RemoteSigner;
Expand Down

0 comments on commit ce746df

Please sign in to comment.