Skip to content

Commit

Permalink
fix: replace ethcall with own fork that includes filecoin check for f…
Browse files Browse the repository at this point in the history
…romAddress
  • Loading branch information
imbaniac committed May 20, 2024
1 parent ec7ece6 commit dcb5a49
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 5 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@ajna-finance/sdk",
"description": "A typescript SDK that can be used to create Dapps in Ajna ecosystem.",
"version": "0.4.2",
"version": "0.4.3",
"repository": {
"type": "git",
"url": "https://github.com/ajna-finance/sdk.git"
Expand Down Expand Up @@ -41,7 +41,7 @@
"dependencies": {
"@ethersproject/abi": "^5.7.0",
"@ethersproject/providers": "^5.7.2",
"ethcall": "^4.8.13",
"ethcall": "git+https://github.com/imbaniac/ethcall.git#filecoin-multicall",
"ethers": "^5.7.2",
"expect": "^29.6.1",
"mathjs": "^11.8.2",
Expand Down
5 changes: 2 additions & 3 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2164,10 +2164,9 @@ esutils@^2.0.2:
resolved "https://registry.yarnpkg.com/esutils/-/esutils-2.0.3.tgz#74d2eb4de0b8da1293711910d50775b9b710ef64"
integrity sha512-kVscqXk4OCp68SZ0dkgEKVi6/8ij300KBWTJq32P/dYeWTSwK41WyTxalN1eRmA5Z9UU/LX9D7FWSmV9SAYx6g==

ethcall@^4.8.13:
"ethcall@git+https://github.com/imbaniac/ethcall.git#filecoin-multicall":
version "4.8.13"
resolved "https://registry.yarnpkg.com/ethcall/-/ethcall-4.8.13.tgz#20b45cfbfea721d1ae66d5a53c96a1fe138390a0"
integrity sha512-kpD000saTfBDoQn5g8gqTJhjGinWnAPkAwyYCN8SsGCUgjZxTMtEVwA+soo4ii/uyRYKMDeFFVk866GqU0jerA==
resolved "git+https://github.com/imbaniac/ethcall.git#a5d86156c497358e594c746e3e6e361a82b3fbe4"
dependencies:
"@ethersproject/abi" "^5.0.0"
"@ethersproject/bytes" "^5.0.0"
Expand Down

0 comments on commit dcb5a49

Please sign in to comment.