Skip to content

Commit

Permalink
chore: bump sor to 4.14.2 - add bytes32 non-null terminator token add…
Browse files Browse the repository at this point in the history
…ress logging (#799)

* chore: bump sor to 4.14.2 - add bytes32 non-null terminator token address logging

* 4.14.2
  • Loading branch information
jsy1218 authored Jan 16, 2025
1 parent 0661027 commit a325208
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@uniswap/smart-order-router",
"version": "4.14.1",
"version": "4.14.2",
"description": "Uniswap Smart Order Router",
"main": "build/main/index.js",
"typings": "build/main/index.d.ts",
Expand Down
1 change: 1 addition & 0 deletions src/providers/token-provider.ts
Original file line number Diff line number Diff line change
Expand Up @@ -915,6 +915,7 @@ export class TokenProvider implements ITokenProvider {
{
symbolResult,
error,
address,
},
`invalid bytes32 string - no null terminator`
);
Expand Down

0 comments on commit a325208

Please sign in to comment.