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
Want to simply port functionality of report_tx! macro and move to methods under the ChainProvider enum
Functionally, the code will behave the same just but structurally, calling for chain submission will pass through enum now instead of directly calling macros
The text was updated successfully, but these errors were encountered:
luketchang
changed the title
refactor(contract-interface): move nomad-ethereum macros into ChainProvider enum
refactor(contract-interface): move nomad-ethereum macros into ChainSubmitter enum
Apr 28, 2022
luketchang
changed the title
refactor(contract-interface): move nomad-ethereum macros into ChainSubmitter enum
refactor(contract-interface): replace report_tx! macro with ChainSubmitter calls
May 2, 2022
report_tx!
macro and move to methods under theChainProvider
enumThe text was updated successfully, but these errors were encountered: