Skip to content

Commit

Permalink
Push new Web3 fixed wallet without to_0x_hex conversion
Browse files Browse the repository at this point in the history
  • Loading branch information
karimodm committed Feb 4, 2025
1 parent b1cb003 commit 6255240
Show file tree
Hide file tree
Showing 3 changed files with 110 additions and 104 deletions.
208 changes: 107 additions & 101 deletions python/examples/langchain/uniswap/poetry.lock

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

4 changes: 2 additions & 2 deletions python/examples/langchain/uniswap/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -15,11 +15,11 @@ packages = [
python = "^3.12"
langchain = "^0.3.2"
langchain-openai = "^0.2.14"
python-dotenv = "^1.0.1"
python-dotenv = "^1.0.1"
web3 = "^6.20.3"
goat-sdk = "^0.1.0"
goat-sdk-wallet-evm = "^0.1.1"
goat-sdk-wallet-web3 = "^0.1.0"
goat-sdk-wallet-web3 = "0.1.2"
goat-sdk-plugin-erc20 = "^0.1.0"
goat-sdk-adapter-langchain = "^0.1.0"
goat-sdk-plugin-uniswap = "^0.1.0"
Expand Down
2 changes: 1 addition & 1 deletion python/src/wallets/web3/pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "goat-sdk-wallet-web3"
version = "0.1.1"
version = "0.1.2"
description = "Goat SDK Web3 wallet implementation"
authors = ["Andrea Villa <[email protected]>"]
readme = "README.md"
Expand Down

0 comments on commit 6255240

Please sign in to comment.