From 52aa4eb32731d4a3b708a6089ad908f3acb1bce7 Mon Sep 17 00:00:00 2001 From: BarakaFund Date: Wed, 2 Oct 2024 04:09:14 +0000 Subject: [PATCH 1/3] Added services.json for Baraka.Fund Validator --- BarakaFund/services.json | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 BarakaFund/services.json diff --git a/BarakaFund/services.json b/BarakaFund/services.json new file mode 100644 index 0000000000..7b0c1b89fd --- /dev/null +++ b/BarakaFund/services.json @@ -0,0 +1,11 @@ +{ + "$schema": "../services.schema.json", + "name": "Baraka.Fund", + "services": [ + { + "title": "Baraka.Fund Validator", + "description": "Baraka.Fund is a secure, automated, and transparent Waqf on blockchain. Your donation stays in the fund, while generated profits are given to your preferred charity every month. Learn more at www.Baraka.Fund.", + "url": "https://www.Baraka.Fund" + } + ] +} From 00e9b6db1e0fbc81d39126f5689dfcc11d420dcb Mon Sep 17 00:00:00 2001 From: BarakaFund Date: Wed, 2 Oct 2024 04:23:16 +0000 Subject: [PATCH 2/3] Added chains.json, profile.json, and services.json for Baraka.Fund Validator --- BarakaFund/chains.json | 15 +++++++++++++++ BarakaFund/profile.json | 5 +++++ 2 files changed, 20 insertions(+) create mode 100644 BarakaFund/chains.json create mode 100644 BarakaFund/profile.json diff --git a/BarakaFund/chains.json b/BarakaFund/chains.json new file mode 100644 index 0000000000..b3dc06e97f --- /dev/null +++ b/BarakaFund/chains.json @@ -0,0 +1,15 @@ +{ + "$schema": "../chains.schema.json", + "name": "Baraka.Fund", + "chains": [ + { + "name": "haqq", + "address": "haqqvaloper1te388p3alf4hzh4v7082ta72fez0rkyfy6n27n", + "restake": { + "address": "haqq1622ckvwxggx5d46vsp53680stljkncc8mvw52t", + "run_time": "every 15 minutes", + "minimum_reward": 1000000000000000000 + } + } + ] +} diff --git a/BarakaFund/profile.json b/BarakaFund/profile.json new file mode 100644 index 0000000000..b994908353 --- /dev/null +++ b/BarakaFund/profile.json @@ -0,0 +1,5 @@ +{ + "$schema": "../profile.schema.json", + "name": "Baraka.Fund", + "identity": "barakafundnode" +} From 34e08d8ff8cc54857b88c2cede3a1584e888350f Mon Sep 17 00:00:00 2001 From: BarakaFund Date: Wed, 2 Oct 2024 04:30:28 +0000 Subject: [PATCH 3/3] Updated services.json for Baraka.Fund Validator --- BarakaFund/services.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/BarakaFund/services.json b/BarakaFund/services.json index 7b0c1b89fd..4663b8b1c1 100644 --- a/BarakaFund/services.json +++ b/BarakaFund/services.json @@ -3,7 +3,7 @@ "name": "Baraka.Fund", "services": [ { - "title": "Baraka.Fund Validator", + "title": "Baraka.Fund", "description": "Baraka.Fund is a secure, automated, and transparent Waqf on blockchain. Your donation stays in the fund, while generated profits are given to your preferred charity every month. Learn more at www.Baraka.Fund.", "url": "https://www.Baraka.Fund" }