Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat(orchestration): add more chain infos for fusdc (#10845)
closes #10736 refs #10629 ## Description - Adds remaining cosmos chains for fusdc as listed in https://github.com/Agoric/product-tasks/issues/186#issuecomment-2442824919. - Adds `icaEnabled` property to `CosmosChainInfo` - Makes the connection infos in vstorage support chain IDs with underscores (`_`). Since we use underscores as a separator in the vstorage key, we sanitize the chain IDs by doubling the underscores (similar to double-quote in csv) - Don't use all the chain infos in bootstrap tests, only a subset, since CI can't handle the input size ### Security Considerations We're adding non-ica-enabled chains now, so #10629 is relevant. ### Scaling Considerations `packages/orchestration/src/fetched-chain-info.js` is quite large, hopefully not too large? ### Documentation Considerations Not sure if these chains need to be documented somewhere. ### Testing Considerations Just did `yarn codegen`. Not sure how to test this for real. ### Upgrade Considerations Updating the chain infos will presumably require a core-eval
- Loading branch information