diff --git a/.github/pull_request_template.md b/.github/pull_request_template.md index 52d1311..6a16c7d 100644 --- a/.github/pull_request_template.md +++ b/.github/pull_request_template.md @@ -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. diff --git a/protocols/form/config.json b/protocols/form/config.json deleted file mode 100644 index 93c1edd..0000000 --- a/protocols/form/config.json +++ /dev/null @@ -1,16 +0,0 @@ -{ - "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": [] - } -} diff --git a/protocols/form/config.yaml b/protocols/form/config.yaml new file mode 100644 index 0000000..0d178f0 --- /dev/null +++ b/protocols/form/config.yaml @@ -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: []