Skip to content

Commit

Permalink
chore(e2e): blockfrost-ryo db-sync config
Browse files Browse the repository at this point in the history
blockfrost-ryo needs db-sync configured with tx_out.value="consumed".
https://github.com/IntersectMBO/cardano-db-sync/blob/master/doc/configuration.md#value
  • Loading branch information
mirceahasegan committed Nov 11, 2024
1 parent 70eaab5 commit 6e211cb
Showing 1 changed file with 4 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -113,6 +113,9 @@
}
],
"insert_options": {
"tx_cbor": "enable"
"tx_cbor": "enable",
"tx_out": {
"value": "consumed"
}
}
}

0 comments on commit 6e211cb

Please sign in to comment.