Skip to content

Commit

Permalink
Updated ogmios handlesbar (#208)
Browse files Browse the repository at this point in the history
* chore: updated ogmios handlesbar

* chore: updated ogmios handlesbar
  • Loading branch information
paulobressan authored Nov 25, 2024
1 parent 090cb30 commit 2f52e73
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions bootstrap/rpc/crds/ogmiosport.hbs
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
[
{
"label": "Endpoint URL",
"value": "https://{{network}}-v5.ogmios-m1.demeter.run",
"value": "https://{{network}}-v{{version}}.ogmios-m1.demeter.run",
"description": "Public URL to access your Ogmios API"
},
{
"label": "Authenticated Endpoint URL",
"value": "https://{{authToken}}.{{network}}-v5.ogmios-m1.demeter.run",
"value": "https://{{authToken}}.{{network}}-v{{version}}.ogmios-m1.demeter.run",
"description": "Authenticated public URL to access your Ogmios API. Useful if your library does not support adding custom headers"
},
{
Expand Down

0 comments on commit 2f52e73

Please sign in to comment.