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. 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",