Updated references to umbrella package in tests.
This commit is contained in:
parent
d2ccdcfbc2
commit
573a911e88
@ -2,7 +2,7 @@
|
||||
|
||||
import assert from 'assert';
|
||||
|
||||
import { ethers } from "@ethersproject/ethers";
|
||||
import { ethers } from "ethers";
|
||||
import { loadTests } from "@ethersproject/testcases";
|
||||
|
||||
|
||||
|
@ -2,7 +2,7 @@
|
||||
|
||||
import assert from "assert";
|
||||
|
||||
import { ethers } from "@ethersproject/ethers";
|
||||
import { ethers } from "ethers";
|
||||
import { loadTests } from "@ethersproject/testcases";
|
||||
|
||||
|
||||
|
@ -2,7 +2,7 @@
|
||||
|
||||
import assert from "assert";
|
||||
|
||||
import { ethers } from "@ethersproject/ethers";
|
||||
import { ethers } from "ethers";
|
||||
|
||||
|
||||
const provider = new ethers.providers.InfuraProvider('rinkeby');
|
||||
|
@ -2,8 +2,8 @@
|
||||
|
||||
import assert from "assert";
|
||||
|
||||
import { ethers } from "ethers";
|
||||
import { loadTests, TestCase } from "@ethersproject/testcases";
|
||||
import { ethers } from "@ethersproject/ethers";
|
||||
|
||||
describe('Test HD Node Derivation from Seed', function() {
|
||||
|
||||
|
@ -4,7 +4,7 @@ import assert from "assert";
|
||||
|
||||
const Web3HttpProvider = require("web3-providers-http");
|
||||
|
||||
import { ethers } from "@ethersproject/ethers";
|
||||
import { ethers } from "ethers";
|
||||
|
||||
const bnify = ethers.BigNumber.from;
|
||||
|
||||
|
@ -2,7 +2,7 @@
|
||||
|
||||
import assert from 'assert';
|
||||
|
||||
import { ethers } from "@ethersproject/ethers";
|
||||
import { ethers } from "ethers";
|
||||
import { loadTests, TestCase } from "@ethersproject/testcases";
|
||||
|
||||
import * as utils from './utils';
|
||||
|
@ -2,7 +2,7 @@
|
||||
|
||||
import assert from "assert";
|
||||
|
||||
import { ethers } from "@ethersproject/ethers";
|
||||
import { ethers } from "ethers";
|
||||
import { loadTests } from "@ethersproject/testcases";
|
||||
|
||||
import * as utils from "./utils";
|
||||
|
@ -2,7 +2,7 @@
|
||||
|
||||
import assert from 'assert';
|
||||
|
||||
import { ethers } from "@ethersproject/ethers";
|
||||
import { ethers } from "ethers";
|
||||
import { loadTests, TestCase } from "@ethersproject/testcases";
|
||||
|
||||
|
||||
|
@ -1,6 +1,6 @@
|
||||
'use strict';
|
||||
|
||||
import { ethers } from "@ethersproject/ethers";
|
||||
import { ethers } from "ethers";
|
||||
|
||||
function randomBytes(seed: string, lower: number, upper?: number): Uint8Array {
|
||||
if (!upper) { upper = lower; }
|
||||
|
Loading…
Reference in New Issue
Block a user