Skip to content

Commit

Permalink
Merge branch 'cosmicelevator' into chore_eth_oracles_ac_update
Browse files Browse the repository at this point in the history
  • Loading branch information
MuthuVega authored Aug 7, 2023
2 parents 9f74bb7 + a40c632 commit 66e2e79
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions protocol/0083-RFPR-on_chain_referral_program.md
Original file line number Diff line number Diff line change
Expand Up @@ -114,9 +114,9 @@ To create a referral set and generate a referral code, the party must submit a s
- `is_team`: a boolean defining whether the referral set should be designated as a team
- `team_details`: an optional dictionary defining the teams details (non-optional if `is_team` is `True`)
- `name`: mandatory string team name
- `team_url`: mandatory string of a link to a team forum, discord, etc.
- `avatar_url`: mandatory string of a link to an image to be used as the teams avatar
- `closed`: mandatory boolean, defines whether a team is accepting new members
- `team_url`: optional string of a link to a team forum, discord, etc. (defaults to empty string / none-type)
- `avatar_url`: optional string of a link to an image to be used as the teams avatar (defaults to empty string / none-type)
- `closed`: optional boolean, defines whether a team is accepting new members (defaults to false)

*Example: if party wants to create a simple referral set.*

Expand Down

0 comments on commit 66e2e79

Please sign in to comment.