Skip to content

Commit

Permalink
bump
Browse files Browse the repository at this point in the history
  • Loading branch information
shanefontaine committed May 16, 2024
1 parent b384dcb commit 95bed4f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion packages/hop-node/src/types/error.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@ export class BonderFeeTooLowError extends Error {}
export class RelayerFeeTooLowError extends Error {}
export class BonderTooEarlyError extends Error {}
export class UnfinalizedTransferBondError extends Error {}
const cacheBuster = 10
const cacheBuster = 11
2 changes: 1 addition & 1 deletion packages/v2-explorer-backend/src/config/config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -46,4 +46,4 @@ export const postgresConfig = {
maxConnections: process.env.POSTGRES_MAX_CONNECTIONS ? parseInt(process.env.POSTGRES_MAX_CONNECTIONS, 10) : 10
}

const cacheBuster = 1
const cacheBuster = 2

0 comments on commit 95bed4f

Please sign in to comment.