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
Context and scope
The two primary types that compose Config are DestinationSubnet and SourceSubnet, each of which must specify a unique blockchain ID, but the subnet ID may be non-unique within each list. This is because subnets can support multiple blockchains, but a blockchain can only ever belong to a single subnet.
To reflect this, we should change these types to DestinationBlockchain and SourceBlockchain to better reflect what each entry represents.
The text was updated successfully, but these errors were encountered:
Context and scope
The two primary types that compose
Config
areDestinationSubnet
andSourceSubnet
, each of which must specify a unique blockchain ID, but the subnet ID may be non-unique within each list. This is because subnets can support multiple blockchains, but a blockchain can only ever belong to a single subnet.To reflect this, we should change these types to
DestinationBlockchain
andSourceBlockchain
to better reflect what each entry represents.The text was updated successfully, but these errors were encountered: