diff --git a/README.md b/README.md index 0941c72..161089b 100644 --- a/README.md +++ b/README.md @@ -67,7 +67,11 @@ optimizeDeps: { import { Maestro, Translucent } from "translucent-cardano"; const translucent = await Translucent.new( - new Maestro({ network: "Mainnet", apiKey: "" }), + new Maestro({ + network: "Mainnet", + apiKey: "", + turboSubmit: true + }), "Mainnet", );