Skip to content

Commit fe5fbe8

Browse files
committed
Merge branch 'staging' of github.com:hop-protocol/hop into production
2 parents 99c5747 + 1c02493 commit fe5fbe8

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

packages/frontend/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@hop-protocol/frontend",
3-
"version": "0.0.38",
3+
"version": "0.0.39",
44
"description": "Hop Protocol Frontend",
55
"author": "Authereum Labs, Inc.",
66
"license": "MIT",

packages/sdk/src/HopBridge.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1118,7 +1118,7 @@ export class HopBridge extends Base {
11181118
console.log('url', url)
11191119

11201120
if (!res.ok) {
1121-
throw new Error('Failed to get quote from LI.FI API')
1121+
throw new Error('This route is not available at this time. Please try a different chain.')
11221122
}
11231123

11241124
const response = await res.json()

0 commit comments

Comments
 (0)