Skip to content

Commit

Permalink
AS-3178 Handle staking events (#129)
Browse files Browse the repository at this point in the history
* Stake table

* Little migration typo

* More stuff

* Clean up types

* GraphQL scaffolding

* Boil types, first handler

* Lots of wiring

* Dev address

* Loaders
  • Loading branch information
elffjs authored Dec 16, 2024
1 parent 0d2657e commit e935a0f
Show file tree
Hide file tree
Showing 26 changed files with 3,846 additions and 110 deletions.
1 change: 1 addition & 0 deletions charts/identity-api/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,7 @@ env:
TABLELAND_API_GATEWAY: https://tableland-node.dev.dimo.zone/
SACD_ADDRESS: '0x4E5F9320b1c7cB3DE5ebDD760aD67375B66cF8a3'
DEV_LICENSE_ADDR: '0xdb6c0dBbaf48b9D9Bcf5ca3C45cFF3811D70eD96'
STAKING_ADDR: '0xA010a42DE263592E631d3DCDC621ae7BFfCca338'
service:
type: ClusterIP
ports:
Expand Down
11 changes: 10 additions & 1 deletion gqlgen.yml
Original file line number Diff line number Diff line change
Expand Up @@ -144,6 +144,8 @@ models:
resolver: true
earnings:
resolver: true
stake:
resolver: true
extraFields:
ManufacturerID:
type: "int"
Expand Down Expand Up @@ -188,4 +190,11 @@ models:
redirectURIs:
resolver: true
signers:
resolver: true
resolver: true
Stake:
fields:
vehicle:
resolver: true
extraFields:
VehicleID:
type: "*int"
Loading

0 comments on commit e935a0f

Please sign in to comment.