Skip to content

Commit 6e211cb

Browse files
committed
chore(e2e): blockfrost-ryo db-sync config
blockfrost-ryo needs db-sync configured with tx_out.value="consumed". https://github.com/IntersectMBO/cardano-db-sync/blob/master/doc/configuration.md#value
1 parent 70eaab5 commit 6e211cb

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

packages/e2e/local-network/templates/babbage/db-sync-config.json

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -113,6 +113,9 @@
113113
}
114114
],
115115
"insert_options": {
116-
"tx_cbor": "enable"
116+
"tx_cbor": "enable",
117+
"tx_out": {
118+
"value": "consumed"
119+
}
117120
}
118121
}

0 commit comments

Comments
 (0)