We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
payments setup
1 parent 211a2ca commit 64a2729Copy full SHA for 64a2729
src/payments/interactive.ts
@@ -93,6 +93,7 @@ export async function runInteractiveSetup(options: PaymentSetupOptions): Promise
93
privateKey,
94
rpcURL: rpcUrl,
95
withIpni: true, // Always filter for IPNI-enabled providers
96
+ ...(options.warmStorageAddress && { warmStorageAddress: options.warmStorageAddress }),
97
})
98
const network = synapse.getNetwork()
99
const client = synapse.getClient()
0 commit comments