Skip to content

Commit 85151c4

Browse files
committed
Use WebRequest from DNS package
1 parent 5c77248 commit 85151c4

File tree

3 files changed

+2
-28
lines changed

3 files changed

+2
-28
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,6 +60,6 @@
6060
},
6161
"dependencies": {
6262
"@blockcore/coininfo": "^5.2.2",
63-
"@blockcore/dns": "^0.0.6"
63+
"@blockcore/dns": "^0.0.7"
6464
}
6565
}

src/IndexerProvider.ts

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
import { Address, ChainListEntry, RichListEntry, Supply, WalletListEntry } from './types.js';
2-
import { BlockcoreDns, DnsListEntry, ServiceListEntry } from '@blockcore/dns';
3-
import { WebRequest } from './Request.js';
2+
import { WebRequest, BlockcoreDns, DnsListEntry, ServiceListEntry } from '@blockcore/dns';
43

54
export class IndexerProvider {
65
private dns: BlockcoreDns;

src/Request.ts

Lines changed: 0 additions & 25 deletions
This file was deleted.

0 commit comments

Comments
 (0)