Skip to content

Commit

Permalink
Tag evm only get selector as deprecated
Browse files Browse the repository at this point in the history
  • Loading branch information
jlaveracll committed Nov 21, 2024
1 parent a7cb436 commit 66da4af
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions evm.go
Original file line number Diff line number Diff line change
Expand Up @@ -69,6 +69,7 @@ func EvmChainIdToChainSelector() map[uint64]uint64 {
return copyMap
}

// Deprecated, this only supports EVM chains, use the chain agnostic `GetChainIDFromSelector` instead
func ChainIdFromSelector(chainSelectorId uint64) (uint64, error) {
for k, v := range evmChainIdToChainSelector {
if v.ChainSelector == chainSelectorId {
Expand Down

0 comments on commit 66da4af

Please sign in to comment.