Skip to content

Commit

Permalink
update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
Manh Cao authored and Manh Cao committed Nov 21, 2024
1 parent e872a8f commit d6ba6ae
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ The YAML file includes details for multiple objects (PT, YT, LP), each correspon

- name: The name of the protocol.
- icon: The protocol’s logo (circular logo in PNG). The string on this field should be the same as the name of the logo file uploaded. Size limit for logo is 20KB.
- category: The protocol's category. It must belong to one of the following categories: `money market`, `vault` or `liquid locker`. If no category is specified, the protocol will automatically default to the `others` type.
- metadata: This section contains detailed information about the protocol's integration assets.

#### Asset fields
Expand All @@ -25,6 +26,7 @@ The YAML file includes details for multiple objects (PT, YT, LP), each correspon
```yaml
name: Protocol Name 2
icon: logo.png
category: 'vault'
metadata:
pt:
- chainId: 1
Expand Down

0 comments on commit d6ba6ae

Please sign in to comment.