Skip to content

Commit f8a5d68

Browse files
committed
generate new keys
1 parent 2d45e62 commit f8a5d68

File tree

18 files changed

+32
-32
lines changed

18 files changed

+32
-32
lines changed

chains/solana/contracts/Anchor.toml

Lines changed: 15 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -6,21 +6,21 @@ seeds = false
66
skip-lint = false
77

88
[programs.localnet]
9-
access_controller = "DwPqjjvswEbBe8qhyrZcPu6gyDVFu57pa4NMKt9o3V81"
10-
burnmint_token_pool = "DJWPHb5TZ7vzWFBbuoEWtVTjVEWEwcLmE1BCv9TsVfLc"
11-
ccip_offramp = "7MwS2RSiRq5EhTo2ym6AvgjNxYbXCsvQcjAhcenGGHhZ"
12-
ccip_router = "2RmwXDdmXYTLc8HHkmsbarm5W1xD1cVDNzDnEtwczaLT"
13-
example_ccip_receiver = "DVrUmLXRbLbBzv39AYKu71HHo4aPky6F6fGvHJWrQgg8"
14-
example_ccip_sender = "HcuauEVT4uGqvW4feesHwwzSPT3Pgzq9YfMGocM6D4hk"
15-
external_program_cpi_stub = "54hq5V1tjcfcVaFJ8W2dgVRhzaCqANyes5KfzkvdkZxs"
16-
fee_quoter = "6tE8iEHk5V7a5ZGFKzGhkLFXjTA5hYjcZtvPKxxxJEbA"
17-
lockrelease_token_pool = "34SNnZ4Hq2J8fSPoa12TNm7ECGgQCqMgJWEQLJ8w6LFA"
18-
mcm = "5QgJGgtsRwx2yzoCeXanPtPZ2tuLN6gaj4cqLBU2WG27"
19-
rmn_remote = "HEQ6qkgS1FYvNY86npdPg3ZXCN2JpzvoctfkNdeqedAL"
20-
test_ccip_invalid_receiver = "DH6BvRG1DbfwEJxnnGQUxdTjQQwmkNCKjYazY1kmVjYL"
21-
test_ccip_receiver = "2F5bJwss66SeYRMDCBRLBe3ftjKZuCS9VQTGGbKM8d2j"
22-
test_token_pool = "Hqk6iarbRLdHRrPvbfsupYa5LGi7kRZzePRhmNEe9vCy"
23-
timelock = "67o4F8vSWhCUcrZrKoGC5xnzpgGq9FxdcVrtEPtxc3zk"
9+
access_controller = "GnpXUEvp4Uu5qzTRDHzDT5oRh7oY7g5GDRagc6zJo7M5"
10+
burnmint_token_pool = "7cbGym7LCRJpZnUCL9Vjo3rRAiMeirpE63e4BU82aWyH"
11+
ccip_offramp = "AacpQtBFpfVDWqacCqBPj59GChahCYUNLNb4Wsvft83M"
12+
ccip_router = "FFBKrqg4DQJC4mwqCRKo9Ltk1C1e36TQeu6m3hA5hey"
13+
example_ccip_receiver = "DGEpBuswmaEvMyFAKD4ubRyfSmUJ42qppQpEwmfKQrE5"
14+
example_ccip_sender = "DtSMpb7nHzFQigXZeTyJFK7UkWweGLvmt9YbsYiiTWn9"
15+
external_program_cpi_stub = "9UAVBvUaWkEwqa3YMdjpGB4zrviDroPZQQPw6ZWn1wGw"
16+
fee_quoter = "HnbLDGALwWtMHYFYrcCwz5vHAtWXcnZKT6iKBibZvyiP"
17+
lockrelease_token_pool = "AmCrWueYRp9TQpszbhtinsG3e6chHvsT3UvuiabwC3mR"
18+
mcm = "BGUJeLp5m684Ae5RfwymEzDeb94chcuN82DtJHvaahqQ"
19+
rmn_remote = "7aQ8MPDRTZpV1Tje6NWXSdsryCYjiMmCWWpAL8pqHZkL"
20+
test_ccip_invalid_receiver = "HTeRTRTNYNTH8TSvfpRRrG3y5QAXgoNNQQhRjvqpcUjF"
21+
test_ccip_receiver = "5WHgtjh8YG1tiF1VNpN6udBdrgD53FCgyg6m87zG3Lwi"
22+
test_token_pool = "FpmzysfT5zY5J4ApMm6c6dzUS5wsznYZLK6KsJxLTkRQ"
23+
timelock = "6Zft7o84LQ6ExJ2paoossKo6bGPYaiSGiiMUbFJeRywJ"
2424

2525
[registry]
2626
url = "https://anchor.projectserum.com"

chains/solana/contracts/programs/access-controller/src/lib.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ use std::mem;
44

55
use arrayvec::arrayvec;
66

