diff --git a/ARCs/arc-0079.md b/ARCs/arc-0079.md index bf5018466..aaad03e72 100644 --- a/ARCs/arc-0079.md +++ b/ARCs/arc-0079.md @@ -73,16 +73,12 @@ otherparam = qchar *qchar [ "=" *qchar ] Note 1: If the fee is omitted , it means that Minimum Fee is preferred to be used for transaction. -Note 2: Recurring apps, assets and accounts, add those into transaction arrays (foreign apps, foreign assets, foreign accounts and boxes). - ### Template URI vs actionable URI If the URI is constructed so that other dApps, wallets or protocols could use it with their runtime Algorand entities of interest, then : - The placeholder account/app address in URI **MUST** be ZeroAddress ("AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAY5HFKQ"). Since ZeroAddress cannot initiate any action this approach is considered non-vulnerable and secure. -- The placeholder app ID **MUST** 0. e.g. `&app=11111111&app=0` -- The placeholder asset ID **MUST** be 0. e.g. `&asset=11111111&asset=0` -- The placeholder box reference **MUST** be 0. e.g. `&box=nodes&box=0` + ### Example