Skip to content

Commit

Permalink
chore: main update
Browse files Browse the repository at this point in the history
  • Loading branch information
zone-live committed Dec 20, 2024
1 parent 8efa068 commit b0f3d1d
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -133,7 +133,7 @@ const MultichainTransactionsControllerMetadata = {
};

const BTC_AVG_BLOCK_TIME = 10 * 60 * 1000; // 10 minutes in milliseconds
const SOLANA_TRANSACTIONS_UPDATE_TIME = 400; // 400 milliseconds
const SOLANA_TRANSACTIONS_UPDATE_TIME = 7000; // 7 seconds
const BTC_TRANSACTIONS_UPDATE_TIME = BTC_AVG_BLOCK_TIME / 2;

const TRANSACTIONS_CHECK_INTERVALS = {
Expand Down

0 comments on commit b0f3d1d

Please sign in to comment.