Skip to content

Commit

Permalink
removed ethers references
Browse files Browse the repository at this point in the history
  • Loading branch information
jawndiego committed Dec 5, 2023
1 parent 34ab781 commit 21294ca
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion src/signing/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ import { Adapter } from './adapters/types'
import { EncMsg, ValidatorInfo } from '../types'
import { stripHexPrefix, sendHttpPost } from '../utils'
import { crypto, CryptoLib } from '../utils/crypto'
import { Transaction } from 'ethers'
import { Transaction } from 'ethereumjs-tx'

export interface Config {
signer: Signer
Expand Down
1 change: 0 additions & 1 deletion tests/testing-utils/constants.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
import { BigNumber, ethers } from 'ethers'

export const x25519_public_key_alice =
'0x0ac029f0b853b23bed652d6d0de69b7cc38d94f93732eefc85b5861e90f73a22'
Expand Down

0 comments on commit 21294ca

Please sign in to comment.