From 4dda1e6dd67960255d5801d78cc1594573e31460 Mon Sep 17 00:00:00 2001 From: Ruspa <63268780+pabloecz@users.noreply.github.com> Date: Mon, 24 Nov 2025 00:47:19 +0300 Subject: [PATCH] Update funding.json --- funding.json | 13 ++++++++++++- 1 file changed, 12 insertions(+), 1 deletion(-) diff --git a/funding.json b/funding.json index 8edb80cd..d1e67d69 100644 --- a/funding.json +++ b/funding.json @@ -1,5 +1,16 @@ { + /* + * Configuration block for the "opRetro" service or component. + * This is likely used to connect the current application/project + * to an external service specializing in retroactive/optimistic data handling + * within a blockchain or decentralized system. + */ "opRetro": { + /* + * The unique identifier (Project ID) used by the opRetro service. + * This ID is a hexadecimal string, typically representing a contract address, + * a specific resource hash, or a registration key for the project. + */ "projectId": "0x3230536d9c471231698a0fe66daeeda963282f2b594ce5a47d3dbfa53ac9d4a5" } -} \ No newline at end of file +}