Skip to content

Commit 7f8a0f4

Browse files
authored
add new key for testnet + mainnet (#1129)
1 parent 111ef75 commit 7f8a0f4

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

chains/solana/contracts/Anchor.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ timelock = "DoajfR5tK24xVw51fWcawUZWhAXD8yrBJVacc13neVQA"
2424
ping_pong_demo = "PPbZmYFf5SPAM9Jhm9mNmYoCwT7icPYVKAfJoMCQovU"
2525
cctp_message_transmitter = "CCTPmbSD7gX1bxKPAmg77w8oFzNFpaQiQUWD43TKaecd"
2626
cctp_token_messenger_minter = "CCTPiPYPc6AsJuwueEnWgSgucamXDZwBd53dQ11YiKX3"
27-
cctp_token_pool = "CCitPr8yZbN8zEBEdwju8bnGgKMYcz6XSTbU61CMedj"
27+
cctp_token_pool = "CCiTPESGEevd7TBU8EGBKrcxuRq7jx3YtW6tPidnscaZ"
2828

2929
[registry]
3030
url = "https://anchor.projectserum.com"

chains/solana/contracts/programs/cctp-token-pool/src/lib.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ use solana_program::program::{get_return_data, invoke_signed};
55
use base_token_pool::common::*;
66
use base_token_pool::rate_limiter::*;
77

8-
declare_id!("CCitPr8yZbN8zEBEdwju8bnGgKMYcz6XSTbU61CMedj");
8+
declare_id!("CCiTPESGEevd7TBU8EGBKrcxuRq7jx3YtW6tPidnscaZ");
99

1010
pub const RECEIVE_MESSAGE_DISCRIMINATOR: [u8; 8] = [38, 144, 127, 225, 31, 225, 238, 25]; // global:receive_message
1111
pub const DEPOSIT_FOR_BURN_WITH_CALLER_DISCRIMINATOR: [u8; 8] =

0 commit comments

Comments
 (0)