use cross-fetch because native fetch doesn't support agents
This commit is contained in:
parent
5466270c41
commit
57042d9ed0
|
@ -1,5 +1,6 @@
|
|||
import { msatsToSats } from '@/lib/format'
|
||||
import { getAgent } from '@/lib/proxy'
|
||||
import fetch from 'cross-fetch'
|
||||
|
||||
export * from 'wallets/lnbits'
|
||||
|
||||
|
|
Loading…
Reference in New Issue