Skip to content
This repository has been archived by the owner on Apr 10, 2024. It is now read-only.
mace edited this page Feb 28, 2023 · 3 revisions

This fee oracle service facilitates Sygmas Dynamic fee strategy, allowing users to request a signed fee estimate through its API.

To request a fee estimate, users must provide the following parameters:

  • fromDomainID - the identifier of the source domain (chain)
  • toDomainID - the identifier of the destination domain (chain)
  • resourceID - the identifier of the cross-chain resource

When requesting a fee estimate for a generic message, users must also provide the following parameter:

  • msgGasLimit - the maximum amount of gas units that can be used for execution

For more information on the FeeOracle API, please refer to the Swagger documentation.

Clone this wiki locally