diff --git a/docs/docs/sandbox_to_testnet_guide.md b/docs/docs/sandbox_to_testnet_guide.md index 719f5ee51f67..60739f523b27 100644 --- a/docs/docs/sandbox_to_testnet_guide.md +++ b/docs/docs/sandbox_to_testnet_guide.md @@ -76,7 +76,7 @@ const store = await createStore("pxe1", { dataStoreMapSizeKB: 1e6, }); -const pxe = await createPXEService(node, fullConfig, true, store); +const pxe = await createPXEService(node, fullConfig, { store }); ``` ## Paying for fees diff --git a/docs/versioned_docs/version-Latest/sandbox_to_testnet_guide.md b/docs/versioned_docs/version-Latest/sandbox_to_testnet_guide.md index 719f5ee51f67..60739f523b27 100644 --- a/docs/versioned_docs/version-Latest/sandbox_to_testnet_guide.md +++ b/docs/versioned_docs/version-Latest/sandbox_to_testnet_guide.md @@ -76,7 +76,7 @@ const store = await createStore("pxe1", { dataStoreMapSizeKB: 1e6, }); -const pxe = await createPXEService(node, fullConfig, true, store); +const pxe = await createPXEService(node, fullConfig, { store }); ``` ## Paying for fees