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
When I first deployed to emerynet, I neglected to give chainDetails to the contract. And there is no chain info in agoricNames. So we get a failure, presumably from getChain('agoric'):
2024-10-01T00:42:32.543Z SwingSet: ls: v467: Error: chain not found:agoric
at apply ()
at Error (/bundled-source/.../node_modules/ses/src/error/tame-error-constructor.js:60)
at makeError (/bundled-source/.../node_modules/ses/src/error/assert.js:351)
at (.../orchestration/src/exos/chain-hub.js:228)
at ()
at ()
When I first deployed to emerynet, I neglected to give chainDetails to the contract. And there is no chain info in agoricNames. So we get a failure, presumably from
getChain('agoric')
:This was only evident by looking at node logs.
The UI showed:
The wallet action, for reference:
The text was updated successfully, but these errors were encountered: