Skip to content

Commit

Permalink
chore(readme): update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
gabin54 committed Jul 2, 2024
1 parent d59431e commit d8d38ba
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
1 change: 1 addition & 0 deletions .github/PULL_REQUEST_TEMPLATE.md
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
## Context
5 changes: 2 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
## Morpho Blue reward programs

This folder contains Morpho Blue reward programs that can incentivize multiple layers of the Morpho Blue stack.
This repository allows you to create your own reward program by submitting a pull request.

### Create a Market program

Expand All @@ -16,8 +16,7 @@ export const marketPrograms = [
fundsSender: "0x061060a65146b3265C62fC8f3AE977c9B27260fF",
urdAddress: "0x5aC6F9F696b06538A8A0253ab495dC4c638da3be",
tokenAddress: "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
marketId:
"0xdba352d93a64b17c71104cbddc6aef85cd432322a1446b5b65163cbbc615cd0c",
marketId: "0xdba352d93a64b17c71104cbddc6aef85cd432322a1446b5b65163cbbc615cd0c",
rewardAmount: {
supply: parseUnits("300000", 18),
borrow: 0n,
Expand Down

0 comments on commit d8d38ba

Please sign in to comment.