Skip to content

Commit dd856fc

Browse files
authored
add other funxyz address (#2089)
1 parent 7d7a9bc commit dd856fc

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

programs/drift/src/ids.rs

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -140,5 +140,7 @@ pub const WHITELISTED_SWAP_PROGRAMS: &[solana_program::pubkey::Pubkey] = &[
140140
titan_mainnet_argos_v1::id(),
141141
];
142142

143-
pub const WHITELISTED_EXTERNAL_DEPOSITORS: [Pubkey; 1] =
144-
[pubkey!("zApVWDs3nSychNnUXSS2czhY78Ycopa15zELrK2gAdM")];
143+
pub const WHITELISTED_EXTERNAL_DEPOSITORS: [Pubkey; 2] = [
144+
pubkey!("zApVWDs3nSychNnUXSS2czhY78Ycopa15zELrK2gAdM"),
145+
pubkey!("4B62MS5gxpRZ2hwkGCNAAayA5f7LYZRW4z1ASSfU3SXo"),
146+
];

0 commit comments

Comments
 (0)