Skip to content

Commit

Permalink
Examples links fixed
Browse files Browse the repository at this point in the history
  • Loading branch information
carloshc committed Oct 23, 2023
1 parent 6b1f673 commit cfb5352
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/olympiccircle.schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@
"type": "string",
"description": "A URI to the protocol cover asset; suggest SVG or PNG of size 650x200",
"format": "uri-template",
"examples": ["https://camelot.exchange/img/knight-hero.svg"]
"examples": ["https://hercules.exchange/img/herculesdex-cover.svg"]
},
"tagline": {
"type": "string",
Expand Down Expand Up @@ -133,7 +133,7 @@
"type": "string",
"description": "A URI to the protocol's defillama page",
"format": "uri-template",
"examples": ["https://defillama.com/protocol/camelot"]
"examples": ["https://defillama.com/protocol/<protocol_name>"]
},
"website": {
"type": "string",
Expand Down

0 comments on commit cfb5352

Please sign in to comment.