Skip to content

Commit

Permalink
Merge branch 'fix-koios-url' into 'dev'
Browse files Browse the repository at this point in the history
Update koios to v1

See merge request ergo/rosen-bridge/watcher!274
  • Loading branch information
vorujack committed Jun 16, 2024
2 parents 4c0b977 + 89d05d0 commit 861cf53
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions .changeset/curly-chicken-roll.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
'@rosen-bridge/watcher': patch
---

Update koios default url to v1
2 changes: 1 addition & 1 deletion config/default.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ cardano:
koios:
interval: 20 # koios scanning interval (in seconds)
timeout: 10 # koios request timeout (in seconds)
url: 'https://api.koios.rest/api/beta' # koios url
url: 'https://api.koios.rest/api/v1' # koios url
ogmios:
host: '' # ogmios node host address
port: 1337 # ogmios port
Expand Down

0 comments on commit 861cf53

Please sign in to comment.