Skip to content

Commit

Permalink
chore: appease linters
Browse files Browse the repository at this point in the history
  • Loading branch information
johnletey committed Oct 24, 2024
1 parent 071fe58 commit d0783a7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -102,6 +102,6 @@ abigen --abi ethereum/abi/MessageTransmitter.json --pkg contracts- --type Messag
### Useful links
[Relayer Flow Charts](./docs/flows.md)

[USDC faucet](https://usdcfaucet.com/)
[USDC faucet](https://faucet.circle.com)

[Circle Docs/Contract Addresses](https://developers.circle.com/stablecoins/docs/evm-smart-contracts)
2 changes: 1 addition & 1 deletion solana/chain.go
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ package solana
import "github.com/strangelove-ventures/noble-cctp-relayer/types"

// TODO: Uncomment this once the full interface is implemented!
//var _ types.Chain = (*Solana)(nil)
// var _ types.Chain = (*Solana)(nil)

type Solana struct{}

Expand Down

0 comments on commit d0783a7

Please sign in to comment.