noble-assets / noble-cctp-relayer

Apache License 2.0
15 stars 9 forks source link

Solana Config support #62

Open boojamya opened 8 months ago

boojamya commented 8 months ago

Just like we have with Noble and Ethereum, Solana needs a ChainConfig.

Noble example: https://github.com/strangelove-ventures/noble-cctp-relayer/blob/main/noble/config.go Ethereum example: https://github.com/strangelove-ventures/noble-cctp-relayer/blob/main/ethereum/config.go

Will need to take into consideration how we listen for and broadcast events. RPC? Websocket? Both? ect.