Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions charts/identity-api/values-prod.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,10 @@ env:
DEV_LICENSE_ADDR: '0x9A9D2E717bB005B240094ba761Ff074d392C7C85'
STAKING_ADDR: '0xB4538A8D6AFab2849Ef78D08D49Dc1cc5AC2eD83'
FETCH_API_GRPC_ADDR: fetch-api-prod:8086
# TODO: replace placeholder with deployed MerkleDistributor address.
MERKLE_DISTRIBUTOR_ADDR: '0x0000000000000000000000000000000000000000'
# Comma-separated list of hosts from which RootSet Merkle tree files may be fetched.
MERKLE_TREE_ALLOWED_HOST: merkle.dimo.zone
ingress:
enabled: true
className: nginx
Expand Down
4 changes: 4 additions & 0 deletions charts/identity-api/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,10 @@ env:
STORAGE_NODE_ADDR: '0xf76eEBa34B19aDb7eEa9E4Eea05243D7E5a30123'
TEMPLATE_ADDR: '0x0000000000000000000000000000000000000000'
FETCH_API_GRPC_ADDR: fetch-api-dev:8086
# TODO: replace placeholder with deployed MerkleDistributor address.
MERKLE_DISTRIBUTOR_ADDR: '0x0000000000000000000000000000000000000000'
# Comma-separated list of hosts from which RootSet Merkle tree files may be fetched.
MERKLE_TREE_ALLOWED_HOST: merkle.dev.dimo.zone
service:
type: ClusterIP
ports:
Expand Down
11 changes: 11 additions & 0 deletions gqlgen.yml
Original file line number Diff line number Diff line change
Expand Up @@ -226,3 +226,14 @@ models:
extraFields:
VehicleID:
type: "*int"
MerklePool:
fields:
epochs:
resolver: true
MerkleReward:
fields:
pool:
resolver: true
extraFields:
PoolID:
type: "int"
Loading
Loading