Skip to content

Commit

Permalink
convert form config to yaml file (#63)
Browse files Browse the repository at this point in the history
Co-authored-by: Manh Cao <[email protected]>
  • Loading branch information
manh-pendle and Manh Cao authored Oct 8, 2024
1 parent e5b4828 commit b53261f
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 17 deletions.
2 changes: 1 addition & 1 deletion .github/pull_request_template.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
**PR Checklist**

- [ ] My protocol folder name must be **kebab-case**.
- [ ] I have set all necessary fields like the example in [README file](../README.md).
- [ ] I have set all necessary fields like the example in [README file](https://github.com/pendle-finance/external-integration/blob/main/README.md).
- [ ] My protocol's icon is a **png** image and smaller than **20KB**.
- [ ] I have set asset addresses correctly according to their types (PT token address for PT integrations, LP token address for LP integration, etc).
- [ ] I have set the integration URL valid and it points to the appropriate page.
Expand Down
16 changes: 0 additions & 16 deletions protocols/form/config.json

This file was deleted.

10 changes: 10 additions & 0 deletions protocols/form/config.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
name: Form
icon: logo.png
metadata:
pt:
- chainId: 1
address: '0xf7906F274c174A52d444175729E3fa98f9bde285'
integrationUrl: https://meditations.form.network
description: Deposit PT-ezETH to earn Form Points
yt: []
lp: []

0 comments on commit b53261f

Please sign in to comment.