Skip to content

Commit

Permalink
Bump web3go to v0.2.10 (#212)
Browse files Browse the repository at this point in the history
fix the index param for getting txn at given block
  • Loading branch information
wanliqun authored Aug 5, 2024
1 parent 5c99dd1 commit 1859e63
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ require (
github.com/mcuadros/go-defaults v1.2.0
github.com/montanaflynn/stats v0.6.6
github.com/openweb3/go-rpc-provider v0.3.3
github.com/openweb3/web3go v0.2.10-0.20240723105407-295a74844a46
github.com/openweb3/web3go v0.2.10
github.com/pkg/errors v0.9.1
github.com/rs/cors v1.7.0
github.com/sirupsen/logrus v1.9.3
Expand Down
4 changes: 2 additions & 2 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -481,8 +481,8 @@ github.com/openweb3/go-rpc-provider v0.3.3 h1:aNelA69cJ9pk9lo7Z8ukYz/qPyZUGNU3IF
github.com/openweb3/go-rpc-provider v0.3.3/go.mod h1:jUDuGZDP5eoN3iS7ZG3qg/aRAzL9ncUMkJ/R85X4s+w=
github.com/openweb3/go-sdk-common v0.0.0-20240627072707-f78f0155ab34 h1:qLelmviLGRleOB6A8ssljatvs6K6n1BMd3PNeozNq/E=
github.com/openweb3/go-sdk-common v0.0.0-20240627072707-f78f0155ab34/go.mod h1:YMfzbYeq1G7s6nRjcFAgYSA/Uqy5+Aa1UvL0Rbnc290=
github.com/openweb3/web3go v0.2.10-0.20240723105407-295a74844a46 h1:3nyox2wLX/Vgh+g4a4UhQlDOnsFg3XLxaraKlyyQxXg=
github.com/openweb3/web3go v0.2.10-0.20240723105407-295a74844a46/go.mod h1:SHcfq7LpXx4y2IH63QrqSXSkU0DTL981lDHtMR30+aw=
github.com/openweb3/web3go v0.2.10 h1:ETxqbB0GZjc2Hyv2VOZ/kj+Hn2hbEVuTyJ+ChUHBvj8=
github.com/openweb3/web3go v0.2.10/go.mod h1:SHcfq7LpXx4y2IH63QrqSXSkU0DTL981lDHtMR30+aw=
github.com/patrickmn/go-cache v2.1.0+incompatible h1:HRMgzkcYKYpi3C8ajMPV8OFXaaRUnok+kx1WdO15EQc=
github.com/patrickmn/go-cache v2.1.0+incompatible/go.mod h1:3Qf8kWWT7OJRJbdiICTKqZju1ZixQ/KpMGzzAfe6+WQ=
github.com/pelletier/go-toml v1.9.4 h1:tjENF6MfZAg8e4ZmZTeWaWiT2vXtsoO6+iuOjFhECwM=
Expand Down

0 comments on commit 1859e63

Please sign in to comment.