mirror of
https://github.com/Instadapp/boardroom-inc-protocol-Info.git
synced 2024-07-29 22:37:02 +00:00
feat: add protocol events (#11)
This commit is contained in:
parent
2f74d6f882
commit
95ff011a04
25
README.md
25
README.md
|
@ -92,6 +92,31 @@ Raise a new PR by following the steps below:
|
|||
2. Add the call agenda and relevant meeting notes in the markdown file. The contents of the file will be displayed in the respective page.
|
||||
3. Raise a PR with the changes.
|
||||
|
||||
### New Events
|
||||
|
||||
1. Add one or more new events to the `events.json` file of the protocol using the following format:
|
||||
|
||||
- **title**: The title of the event - this will be shown in the month and day view.
|
||||
- **url**: A URL to link to when an event is clicked.
|
||||
- **date**: The UTC date of the event in ISO 8601 format
|
||||
|
||||
```json
|
||||
[
|
||||
{
|
||||
"title": "This is an example event.",
|
||||
"url": "https://example.com",
|
||||
"date": "2021-01-08T00:00:00.000Z"
|
||||
},
|
||||
{
|
||||
"title": "This is another example event.",
|
||||
"url": "https://example.com",
|
||||
"date": "2021-01-10T00:00:00.000Z"
|
||||
}
|
||||
]
|
||||
```
|
||||
|
||||
2. Raise a PR with the changes.
|
||||
|
||||
### New Project
|
||||
Please keep in mind that the Boardroom team will need to add your project before it displays on the portal. Raise a new PR by following the steps below:
|
||||
|
||||
|
|
1
aave/events.json
Normal file
1
aave/events.json
Normal file
|
@ -0,0 +1 @@
|
|||
[]
|
1
balancer/events.json
Normal file
1
balancer/events.json
Normal file
|
@ -0,0 +1 @@
|
|||
[]
|
1
compound/events.json
Normal file
1
compound/events.json
Normal file
|
@ -0,0 +1 @@
|
|||
[]
|
1
defidollar/events.json
Normal file
1
defidollar/events.json
Normal file
|
@ -0,0 +1 @@
|
|||
[]
|
1
gnosis/events.json
Normal file
1
gnosis/events.json
Normal file
|
@ -0,0 +1 @@
|
|||
[]
|
1
indexCoop/events.json
Normal file
1
indexCoop/events.json
Normal file
|
@ -0,0 +1 @@
|
|||
[]
|
1
pooltogether/events.json
Normal file
1
pooltogether/events.json
Normal file
|
@ -0,0 +1 @@
|
|||
[]
|
1
powerpool/events.json
Normal file
1
powerpool/events.json
Normal file
|
@ -0,0 +1 @@
|
|||
[]
|
1
rarible/events.json
Normal file
1
rarible/events.json
Normal file
|
@ -0,0 +1 @@
|
|||
[]
|
1
siren/events.json
Normal file
1
siren/events.json
Normal file
|
@ -0,0 +1 @@
|
|||
[]
|
1
synthetix/events.json
Normal file
1
synthetix/events.json
Normal file
|
@ -0,0 +1 @@
|
|||
[]
|
1
uniswap/events.json
Normal file
1
uniswap/events.json
Normal file
|
@ -0,0 +1 @@
|
|||
[]
|
1
yamv2/events.json
Normal file
1
yamv2/events.json
Normal file
|
@ -0,0 +1 @@
|
|||
[]
|
1
yearn/events.json
Normal file
1
yearn/events.json
Normal file
|
@ -0,0 +1 @@
|
|||
[]
|
Loading…
Reference in New Issue
Block a user