7-
declare_id!("DwPqjjvswEbBe8qhyrZcPu6gyDVFu57pa4NMKt9o3V81");
7+
declare_id!("GnpXUEvp4Uu5qzTRDHzDT5oRh7oY7g5GDRagc6zJo7M5");
88

99
#[error_code]
1010
pub enum ErrorCode {

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,6 @@ pub mod common;
33
pub mod rate_limiter;
44

55
// null contract required for IDL + gobinding generation
6-
declare_id!("tZhMpqaxb4znS4RpyzVprQySmXhFpEsrrLPMXy3RCMV");
6+
declare_id!("6REgveBio1N4kcy1NYMJusPVadMZwkfrezzbzr5xhPqb");
77
#[program]
88
pub mod base_token_pool {}

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ use anchor_spl::token_2022::spl_token_2022::{
66
};
77
use base_token_pool::{common::*, rate_limiter::*};
88

9-
declare_id!("DJWPHb5TZ7vzWFBbuoEWtVTjVEWEwcLmE1BCv9TsVfLc");
9+
declare_id!("7cbGym7LCRJpZnUCL9Vjo3rRAiMeirpE63e4BU82aWyH");
1010

1111
pub mod context;
1212
use crate::context::*;

chains/solana/contracts/programs/ccip-common/src/lib.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ pub enum CommonCcipError {
2727
// Duplicates the router ID to declare router accounts that must be visible from the common crate,
2828
// avoiding a circular dependency. This means this crate may only declare accounts that belong
2929
// to the router, and no other program.
30-
declare_id!("Ccip842gzYHhvdDkSyi2YVCoAWPbYJoApMFzSxQroE9C");
30+
declare_id!("EJHDNFTZ1TJHVyAN1Dhx2knpwrQCWK35Kf3VAoMGpVAu");
3131
// null contract required for IDL + gobinding generation
3232
#[program]
3333
pub mod ccip_common {}

chains/solana/contracts/programs/ccip-offramp/src/lib.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
use anchor_lang::error_code;
22
use anchor_lang::prelude::*;
33

4-
declare_id!("7MwS2RSiRq5EhTo2ym6AvgjNxYbXCsvQcjAhcenGGHhZ");
4+
declare_id!("AacpQtBFpfVDWqacCqBPj59GChahCYUNLNb4Wsvft83M");
55

66
mod event;
77
mod messages;

chains/solana/contracts/programs/ccip-router/src/lib.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ use crate::instructions::router;
2323
const TOKENPOOL_LOCK_OR_BURN_DISCRIMINATOR: [u8; 8] =
2424
[0x72, 0xa1, 0x5e, 0x1d, 0x93, 0x19, 0xe8, 0xbf]; // lock_or_burn_tokens
2525

26-
declare_id!("2RmwXDdmXYTLc8HHkmsbarm5W1xD1cVDNzDnEtwczaLT");
26+
declare_id!("FFBKrqg4DQJC4mwqCRKo9Ltk1C1e36TQeu6m3hA5hey");
2727

2828
#[program]
2929
/// The `ccip_router` module contains the implementation of the Cross-Chain Interoperability Protocol (CCIP) Router.

chains/solana/contracts/programs/example-ccip-receiver/src/lib.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
use anchor_lang::prelude::*;
22
use anchor_spl::token_interface::{Mint, TokenAccount};
33

4-
declare_id!("DVrUmLXRbLbBzv39AYKu71HHo4aPky6F6fGvHJWrQgg8");
4+
declare_id!("DGEpBuswmaEvMyFAKD4ubRyfSmUJ42qppQpEwmfKQrE5");
55

66
pub const EXTERNAL_EXECUTION_CONFIG_SEED: &[u8] = b"external_execution_config";
77
pub const APPROVED_SENDER_SEED: &[u8] = b"approved_ccip_sender";

chains/solana/contracts/programs/example-ccip-sender/src/lib.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ use solana_program::{
66
program::{get_return_data, invoke, invoke_signed},
77
};
88

9-
declare_id!("HcuauEVT4uGqvW4feesHwwzSPT3Pgzq9YfMGocM6D4hk");
9+
declare_id!("DtSMpb7nHzFQigXZeTyJFK7UkWweGLvmt9YbsYiiTWn9");
1010

1111
#[cfg(target_os = "solana")]
1212
#[global_allocator]

chains/solana/contracts/programs/external-program-cpi-stub/src/lib.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
use anchor_lang::prelude::*;
66
use anchor_lang::solana_program::keccak;
77

8-
declare_id!("54hq5V1tjcfcVaFJ8W2dgVRhzaCqANyes5KfzkvdkZxs");
8+
declare_id!("9UAVBvUaWkEwqa3YMdjpGB4zrviDroPZQQPw6ZWn1wGw");
99

1010
#[program]
1111
pub mod external_program_cpi_stub {

0 commit comments

Comments
 (0)