Skip to content
This repository has been archived by the owner on Aug 1, 2024. It is now read-only.

Commit

Permalink
chore: move todo to issue nucypher#130
Browse files Browse the repository at this point in the history
  • Loading branch information
piotr-roslaniec committed Dec 7, 2022
1 parent 1533f48 commit 40fef09
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion src/characters/alice.ts
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,6 @@ export class Alice {
public static fromSecretKey(
config: Configuration,
secretKey: SecretKey,
// TODO: Avoid using ethers types in interfaces directly
web3Provider: ethers.providers.Web3Provider
): Alice {
const web3 = Web3Provider.fromEthersWeb3Provider(web3Provider);
Expand Down
1 change: 0 additions & 1 deletion src/web3.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@ import { ethers } from 'ethers';
import { ChecksumAddress } from './types';
import { fromHexString } from './utils';

// TODO: Remove this abstraction and use ethers directly?
export class Web3Provider {
private constructor(
private readonly web3Provider: ethers.providers.Web3Provider
Expand Down

0 comments on commit 40fef09

Please sign in to comment.