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 has been archived by the owner on Jun 11, 2024. It is now read-only.
We could check that the messageFeeTokenID is native to either the host chain (messageFeeTokenID.getChainID()== OWN_CHAIN_ID) or the partner chain (messageFeeTokenID.getChainID()== chainID)
Check the exact values for a channel with the mainchain for messageFeeTokenID and minReturnFeePerByte
We can check that the channel is correctly updated by the appendToInbox and appendToOutbox functions
The text was updated successfully, but these errors were encountered:
Channel data
minReturnFeePerByte
propertymessageFeeTokenID
is native to either the host chain (messageFeeTokenID.getChainID()== OWN_CHAIN_ID
) or the partner chain (messageFeeTokenID.getChainID()== chainID
)messageFeeTokenID
andminReturnFeePerByte
appendToInbox
andappendToOutbox
functionsThe text was updated successfully, but these errors were encountered: