Skip to content

Commit

Permalink
Updated example usage of Maestro provider
Browse files Browse the repository at this point in the history
  • Loading branch information
sourabhxyz committed Jan 15, 2024
1 parent d9741e8 commit f1b1772
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,11 @@ optimizeDeps: {
import { Maestro, Translucent } from "translucent-cardano";

const translucent = await Translucent.new(
new Maestro({ network: "Mainnet", apiKey: "<apikey>" }),
new Maestro({
network: "Mainnet",
apiKey: "<apikey>",
turboSubmit: true
}),
"Mainnet",
);

Expand Down

0 comments on commit f1b1772

Please sign in to comment.