v3-subgraph icon indicating copy to clipboard operation
v3-subgraph copied to clipboard

Subgraph for Uniswap V3

Results 111 v3-subgraph issues
Sort by recently updated
recently updated
newest added

remove double count lint update transaction ids to use log index change subgraph to base

Compile subgraphERROR TS2322: Type '~lib/@graphprotocol/graph-ts/common/numbers/BigInt' is not assignable to type 'i32'. const decimalValueBigInt = BigInt.fromI32(decimalResult.value) ~~~~~~~~~~~~~~~~~~~ in src/utils/token.ts(81,47) how to handle it ??? plaz

**Problem Scenario:** When the indexer attempts to call `try_decimals()`, if the decimal value exceeds uint8, the following error message will be triggered: `Mapping aborted at ~lib/@graphprotocol/graph-ts/common/collections.ts, line 150, column 9,...