Skip to content

Commit

Permalink
Merge branch 'staging' of github.com:hop-protocol/hop into production
Browse files Browse the repository at this point in the history
  • Loading branch information
shanefontaine committed May 18, 2024
2 parents bcd7ffa + 4782200 commit 295171b
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 = 1
const cachebuster: number = 2

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

0 comments on commit 295171b

Please sign in to comment.