Skip to content

Commit ccacae1

Browse files
authored
solana/bridge: bump default submission time (#4827)
the rent reclaim upgrade hasn't been deployed yet so we push the default submission time ahead.
1 parent 2ecdeb2 commit ccacae1

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

solana/bridge/program/src/api/close_signature_set_and_posted_vaa.rs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,8 +32,8 @@ use super::RETENTION_PERIOD;
3232

3333
/// Default submission_time for accounts created before the submission_time
3434
/// field was populated. Gives legacy accounts a 30-day grace period from
35-
/// this date (10 April 2026) instead of being immediately closable.
36-
const DEFAULT_SUBMISSION_TIME: u32 = 1775833078;
35+
/// this date (1 June 2026) instead of being immediately closable.
36+
const DEFAULT_SUBMISSION_TIME: u32 = 1780272000;
3737

3838
#[derive(FromAccounts)]
3939
pub struct CloseSignatureSetAndPostedVAA<'b> {

0 commit comments

Comments
 (0)