Skip to content
Merged
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
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ Add a migrations:
## Generate SQLBoiler

`docker-compose up -d db` Starts a Postgres database.
`make tools-boil` Installs the correct version of sqlboiler.
`make tools-sqlboiler` Installs the correct version of sqlboiler.
`make migrate` Runs unapplied database migrations.
`make boil` Regenerates the SQLBoiler models.

Expand Down
1 change: 1 addition & 0 deletions charts/identity-api/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,7 @@ env:
STAKING_ADDR: '0xA010a42DE263592E631d3DCDC621ae7BFfCca338'
CONNECTION_ADDR: '0x41799E9Dc893722844E771a1C1cAf3BBc2876132'
STORAGE_NODE_ADDR: '0xf76eEBa34B19aDb7eEa9E4Eea05243D7E5a30123'
TEMPLATE_ADDR: '0x0000000000000000000000000000000000000000'
service:
type: ClusterIP
ports:
Expand Down
Loading
Loading