Skip to content

Commit

Permalink
chore: simplify registerChain
Browse files Browse the repository at this point in the history
  • Loading branch information
amessbee committed Sep 30, 2024
1 parent 1ac54e6 commit 5ac83ac
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions main/guides/orchestration/getting-started/key-concepts.md
Original file line number Diff line number Diff line change
Expand Up @@ -98,9 +98,7 @@ and use of chain and connection information using the following APIs:

### Registration APIs

- `registerChain` register a new chain with `chainHub`. The name will override a name in well-known chain names. If a
durable zone was not provided, registration will not survive a reincarnation of the vat, and will have to be
registered again.
- `registerChain` register a new chain with `chainHub`. The name will override a name in well-known chain names.
- `registerConnection` registers a connections between two given chain IDs.
- `registerAsset` registers an asset that may be held on a chain other than the issuing chain. Both corresponding chains
should already be registered before this call.
Expand Down

0 comments on commit 5ac83ac

Please sign in to comment.