Skip to content

Commit

Permalink
all: rm cachebust
Browse files Browse the repository at this point in the history
  • Loading branch information
shanefontaine committed May 19, 2024
1 parent 7cf30bd commit 3818a0e
Show file tree
Hide file tree
Showing 4 changed files with 0 additions and 7 deletions.
2 changes: 0 additions & 2 deletions packages/frontend/src/config/config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,6 @@ if (process.env.REACT_APP_NETWORK === 'goerli') {
showRewards = false
}

const cacheBuster: number = 15

export { showRewards }

export const transferTimes = {
Expand Down
1 change: 0 additions & 1 deletion packages/hop-node/src/types/error.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,3 @@ export class BonderFeeTooLowError extends Error {}
export class RelayerFeeTooLowError extends Error {}
export class BonderTooEarlyError extends Error {}
export class UnfinalizedTransferBondError extends Error {}
const cacheBuster = 31
2 changes: 0 additions & 2 deletions packages/sdk/src/config/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,6 @@ import { config as goerli } from './goerli.js'
import { config as mainnet } from './mainnet.js'
import { config as sepolia } from './sepolia.js'

const cachebuster: number = 7

let sdkConfig: any = {}
const bondableChainsSet = new Set<string>([])
const config: any = { goerli, sepolia, mainnet }
Expand Down
2 changes: 0 additions & 2 deletions packages/v2-explorer-backend/src/config/config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -45,5 +45,3 @@ export const postgresConfig = {
port: process.env.POSTGRES_PORT ? parseInt(process.env.POSTGRES_PORT, 10) : 5432,
maxConnections: process.env.POSTGRES_MAX_CONNECTIONS ? parseInt(process.env.POSTGRES_MAX_CONNECTIONS, 10) : 10
}

const cacheBuster = 23

0 comments on commit 3818a0e

Please sign in to comment.