-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
4 changed files
with
89 additions
and
25 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 |
---|---|---|
@@ -1,19 +1,19 @@ | ||
# baker's bussiness parameters | ||
|
||
# baker's 'tz' address, NOT A KT address | ||
BAKING_ADDRESS = "tz1YZReTLamLhyPLGSALa4TbMhjjgnSi2cqP" | ||
BAKING_ADDRESS = "tz1Z1tMai15JWUWeN2PKL9faXXVPMuWamzJj" | ||
|
||
# standard fee that is valid for everybody | ||
STANDARD_FEE=0.045 | ||
STANDARD_FEE=0 | ||
|
||
# Minimum delegation amount (in Tez) | ||
MIN_DELEGATION_AMT=1000 | ||
MIN_DELEGATION_AMT=0 | ||
|
||
# founders that shares the profits. map of founder payment address and share of the profit. Shares should sum up to 1. | ||
founders_map={"tz1MWTkFRXA2dwez4RHJWnDWziLpaN6iDTZ9":1.0} | ||
# deposit owners map of address and deposit ratio which must sum up to 1 | ||
owners_map={"KT1MMhmTkUoHez4u58XMZL7NkpU9FWY4QLn2":1.0} | ||
# no fee customers, e.g. founders, supporters | ||
supporters_set={"KT1T4RgrQ986qp2ndZ2YTnxKVSSUrD2BoKFH","KT1MMhmTkUoHez4u58XMZL7NkpU9FWY4QLn2"} | ||
supporters_set={} | ||
# customers with special rates. map of KT address and baking fee | ||
specials_map={"KT1VYLbR7Cp4xxywWR4c12BPbkmrqSf5UXad":0.01} | ||
specials_map={} |
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
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
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