1 parent efbb046 commit 8161ac8Copy full SHA for 8161ac8
1 file changed
README.md
@@ -232,13 +232,13 @@ profile = build_ucp_profile(
232
],
233
},
234
payment_handlers={
235
- "sh.agentscore.payment.tempo": [
+ "sh.agentscore.payment.mpp": [
236
UCPPaymentHandlerBinding(
237
- id="tempo",
+ id="mpp",
238
version="2026-04-08",
239
- spec="https://agentscore.sh/specification/payment-handlers/tempo",
240
- schema="https://agentscore.sh/schemas/payment-handlers/tempo.json",
241
- config={"recipient": TEMPO_ADDR},
+ spec="https://agentscore.sh/specification/payment-handlers/mpp",
+ schema="https://agentscore.sh/schemas/payment-handlers/mpp.json",
+ config={"chains": {"tempo": {"rail": "tempo-mainnet", "chain_id": 4217}}},
242
),
243
244
0 commit comments