From 1c35b76d3d54a607fc53466fb78c01d249c0ee6b Mon Sep 17 00:00:00 2001 From: Matt Yang Date: Fri, 1 Nov 2024 18:03:45 -0400 Subject: [PATCH] add network list back --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index 4577bd0..a577690 100644 --- a/README.md +++ b/README.md @@ -4,6 +4,9 @@ CCIP uses its own set of chain selectors represented by uint64 to identify block mapping between the custom chain identifiers (`chainSelectorId`) chain names and the chain identifiers used by the blockchains themselves (`chainId`). +Please refer to the [official documentation](https://docs.chain.link/ccip/supported-networks) to learn more about +supported networks and their selectors. + ### Installation `go get github.com/smartcontractkit/chain-selectors`