Sending methods and copying

With the default CopyChain configuration, nothing is copied. This allows you to configure exactly what you want.

By default, CopyChain uses your SMB configuration as-is for sending. To copy specific items (tips, compute unit prices, etc.), you need to enable the relevant parameters in your CopyChain configuration.

For example, to copy Spam CU prices:

  • Set [spam] enabled = true in your SMB configuration.

  • Set [sending] compute_unit_price = { source = "Copy" } in your CopyChain configuration.

That's it!

Last updated