UNPKG

@fairmint/canton-node-sdk

Version:
22 lines (20 loc) 559 B
# Config for a Canton sequencer with the default ports we use on our clusters forwarded to localhost. # Use it to interact with a sequencer deployed to our cluster via k8s port forwarding. # See `cncluster sequencer_console`. canton { remote-sequencers { sequencer { public-api { port = 11001 address = localhost } admin-api { port = 11002 address = localhost } } } features.enable-preview-commands = yes features.enable-testing-commands = yes features.enable-repair-commands = yes }