Skip to content

Commit

Permalink
fix: error message
Browse files Browse the repository at this point in the history
  • Loading branch information
fringlesinthestreet committed Apr 30, 2024
1 parent 766c109 commit 29da37e
Show file tree
Hide file tree
Showing 4 changed files with 2,878 additions and 2,331 deletions.
2 changes: 1 addition & 1 deletion sdk/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
},
"scripts": {
"start": "tsdx watch",
"build": "tsdx build",
"build": "tsdx build --ignore-pattern tests/*",
"test": "tsdx test --passWithNoTests",
"lint": "eslint . --ext js,ts,jsx,tsx",
"prepare": "tsdx build",
Expand Down
Binary file added sdk/rainbow-me-swaps-v0.19.0-beta.0.tgz
Binary file not shown.
2 changes: 1 addition & 1 deletion sdk/src/utils/sanity_check.ts
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ export function sanityCheckDestinationAddress(
): string {
if (assertedAddress === undefined || assertedAddress === '') {
throw new Error(
`quote's allowance and to addresses must be defined (API Response)`
`quote's destination addresses must be defined (API Response)`
);
}
let expectedAddress = getExpectedDestinationAddress(quoteSource, chainID);
Expand Down
Loading

0 comments on commit 29da37e

Please sign in to comment.