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
if the chain info from the step above goes into @agoric/orch/fetched-chain-info, we should denote that all existing chains are icaEnabled: true (part of Orchestration: constrain chain.makeAccount() to chains with icaEnabled: true #10629). This will help towards prevent API consumers from trying to call makeAccount on chains without ica enabled.
The text was updated successfully, but these errors were encountered:
What is the Problem Being Solved
FUSDC's
chainHub
must be able to fulfill all transfer routes support by Noble Express UI. This entails:icaEnabled
inchainInfo
@agoric/orch/fetched-chain-info
, we should denote that all existing chains areicaEnabled: true
(part of Orchestration: constrainchain.makeAccount()
to chains withicaEnabled: true
#10629). This will help towards prevent API consumers from trying to callmakeAccount
on chains without ica enabled.The text was updated successfully, but these errors were encountered: