From 2198721b329ec36e6b735d8dc231664863586625 Mon Sep 17 00:00:00 2001 From: Patrick Hughes Date: Fri, 24 Oct 2025 12:31:02 -0500 Subject: [PATCH 1/2] update base builder object to reference ownerAddress --- docs/mini-apps/core-concepts/manifest.mdx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/mini-apps/core-concepts/manifest.mdx b/docs/mini-apps/core-concepts/manifest.mdx index 085507ca..94c0eaa3 100644 --- a/docs/mini-apps/core-concepts/manifest.mdx +++ b/docs/mini-apps/core-concepts/manifest.mdx @@ -13,7 +13,7 @@ description: "Define how your mini app appears and behaves within the Base app, "signature": "MHgxMGQwZGU4ZGYwZDUwZTdmMGIxN2YxMTU2NDI1MjRmZTY0MTUyZGU4ZGU1MWU0MThiYjU4ZjVmZmQxYjRjNDBiNGVlZTRhNDcwNmVmNjhlMzQ0ZGQ5MDBkYmQyMmNlMmVlZGY5ZGQ0N2JlNWRmNzMwYzUxNjE4OWVjZDJjY2Y0MDFj" }, "baseBuilder": { - "allowedAddresses": ["0x..."] + "ownerAddress": "0x..." }, "miniapp": { "version": "1", @@ -91,7 +91,7 @@ Signature over the payload. This verifies ownership and connects your Base Build account.This address should be the address of the wallet used when importing your mini app to Base Build. - + This verifies ownership and connects your Base Build account. From 8c502feaa19904cf8b7721beaa2782edd5f4a596 Mon Sep 17 00:00:00 2001 From: Patrick Hughes Date: Fri, 24 Oct 2025 13:02:37 -0500 Subject: [PATCH 2/2] update all references to allowedAddresses and swap with ownerAddress --- docs/mini-apps/llms-full.txt | 2 +- docs/mini-apps/quickstart/migrate-existing-apps.mdx | 2 +- docs/mini-apps/troubleshooting/common-issues.mdx | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/mini-apps/llms-full.txt b/docs/mini-apps/llms-full.txt index e65bc23b..1cee2f49 100644 --- a/docs/mini-apps/llms-full.txt +++ b/docs/mini-apps/llms-full.txt @@ -185,7 +185,7 @@ Example manifest fields (conceptual): "signature": "MHgxMGQwZGU4ZGYwZDUwZTdmMGIxN2YxMTU2NDI1MjRmZTY0MTUyZGU4ZGU1MWU0MThiYjU4ZjVmZmQxYjRjNDBiNGVlZTRhNDcwNmVmNjhlMzQ0ZGQ5MDBkYmQyMmNlMmVlZGY5ZGQ0N2JlNWRmNzMwYzUxNjE4OWVjZDJjY2Y0MDFj" }, "baseBuilder": { - "allowedAddresses": ["0x..."] + "ownerAddress": "0x..." }, "frame": { "version": "1", diff --git a/docs/mini-apps/quickstart/migrate-existing-apps.mdx b/docs/mini-apps/quickstart/migrate-existing-apps.mdx index 43450cc5..7514bac5 100644 --- a/docs/mini-apps/quickstart/migrate-existing-apps.mdx +++ b/docs/mini-apps/quickstart/migrate-existing-apps.mdx @@ -107,7 +107,7 @@ For details on each field, see the [field reference](/mini-apps/features/manifes "signature": "" }, "baseBuilder": { - "allowedAddresses": [""] // add your Base Account address here + "ownerAddress": "0x" // add your Base Account address here }, "miniapp": { "version": "1", diff --git a/docs/mini-apps/troubleshooting/common-issues.mdx b/docs/mini-apps/troubleshooting/common-issues.mdx index 18200173..49938c80 100644 --- a/docs/mini-apps/troubleshooting/common-issues.mdx +++ b/docs/mini-apps/troubleshooting/common-issues.mdx @@ -204,7 +204,7 @@ Use the Coinbase Wallet validator for Base App compatibility analysis. This AI-p "signature": "your-farcaster-signature" }, "baseBuilder": { - "allowedAddresses": ["0x..."] + "ownerAddress": "0x..." }, "frame": { "name": "Your Mini App",