Skip to content

Commit 3b38b50

Browse files
committed
chore: simplify registerChain
1 parent 62424aa commit 3b38b50

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

main/guides/orchestration/getting-started/key-concepts.md

+1-3
Original file line numberDiff line numberDiff line change
@@ -98,9 +98,7 @@ and use of chain and connection information using the following APIs:
9898

9999
### Registration APIs
100100

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

0 commit comments

Comments
 (0)