Skip to content

Commit 65c7f77

Browse files
committed
Leave Solana out instead of using a panic.
1 parent 7ccdd65 commit 65c7f77

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

pkg/reader/usdc_reader.go

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -113,9 +113,9 @@ func NewUSDCMessageReader(
113113
cctpDestDomain: domains,
114114
boundContract: contract,
115115
}
116-
case sel.FamilySolana:
117-
// TODO: Implement Solana USDC message reader
118-
panic("not implemented yet")
116+
// TODO: Implement Solana USDC message reader
117+
//case sel.FamilySolana:
118+
// panic("not implemented yet")
119119
default:
120120
return nil, fmt.Errorf("unsupported chain selector family %s for chain %d", family, chainSelector)
121121
}

0 commit comments

Comments
 (0)