You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Mar 11, 2025. It is now read-only.
Current support for deploying different fee handlers trough migration scripts is limited. This could be especially become a hurtle on deploying new networks in production like environments (with a need for deploying and configuring multiple fee handlers on initial deployment).
Implementation details
To enable deployment of multiple fee handlers and using them when registering on fee router, requires an significant refactor of migration config file format. Below is one possible approach to new format that would enable us to:
define multiple fee handler instances that need to be deployed
map different fee handlers for each resource (per destination domain)
Current support for deploying different fee handlers trough migration scripts is limited. This could be especially become a hurtle on deploying new networks in production like environments (with a need for deploying and configuring multiple fee handlers on initial deployment).
Implementation details
To enable deployment of multiple fee handlers and using them when registering on fee router, requires an significant refactor of migration config file format. Below is one possible approach to new format that would enable us to:
Testing details
Acceptance Criteria
The text was updated successfully, but these errors were encountered: