Skip to content

Commit

Permalink
update massa-web3
Browse files Browse the repository at this point in the history
  • Loading branch information
peterjah committed Nov 15, 2024
1 parent a47e223 commit 9134d63
Show file tree
Hide file tree
Showing 3 changed files with 36 additions and 14 deletions.
45 changes: 34 additions & 11 deletions package-lock.json

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

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,8 @@
},
"dependencies": {
"@headlessui/react": "^1.7.15",
"@massalabs/massa-web3": "^5.0.0",
"@massalabs/wallet-provider": "^3.0.0",
"@massalabs/massa-web3": "^5.0.1-dev",
"@massalabs/wallet-provider": "^3.0.1-dev",
"copy-to-clipboard": "^3.3.3",
"currency.js": "^2.0.4",
"dot-object": "^2.1.5",
Expand Down
1 change: 0 additions & 1 deletion src/lib/massa-react/hooks/useWriteSmartContract.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,6 @@ export function useWriteSmartContract(account: Provider, isMainnet = false) {
const operation = await account.callSC({
func: targetFunction,
target: targetAddress,
caller: account.address,
parameter,
coins,
fee,
Expand Down

0 comments on commit 9134d63

Please sign in to comment.