You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
# This workflow will do a clean installation of node dependencies, cache/restore them, build the source code and run tests across different versions of node
2
+
# For more information see: https://docs.github.com/en/actions/automating-builds-and-tests/building-and-testing-nodejs
Copy file name to clipboardExpand all lines: README.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -194,7 +194,6 @@ const { connectedAccount, signer } = ... // from subconnect or talisman-connect
194
194
-`useWatchContractQuery`: Similar to `useContractQuery` with ability to watch for changes
195
195
-`useDeployer`: Create & manage `ContractDeployer` instance given its unique id from the registered contract deployments
196
196
-`useDeployerTx`: Similar to `useContractTx`, this hook provides functionality to sign and send transactions to deploy a smart contract, and tracks the progress of the transaction.
197
-
-`useWallets`: Access available/installed extension wallets, helpful when building a wallet connector
198
197
-`useWatchContractEvent`: Help watch for a specific contract event and perform a specific action
199
198
-`usePSP22Balance`: Fetch balance of an address from a PSP22 contract with ability to watch for balance changing
200
199
@@ -215,6 +214,7 @@ const {
215
214
connectedWallet, // connected wallet
216
215
connectWallet, // func to connect to a wallet given its id
217
216
disconnect, // func to sign out and disconnect from the wallet
0 commit comments