Skip to content

Commit

Permalink
Merge pull request #76 from celo-org/soloseng/fix-e2e-test
Browse files Browse the repository at this point in the history
Fixed combiner e2e test
  • Loading branch information
soloseng authored Oct 5, 2023
2 parents 3a55f70 + 72db04a commit 41249ab
Show file tree
Hide file tree
Showing 4 changed files with 2 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ import {
} from '@celo/phone-number-privacy-common'
import { defined, noNumber, noString } from '@celo/utils/lib/sign-typed-data-utils'
import * as crypto from 'crypto'
import 'isomorphic-fetch'
import fetch from 'node-fetch'
import { getCombinerVersion } from '../../src'
import { getTestContextName } from './resources'

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ import {
import { normalizeAddressWith0x } from '@celo/utils/lib/address'
import threshold_bls from 'blind-threshold-bls'
import { randomBytes } from 'crypto'
import 'isomorphic-fetch'
import fetch from 'node-fetch'
import { config as signerConfig } from '../../../signer/src/config'
import { getCombinerVersion } from '../../src'
import {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,6 @@ import {
normalizeAddressWith0x,
privateKeyToAddress,
} from '@celo/utils/lib/address'
import 'isomorphic-fetch'

require('dotenv').config()

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,6 @@ import {
import { defined, noBool, noNumber, noString } from '@celo/utils/lib/sign-typed-data-utils'
import { LocalWallet } from '@celo/wallet-local'
import 'isomorphic-fetch'

require('dotenv').config()

const { ACCOUNT_ADDRESS1, BLINDED_PHONE_NUMBER, PRIVATE_KEY1 } = TestUtils.Values
Expand Down

0 comments on commit 41249ab

Please sign in to comment.