v3-subgraph
v3-subgraph copied to clipboard
Subgraph for Uniswap V3
fix base
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,...