Skip to content

Commit a325208

Browse files
authored
chore: bump sor to 4.14.2 - add bytes32 non-null terminator token address logging (#799)
* chore: bump sor to 4.14.2 - add bytes32 non-null terminator token address logging * 4.14.2
1 parent 0661027 commit a325208

File tree

3 files changed

+4
-3
lines changed

3 files changed

+4
-3
lines changed

package-lock.json

+2-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@uniswap/smart-order-router",
3-
"version": "4.14.1",
3+
"version": "4.14.2",
44
"description": "Uniswap Smart Order Router",
55
"main": "build/main/index.js",
66
"typings": "build/main/index.d.ts",

src/providers/token-provider.ts

+1
Original file line numberDiff line numberDiff line change
@@ -915,6 +915,7 @@ export class TokenProvider implements ITokenProvider {
915915
{
916916
symbolResult,
917917
error,
918+
address,
918919
},
919920
`invalid bytes32 string - no null terminator`
920921
);

0 commit comments

Comments
 (0)