We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7d7a9bc commit dd856fcCopy full SHA for dd856fc
programs/drift/src/ids.rs
@@ -140,5 +140,7 @@ pub const WHITELISTED_SWAP_PROGRAMS: &[solana_program::pubkey::Pubkey] = &[
140
titan_mainnet_argos_v1::id(),
141
];
142
143
-pub const WHITELISTED_EXTERNAL_DEPOSITORS: [Pubkey; 1] =
144
- [pubkey!("zApVWDs3nSychNnUXSS2czhY78Ycopa15zELrK2gAdM")];
+pub const WHITELISTED_EXTERNAL_DEPOSITORS: [Pubkey; 2] = [
+ pubkey!("zApVWDs3nSychNnUXSS2czhY78Ycopa15zELrK2gAdM"),
145
+ pubkey!("4B62MS5gxpRZ2hwkGCNAAayA5f7LYZRW4z1ASSfU3SXo"),
146
+];
0 commit comments