Remove pools.json download from the frontend

This commit is contained in:
nymkappa
2022-12-16 18:01:04 +01:00
parent fdec1f8959
commit 45f5f8aa29
5 changed files with 2 additions and 8 deletions

View File

@@ -41,7 +41,6 @@ describe('Mainnet', () => {
// cy.intercept('/api/v1/block/*/summary').as('block-summary');
// cy.intercept('/api/v1/outspends/*').as('outspends');
// cy.intercept('/api/tx/*/outspends').as('tx-outspends');
// cy.intercept('/resources/pools.json').as('pools');
// Search Auto Complete
cy.intercept('/api/address-prefix/1wiz').as('search-1wiz');