graphprotocol / indexer-rs

Rewrite of indexer-service in Rust with Scalar TAP implementation
Apache License 2.0
16 stars 14 forks source link

All GRT values should be u128 internally #200

Closed aasseman closed 1 week ago

aasseman commented 1 month ago

GRT values should be u128, otherwise the max we can take is ~20GRT. Not super urgent to fix though with the current GraphQL use cases at current prices.

Perhaps a fix in another PR?

_Originally posted by @aasseman in https://github.com/graphprotocol/indexer-rs/pull/199#discussion_r1625158794_