feat: use cross-fetch instead of node-fetch (#19621)
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
@@ -1,6 +1,7 @@
|
||||
import bs58 from 'bs58';
|
||||
import {Buffer} from 'buffer';
|
||||
import fetch, {Response} from 'node-fetch';
|
||||
import fetch from 'cross-fetch';
|
||||
import type {Response} from 'cross-fetch';
|
||||
import {
|
||||
type as pick,
|
||||
number,
|
||||
|
Reference in New Issue
Block a user