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
The problem is that we can't (at least I do not know how atm) make relay generic over runtime/chain. That's why if we're going to point it to other chain, it would need to be reconfigured and rebuilt before any transaction will be submitted.
The only way I could think of, is to extract everything that is runtime/chain specific (including crypto type) to separate file, like this one. This also must be noted in crate' readme.
The text was updated successfully, but these errors were encountered:
original comment: #58 (comment)
The problem is that we can't (at least I do not know how atm) make relay generic over runtime/chain. That's why if we're going to point it to other chain, it would need to be reconfigured and rebuilt before any transaction will be submitted.
The only way I could think of, is to extract everything that is runtime/chain specific (including crypto type) to separate file, like this one. This also must be noted in crate' readme.
The text was updated successfully, but these errors were encountered: