We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fe3a301 commit e713dccCopy full SHA for e713dcc
1 file changed
src/api/method/interface/types.rs
@@ -81,7 +81,4 @@ pub const MAX_BATCH_SIZE: usize = 100;
81
pub const RPC_TIMEOUT_MS: u64 = 5000;
82
83
/// Database timeout in milliseconds for cold lookups
84
-pub const DB_TIMEOUT_MS: u64 = 3000;
85
-
86
-/// SPL Token program ID (on-chain Token program)
87
-pub const SPL_TOKEN_PROGRAM_ID: Pubkey = pubkey!("TokenkegQfeZyiNwAJbNbGKPFXCWuBvf9Ss623VQ5DA");
+pub const DB_TIMEOUT_MS: u64 = 3000;
0 commit comments