* Etherscan links (#4772) * Port tests * update address links * Signer accountlink isTest
This commit is contained in:
committed by
Arkadiy Paronyan
parent
02be8d869c
commit
260bcfd368
4
js/src/3rdparty/etherscan/helpers.spec.js
vendored
4
js/src/3rdparty/etherscan/helpers.spec.js
vendored
@@ -19,8 +19,8 @@ import { stringify } from 'qs';
|
||||
|
||||
import { url } from './links';
|
||||
|
||||
function mockget (requests, test) {
|
||||
let scope = nock(url(test));
|
||||
function mockget (requests, test, netVersion) {
|
||||
let scope = nock(url(test, netVersion));
|
||||
|
||||
requests.forEach((request) => {
|
||||
scope = scope
|
||||
|
||||
Reference in New Issue
Block a user