Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[DO NOT MERGE YET] CDCSOL #134

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion rust/sanctum-lst-list/tests/tests/logo.rs
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ use crate::common::find_sanctum_lst_by_symbol_unwrapped;

#[tokio::test]
async fn verify_logo_image_uri_valid_latest_batch() {
verify_token_logo_image_uri_valid_by_symbol("espresSOL").await;
verify_token_logo_image_uri_valid_by_symbol("CDCSOL").await;
}

async fn verify_token_logo_image_uri_valid_by_symbol(symbol: &str) {
Expand Down
2 changes: 1 addition & 1 deletion rust/sanctum-lst-list/tests/tests/metadata.rs
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ use crate::common::{find_sanctum_lst_by_symbol_unwrapped, SOLANA_RPC_URL};

#[tokio::test]
async fn verify_lst_token_metadata_latest_batch() {
verify_lst_token_metadata_by_symbol("espresSOL").await;
verify_lst_token_metadata_by_symbol("CDCSOL").await;
}

#[derive(Debug, Deserialize)]
Expand Down
2 changes: 1 addition & 1 deletion rust/sanctum-lst-list/tests/tests/pool.rs
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ use crate::common::{find_sanctum_lst_by_symbol_unwrapped, SOLANA_RPC_URL};

#[test]
fn verify_pool_valid_latest_batch() {
verify_pool_valid_by_symbol("espresSOL");
verify_pool_valid_by_symbol("CDCSOL");
}

fn verify_pool_valid_by_symbol(symbol: &str) {
Expand Down
2 changes: 1 addition & 1 deletion rust/sanctum-lst-list/tests/tests/sanctum_router.rs
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ use crate::common::{find_sanctum_lst_by_symbol_unwrapped, SOLANA_RPC_URL};

#[test]
fn verify_sanctum_router_fee_token_acc_created_latest_batch() {
verify_sanctum_router_fee_token_acc_created_by_symbol("espresSOL").unwrap();
verify_sanctum_router_fee_token_acc_created_by_symbol("CDCSOL").unwrap();
}

// Copied from
Expand Down
13 changes: 13 additions & 0 deletions sanctum-lst-list.toml
Original file line number Diff line number Diff line change
Expand Up @@ -1169,6 +1169,19 @@ pool = "9RZ3Cou1xiudj8znVrEosXhRm6iBHzRtcTYjEnwJ754R"
validator_list = "EVFNmdZpNL2gN46kpLHjuz5i7FfgkFCHEyPU28rAgkoM"
vote_account = "91413b9eEvG6UofpSgwdUgH9Lz4QBF1G3J325Bw7JwGR"

[[sanctum_lst_list]]
name = "Crypto.com Staked SOL"
symbol = "CDCSOL"
mint = "CDCSoLckzozyktpAp9FWT3w92KFJVEUxAU7cNu2Jn3aX"
decimals = 9
token_program = "TokenkegQfeZyiNwAJbNbGKPFXCWuBvf9Ss623VQ5DA"
logo_uri = "https://arweave.net/12xEvVVvGFM5n5U6ILXdShlLtUJOT1gUQTlSy8sGybg"
[sanctum_lst_list.pool]
program = "SanctumSpl"
pool = "8B9yuGU5SbXLE56k4yH2AfqbMXNEah7MJMbZKDPqg23X"
validator_list = "FHe9aBxSRSGgA64LMbhsNqBWJEzLKEkEhQxRNtQriGT4"
# vote_account = "" # TODO

# Spl Single Pool
[[sanctum_lst_list]]
name = "Cogent SOL"
Expand Down
Loading