Skip to content

Commit

Permalink
chore: update readme with warning (#10)
Browse files Browse the repository at this point in the history
  • Loading branch information
gabin54 authored Jul 11, 2024
1 parent 2762167 commit c100489
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 3 deletions.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@

This repository allows you to create your own reward program by submitting a pull request.

**⚠️ Warning:** Please anticipate with one week before the start of the program to ensure smooth implementation and avoid any last-minute issues.

### Create a Market program

Market Programs can be added in `src/market-programs.ts` at the end of the `marketPrograms` array. You should send funds to the URD with the funds sender before the start date of the program to validate it.
Expand Down Expand Up @@ -48,7 +50,6 @@ export const vaultPrograms = [
];
```


### Frequently Asked Questions

1. Where should we get the `urdAddress`?
Expand Down
8 changes: 6 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,11 @@
"release": "patch"
},
{
"release": "minor"
"type": "chore",
"release": false
},
{
"release": "patch"
}
]
}
Expand Down Expand Up @@ -88,4 +92,4 @@
"@semantic-release/github"
]
}
}
}

0 comments on commit c100489

Please sign in to comment.