forked from ubiquity/ubiquibot
-
Notifications
You must be signed in to change notification settings - Fork 2
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
2 changed files
with
78 additions
and
11 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,6 +1,73 @@ | ||
priceMultiplier: 1.5 | ||
# newContributorGreeting: | ||
# enabled: true | ||
# header: "Thank you for contributing to UbiquiBot! Please be sure to set your wallet address before completing your first task so that the automatic payout upon task completion will work for you." | ||
# helpMenu: true | ||
# footer: "###### Also please star this repository and [@ubiquity/devpool-directory](https://github.com/ubiquity/devpool-directory/) to show your support. It helps a lot!" | ||
privateKeyEncrypted: "" | ||
promotionComment: "<h6>If you've enjoyed your experience in the DevPool, we'd appreciate your support. Follow <a href='https://github.com/ubiquity'>Ubiquity on GitHub</a> and star <a href='https://github.com/ubiquity/devpool-directory'>this repo</a>. Your endorsement means the world to us and helps us grow!</h6><h6>We are excited to announce that the DevPool and UbiquiBot are now available to partners! Our ideal collaborators are globally distributed crypto-native organizations, who actively work on open source on GitHub, and excel in research & development. If you can introduce us to the repository maintainers in these types of companies, we have a special bonus in store for you!</h6>" | ||
|
||
evmNetworkId: 100 | ||
priceMultiplier: 1 | ||
issueCreatorMultiplier: 3 | ||
maxConcurrentAssigns: 2 | ||
paymentPermitMaxPrice: 1000 | ||
|
||
disableAnalytics: true | ||
commentIncentives: true | ||
assistivePricing: true | ||
registerWalletWithVerification: false | ||
|
||
timeLabels: | ||
- name: "Time: <1 Hour" | ||
- name: "Time: <2 Hours" | ||
- name: "Time: <4 Hours" | ||
- name: "Time: <1 Day" | ||
- name: "Time: <1 Week" | ||
|
||
priorityLabels: | ||
- name: "Priority: 1 (Normal)" | ||
- name: "Priority: 2 (Medium)" | ||
- name: "Priority: 3 (High)" | ||
- name: "Priority: 4 (Urgent)" | ||
- name: "Priority: 5 (Emergency)" | ||
|
||
incentives: | ||
comment: | ||
elements: | ||
code: 1 | ||
img: 0 | ||
h1: 1 | ||
h2: 1 | ||
h3: 1 | ||
h4: 1 | ||
h5: 1 | ||
h6: 1 | ||
li: 0.5 | ||
a: 1 | ||
blockquote: 0 | ||
i: 0 | ||
totals: | ||
word: 0.1 | ||
|
||
commandSettings: | ||
- name: start | ||
enabled: true | ||
- name: stop | ||
enabled: true | ||
- name: wallet | ||
enabled: true | ||
- name: payout | ||
enabled: true | ||
- name: multiplier | ||
enabled: true | ||
- name: query | ||
enabled: true | ||
- name: allow | ||
enabled: true | ||
- name: autopay | ||
enabled: true | ||
- name: ask | ||
enabled: true | ||
- name: review | ||
enabled: true | ||
|
||
enableAccessControl: | ||
label: true | ||
organization: true | ||
|
||
openAITokenLimit: 8000 |
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