-
-
### Background
In [`Multicall.sol`](https://github.com/Uniswap/v3-periphery/blob/51f8871aaef2263c8e8bbf4f3410880b6162cdea/contracts/base/Multicall.sol), it tries to decode revert messages in order …
-
-
I am currently running into this error when await-ing the result of a multicall.all() call.
ethers-multicall: ^0.2.3
ethers: ^5.7.2
Below is the relevant code:
```
const multicallProvider = n…
-
My python version is 3.10.12
pytest version : 8.2.1
execnet Version: 2.1.1
The versions are both the lastest.
When I run the command:` pytest -k mykey -n 16`, I got the error as follows:
```
…
-
# Lines of code
https://github.com/Tapioca-DAO/tapioca-periph-audit/blob/023751a4e987cf7c203ab25d3abba58f7344f213/contracts/Multicall/Multicall3.sol#L41-L61
# Vulnerability details
## Impact
The […
-
There are thousands of them in our log, try to restart service everything went back to normal.
```
ERROR: Multicall error: Error: Multicall received an empty response. Check your call configuration…
-
In developing the UUSD on-ramp experience to Gnosis we must handle swapping from any available token in CoW Swap to LUSD and UBQ. The suggested approach in #4 is just bundling swap, mint and bridge in…
-
I got this error when try to use sepolia network in v3sdk/routing
```
multicall-uniswap-provider.ts:45 Uncaught (in promise) Error: No address for Uniswap Multicall Contract on chain id: 11155111
…
-
I am receiving an error when attempting to use Multicall Updater similar to the implementation in uniswap-interface
```js
import React from 'react'
import { combineReducers, createStore } from 'r…