You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hub treasuries expects there to be a wallet and treasury setup for holaplex treasury vault.
Goal
Create a postgres seed script that that runs as either an init container or kube job with helm hook to seed the treasuries service with the appropriate records.
INSERT INTO treasuries(vault_id) VAULES ($1);
INSERT INTO wallets(treasury_id, $2) (SELECT id FROM treasuries WHERE vault_id = $1, address)
The text was updated successfully, but these errors were encountered:
Background
Hub treasuries expects there to be a wallet and treasury setup for holaplex treasury vault.
Goal
Create a postgres seed script that that runs as either an init container or kube job with helm hook to seed the treasuries service with the appropriate records.
The text was updated successfully, but these errors were encountered: