-
Notifications
You must be signed in to change notification settings - Fork 21
Add Lyra to roundtable protocol list #13
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: main
Are you sure you want to change the base?
Conversation
"tagline": "An Open Protocol for Trading Options", | ||
"tags": ["options", "trading", "yield"], | ||
"description": "Lyra is an option automated market maker (AMM) that allows traders to buy and sell options on cryptocurrencies against a pool of liquidity.", | ||
"tokens": ["0x079504b86d38119F859c4194765029F692b7B7aa", "0x5B237ab26CeD47Fb8ED104671819C801Aa5bA45E"], |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
stkLYRA is not listed on Camelot, so it won't appear, it can be removed from the array
"discord": "https://discord.gg/lyra", | ||
"docs": "https://docs.lyra.finance/", | ||
"blog": "https://blog.lyra.finance/", | ||
"github": "https://github.com/lyra-finance/", |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
the ending comma should be removed for a valid json file
"chainId": 42161, | ||
"id": "Lyra", | ||
"name": "Lyra", | ||
"logo": "https://ibb.co/GFKFjG4", |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Correct link would be: https://i.ibb.co/SJhJpH4/Lyra-icon-green.png
"id": "Lyra", | ||
"name": "Lyra", | ||
"logo": "https://ibb.co/GFKFjG4", | ||
"cover": "https://ibb.co/JHxKs4c", |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Correct link would be: https://i.ibb.co/ZxHVMPf/1500x500-3.jpg
"docs": "https://docs.lyra.finance/", | ||
"blog": "https://blog.lyra.finance/", | ||
"github": "https://github.com/lyra-finance/", | ||
}, |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
the ending comma should be removed for a valid json file
No description provided.