Skip to content

Commit ed4ef82

Browse files
committed
fix: plumb --warm-storage-address through payments setup
1 parent 1b0898e commit ed4ef82

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/payments/interactive.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -93,6 +93,7 @@ export async function runInteractiveSetup(options: PaymentSetupOptions): Promise
9393
privateKey,
9494
rpcURL: rpcUrl,
9595
withIpni: true, // Always filter for IPNI-enabled providers
96+
...(options.warmStorageAddress && { warmStorageAddress: options.warmStorageAddress }),
9697
})
9798
const network = synapse.getNetwork()
9899
const client = synapse.getClient()

0 commit comments

Comments
 (0)