Skip to content

Commit

Permalink
convert wei values to token (#97)
Browse files Browse the repository at this point in the history
* convert wei values to ether
  • Loading branch information
KevinJoiner authored May 8, 2024
1 parent 18da07b commit 6b0523b
Show file tree
Hide file tree
Showing 11 changed files with 213 additions and 141 deletions.
3 changes: 3 additions & 0 deletions gqlgen.yml
Original file line number Diff line number Diff line change
Expand Up @@ -90,6 +90,9 @@ models:
BigInt:
model:
- github.com/DIMO-Network/identity-api/graph/types.BigInt
BigDecimal:
model:
- github.com/DIMO-Network/identity-api/graph/types.BigDecimal
Bytes:
model: github.com/DIMO-Network/identity-api/graph/types.Bytes
Manufacturer:
Expand Down
58 changes: 40 additions & 18 deletions graph/generated.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

13 changes: 7 additions & 6 deletions graph/model/models_gen.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit 6b0523b

Please sign in to comment.