Skip to content

Commit 5cbc985

Browse files
committed
remove local test address
1 parent cca43f3 commit 5cbc985

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

solana/programs/bridge/src/base_to_solana/constants.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ mod private {
3737
use super::*;
3838

3939
#[constant]
40-
pub const TRUSTED_ORACLE: Pubkey = pubkey!("6FfuqkJTptvr6dCZnyp3tq3M4HkvyTE5DHyvqC537Lqt");
40+
pub const TRUSTED_ORACLE: Pubkey = pubkey!("CB8GXDdZDSD5uqfeow1qfp48ouayxXGpw7ycmoovuQMX");
4141

4242
#[constant]
4343
pub const TRUSTED_VALIDATOR: Pubkey = pubkey!("9n3vTKJ49M4Xk3MhiCZY4LxXAdeEaDMVMuGxDwt54Hgx");

0 commit comments

Comments
 (0)