We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 99c5747 + 1c02493 commit fe5fbe8Copy full SHA for fe5fbe8
packages/frontend/package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "@hop-protocol/frontend",
3
- "version": "0.0.38",
+ "version": "0.0.39",
4
"description": "Hop Protocol Frontend",
5
"author": "Authereum Labs, Inc.",
6
"license": "MIT",
packages/sdk/src/HopBridge.ts
@@ -1118,7 +1118,7 @@ export class HopBridge extends Base {
1118
console.log('url', url)
1119
1120
if (!res.ok) {
1121
- throw new Error('Failed to get quote from LI.FI API')
+ throw new Error('This route is not available at this time. Please try a different chain.')
1122
}
1123
1124
const response = await res.json()
0 commit comments