-
Notifications
You must be signed in to change notification settings - Fork 9
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
54 changed files
with
8,891 additions
and
76 deletions.
There are no files selected for viewing
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2,5 +2,4 @@ | |
noble-cctp-relayer | ||
.ignore | ||
.env | ||
|
||
|
||
.DS_Store |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,40 @@ | ||
![](../.github/assets/banner_solana.png) | ||
|
||
# CCTP Relayer for Solana | ||
|
||
This directory contains the necessary logic for the broader CCTP Relayer to | ||
support Solana. It is maintained by the Noble Core Team with the intent to | ||
enable relaying of CCTP transfers between Solana and Noble. However, due to how | ||
the relayer is architected, can also be used to relay between Solana and any | ||
other CCTP enabled domain. | ||
|
||
## Configuration | ||
|
||
Below you can find a well documented example configuration that you can use when | ||
setting up the Solana domain in your relayer. Note that some values are left | ||
blank due to them being secrets that shouldn't be revealed. | ||
|
||
```yaml | ||
chains: | ||
solana: | ||
# Solana specific RPC and WebSocket endpoints to interact with. | ||
# We recommend helius.dev as a good provider of this infrastructure. | ||
rpc: "" | ||
ws: "" | ||
|
||
# IDs for both the Message Transmitter and Token Messenger & Minter CCTP | ||
# programs deployed on Solana. The below values are for Mainnet BETA. | ||
# | ||
# https://developers.circle.com/stablecoins/solana-programs | ||
message-transmitter: "CCTPmbSD7gX1bxKPAmg77w8oFzNFpaQiQUWD43TKaecd" | ||
token-messenger-minter: "CCTPiPYPc6AsJuwueEnWgSgucamXDZwBd53dQ11YiKX3" | ||
|
||
# ID for the FiatToken USDC program deployed on Solana. | ||
# | ||
# https://developers.circle.com/stablecoins/usdc-on-main-networks | ||
fiat-token: "EPjFWdd5AufqSSqeM2qN1xzybapC8G4wEGGkZwyTDt1v" | ||
|
||
# TODO: Explain and additional domains! | ||
remote-tokens: | ||
4: "0x487039debedbf32d260137b0a6f66b90962bec777250910d253781de326a716d" | ||
``` |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.