-
Notifications
You must be signed in to change notification settings - Fork 839
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #4507 from BarakaFund/master
- Loading branch information
Showing
3 changed files
with
31 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -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 | ||
} | ||
} | ||
] | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
{ | ||
"$schema": "../profile.schema.json", | ||
"name": "Baraka.Fund", | ||
"identity": "barakafundnode" | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,11 @@ | ||
{ | ||
"$schema": "../services.schema.json", | ||
"name": "Baraka.Fund", | ||
"services": [ | ||
{ | ||
"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" | ||
} | ||
] | ||
} |