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

v3-sub graph on blast some error

Open hunting2022 opened this issue 10 months ago • 0 comments

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

hunting2022 avatar Apr 22 '24 14:04 hunting2022