Skip to content
This repository was archived by the owner on Jul 6, 2022. It is now read-only.

Commit 29a922b

Browse files
committed
fix: πŸ› update abi wrappers version to fix log decoding
update abi wrappers version to fix log decoding
1 parent ae1ba10 commit 29a922b

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

β€Žpackage.jsonβ€Ž

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@
8484
"@0x/subproviders": "^4.1.1",
8585
"@0x/types": "^2.4.0",
8686
"@0x/typescript-typings": "^4.2.3",
87-
"@polymathnetwork/abi-wrappers": "3.0.0-beta.5",
87+
"@polymathnetwork/abi-wrappers": "3.0.0-beta.6",
8888
"@types/semver": "^6.0.1",
8989
"ethereumjs-blockstream": "6.0.0",
9090
"ethereumjs-util": "^6.1.0",

β€Žyarn.lockβ€Ž

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -695,10 +695,10 @@
695695
universal-user-agent "^3.0.0"
696696
url-template "^2.0.8"
697697

698-
"@polymathnetwork/abi-wrappers@3.0.0-beta.5":
699-
version "3.0.0-beta.5"
700-
resolved "https://registry.yarnpkg.com/@polymathnetwork/abi-wrappers/-/abi-wrappers-3.0.0-beta.5.tgz#3f1c7dceccdb28c6d894437735ef1e50d688a458"
701-
integrity sha512-bcdJfN+BTlYb/B1GdS/Px2QeA//852WvfgrRkqFp/fvP4SdnqOyxRtNwixfO9q0dQChEdosApZO45pHFGZ21BQ==
698+
"@polymathnetwork/abi-wrappers@3.0.0-beta.6":
699+
version "3.0.0-beta.6"
700+
resolved "https://registry.yarnpkg.com/@polymathnetwork/abi-wrappers/-/abi-wrappers-3.0.0-beta.6.tgz#65188f96ec752421ece4337d3ed00721c46b8313"
701+
integrity sha512-Db3D0rDNuxWiN+xyJ6J8H7FZ+ypZJ27gMoBUUH6lMf5p7NPDfRnegUtlkuq/QYG8H6b/yCHocaiVJrO9C1HfOA==
702702
dependencies:
703703
"@0x/base-contract" "^5.1.1"
704704
"@0x/utils" "^4.4.0"

0 commit comments

Comments
Β (0)