Skip to content

Commit 55c28c7

Browse files
authored
update base builder object to reference ownerAddress (#557)
* update base builder object to reference ownerAddress * update all references to allowedAddresses and swap with ownerAddress
1 parent cfed850 commit 55c28c7

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
lines changed

docs/mini-apps/core-concepts/manifest.mdx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ description: "Define how your mini app appears and behaves within the Base app,
1313
"signature": "MHgxMGQwZGU4ZGYwZDUwZTdmMGIxN2YxMTU2NDI1MjRmZTY0MTUyZGU4ZGU1MWU0MThiYjU4ZjVmZmQxYjRjNDBiNGVlZTRhNDcwNmVmNjhlMzQ0ZGQ5MDBkYmQyMmNlMmVlZGY5ZGQ0N2JlNWRmNzMwYzUxNjE4OWVjZDJjY2Y0MDFj"
1414
},
1515
"baseBuilder": {
16-
"allowedAddresses": ["0x..."]
16+
"ownerAddress": "0x..."
1717
},
1818
"miniapp": {
1919
"version": "1",
@@ -91,7 +91,7 @@ Signature over the payload.
9191

9292
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.
9393
<Card>
94-
<ParamField path="allowedAddresses" type="Array of strings" required>
94+
<ParamField path="ownerAddress" type="string" required>
9595
This verifies ownership and connects your Base Build account.
9696
</ParamField>
9797
</Card>

docs/mini-apps/llms-full.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -185,7 +185,7 @@ Example manifest fields (conceptual):
185185
"signature": "MHgxMGQwZGU4ZGYwZDUwZTdmMGIxN2YxMTU2NDI1MjRmZTY0MTUyZGU4ZGU1MWU0MThiYjU4ZjVmZmQxYjRjNDBiNGVlZTRhNDcwNmVmNjhlMzQ0ZGQ5MDBkYmQyMmNlMmVlZGY5ZGQ0N2JlNWRmNzMwYzUxNjE4OWVjZDJjY2Y0MDFj"
186186
},
187187
"baseBuilder": {
188-
"allowedAddresses": ["0x..."]
188+
"ownerAddress": "0x..."
189189
},
190190
"frame": {
191191
"version": "1",

docs/mini-apps/quickstart/migrate-existing-apps.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -107,7 +107,7 @@ For details on each field, see the [field reference](/mini-apps/features/manifes
107107
"signature": ""
108108
},
109109
"baseBuilder": {
110-
"allowedAddresses": [""] // add your Base Account address here
110+
"ownerAddress": "0x" // add your Base Account address here
111111
},
112112
"miniapp": {
113113
"version": "1",

docs/mini-apps/troubleshooting/common-issues.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -204,7 +204,7 @@ Use the Coinbase Wallet validator for Base App compatibility analysis. This AI-p
204204
"signature": "your-farcaster-signature"
205205
},
206206
"baseBuilder": {
207-
"allowedAddresses": ["0x..."]
207+
"ownerAddress": "0x..."
208208
},
209209
"frame": {
210210
"name": "Your Mini App",

0 commit comments

Comments
 (0)