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

Commit ef29a73

Browse files
committed
fix: πŸ› use abi wrappers version with fixed decoding
the previous version didn't decode logs properly
1 parent 2aeecc6 commit ef29a73

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
@@ -83,7 +83,7 @@
8383
"@0x/subproviders": "^4.1.1",
8484
"@0x/types": "^2.4.0",
8585
"@0x/typescript-typings": "^4.2.3",
86-
"@polymathnetwork/abi-wrappers": "3.0.0-beta.4",
86+
"@polymathnetwork/abi-wrappers": "3.0.0-beta.5",
8787
"@types/semver": "^6.0.1",
8888
"ethereumjs-blockstream": "6.0.0",
8989
"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.4":
699-
version "3.0.0-beta.4"
700-
resolved "https://registry.yarnpkg.com/@polymathnetwork/abi-wrappers/-/abi-wrappers-3.0.0-beta.4.tgz#fe096e7a0b6751be7d5a66a52271f946fe2254ff"
701-
integrity sha512-xvqk00oAUrQDO7y/TD4uu8khVjV2YfiXdw+14cRTVHNOt6KL56ESbLH6o94OGwfNN1MeyqXFczVQv8z2Q3D7OA==
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==
702702
dependencies:
703703
"@0x/base-contract" "^5.1.1"
704704
"@0x/utils" "^4.4.0"

0 commit comments

Comments
Β (0)