You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* Update claim command to replace OCEAN with USDC and mark OCEAN as deprecated
* Add USDC payout functionality to CLI
* Add unit test for USDC claim functionality
* Implement USDC payout functionality in the payout module
* Update payout instructions to include USDC and mark OCEAN as deprecated
* Add unit test for USDC payout functionality
* Refactor payout module to use constants for contract addresses and add tests for payout contract addresses
* un-deprecate
Copy file name to clipboardExpand all lines: READMEs/payout.md
+24-2Lines changed: 24 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -9,7 +9,29 @@ This README describes how you can claim the $ based on running a predictoor bot.
9
9
10
10
First, congratulations on your participation and progress in making predictions! Whether you've made accurate or erroneous predictions, it's now time to claim your earnings from correct predictions.
11
11
12
-
There are two sections below: to claim OCEAN payout, and ROSE payout, respectively.
12
+
There are three sections below: to claim USDC payout, OCEAN payout, and ROSE payout, respectively.
13
+
14
+
## Steps to Request USDC Rewards
15
+
16
+
### 1. Preparation
17
+
18
+
Ensure you pause or stop any ongoing prediction submissions. You can use `Ctrl-C` to stop the predictions. This is crucial as active submissions can interfere with the payout process.
19
+
20
+
### 2. Execute Payout
21
+
22
+
From console:
23
+
24
+
```console
25
+
pdr claim_USDC ppss.yaml
26
+
```
27
+
28
+
### 3. Completion
29
+
30
+
Once the payout module concludes its operation, your balance will reflect the updated amount.
31
+
32
+
### 4. Verification
33
+
34
+
It's good practice to run the payout module again. This ensures any failed blockchain calls from the previous attempt are addressed and verifies that all eligible payouts have been claimed.
13
35
14
36
## Steps to Request OCEAN Rewards
15
37
@@ -33,7 +55,7 @@ Once the payout module concludes its operation, your balance will reflect the up
33
55
34
56
It's good practice to run the payout module again. This ensures any failed blockchain calls from the previous attempt are addressed and verifies that all eligible payouts have been claimed.
0 commit comments