-
Trying to use weatherreport in couchdb installation form deb package leads to errors
## Expected Behavior
```bash
$ /opt/couchdb/bin/weatherreport --list
Available diagnostic checks:
cust…
-
Context here: https://github.com/dcgtc/dgrants/pull/7#discussion_r667376263
-
I am calling `useCall` on moonbaseAlpha chain, it is using their multicall contract defined in `useDapp` code. When the function returns error, I get error thrown in browser console from rpc, I also g…
-
Blocked by #606. Continued from #608
- [ ] Debt for each vault should be fetched on-chain
-
Ideas, Feedbacks, and/or help on pr are always appreciated.
- Support **makerdao's** multicall. (https://github.com/makerdao/multicall)
- Add multicall ability to existing ERC20 contract.
- Add …
-
Following resolution of gh-21830, we can run the testsuite on MacOS with GNU toolchain on recent OS versions (i.e., `14.7` on ARM arch in this case). Build via i.e., `CC=gcc-14 CXX=g++-14 FC=gfortran-…
-
Currently, the SignFromJson script always use Multicall3.aggregate3 to generate the transaction to be signed, example: https://dashboard.tenderly.co/k-oplabs/project/simulator/4e4efb85-acfc-4210-9a8d-…
-
```
===================================================================================================================================================================================================…
omry updated
5 months ago
-
# tox.ini
```ini
[tox]
minversion = 4.15.0
envlist = py312
[testenv]
deps =
pytest
pytest-only
commands = pytest --version
```
# Commands
```bash
python3.12 -m venv venv
…
-
Consider the following simple example where I am reading the user's balance:
```typescript
const { account, active } = useEthers();
const balance = useEtherBalance(account);
{`Balance:…