Skip to content

Commit

Permalink
revert changes in signer as not needed
Browse files Browse the repository at this point in the history
  • Loading branch information
soloseng committed Oct 5, 2023
1 parent 4d2f8d5 commit 72db04a
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,7 @@ import {
} from '@celo/phone-number-privacy-common'
import { defined, noBool, noNumber, noString } from '@celo/utils/lib/sign-typed-data-utils'
import { LocalWallet } from '@celo/wallet-local'
import fetch from 'node-fetch'

import 'isomorphic-fetch'
require('dotenv').config()

const { ACCOUNT_ADDRESS1, BLINDED_PHONE_NUMBER, PRIVATE_KEY1 } = TestUtils.Values
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ import {
import { DomainRequest } from '@celo/phone-number-privacy-common/src'
import { defined, noBool, noNumber, noString } from '@celo/utils/lib/sign-typed-data-utils'
import { LocalWallet } from '@celo/wallet-local'
import fetch, { Response } from 'node-fetch'
import 'isomorphic-fetch'
import { getTestParamsForContext } from './utils'
const { ACCOUNT_ADDRESS1, PRIVATE_KEY1 } = TestUtils.Values

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ import {
} from '@celo/phone-number-privacy-common'
import threshold_bls from 'blind-threshold-bls'
import { randomBytes } from 'crypto'
import fetch, { Response } from 'node-fetch'
import 'isomorphic-fetch'
import { config } from '../../src/config'
import { getBlindedPhoneNumber, getTestParamsForContext } from './utils'

Expand Down

0 comments on commit 72db04a

Please sign in to comment.