Skip to content

Commit

Permalink
sdk: cachebust
Browse files Browse the repository at this point in the history
  • Loading branch information
shanefontaine committed May 18, 2024
1 parent 197fc38 commit f6c56dc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/sdk/src/config/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ import { config as goerli } from './goerli.js'
import { config as mainnet } from './mainnet.js'
import { config as sepolia } from './sepolia.js'

const cachebuster: number = 5
const cachebuster: number = 6

let sdkConfig: any = {}
const bondableChainsSet = new Set<string>([])
Expand Down

0 comments on commit f6c56dc

Please sign in to comment.