use cross-fetch because native fetch doesn't support agents

This commit is contained in:
Riccardo Balbo 2024-10-26 11:34:38 +02:00
parent 5466270c41
commit 57042d9ed0
1 changed files with 1 additions and 0 deletions

View File

@ -1,5 +1,6 @@
import { msatsToSats } from '@/lib/format'
import { getAgent } from '@/lib/proxy'
import fetch from 'cross-fetch'
export * from 'wallets/lnbits'