Skip to content

Commit d49366f

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 7f21d35 commit d49366f

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

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

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -113,6 +113,10 @@
113113
}
114114
],
115115
"insert_options": {
116-
"tx_cbor": "enable"
116+
"tx_cbor": "enable",
117+
"tx_out": {
118+
"value": "consumed",
119+
"force_tx_in": true
120+
}
117121
}
118122
}

0 commit comments

Comments
 (0)