Skip to content

Commit

Permalink
Merge pull request #5253 from connext/testnet-prod
Browse files Browse the repository at this point in the history
Prod sync
  • Loading branch information
wanglonghong authored Nov 30, 2023
2 parents bffe1d2 + 59d7716 commit 3585200
Show file tree
Hide file tree
Showing 8 changed files with 114,965 additions and 110,975 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
-- migrate:up
GRANT SELECT ON public.routers_with_balances to query;
GRANT SELECT ON public.routers_with_balances to reader;

GRANT SELECT ON public.router_tvl to query;
GRANT SELECT ON public.router_tvl to reader;

GRANT SELECT ON public.router_liquidity to query;
GRANT SELECT ON public.router_liquidity to reader;

-- migrate:down

3 changes: 2 additions & 1 deletion packages/adapters/database/db/schema.sql
Original file line number Diff line number Diff line change
Expand Up @@ -1522,4 +1522,5 @@ INSERT INTO public.schema_migrations (version) VALUES
('20230613125451'),
('20231127165037'),
('20231127165223'),
('20231128023332');
('20231128023332'),
('20231130084431');
119,838 changes: 60,043 additions & 59,795 deletions packages/adapters/subgraph/.graphclient/index.ts

Large diffs are not rendered by default.

101,975 changes: 51,105 additions & 50,870 deletions packages/adapters/subgraph/.graphclient/schema.graphql

Large diffs are not rendered by default.

Loading

0 comments on commit 3585200

Please sign in to comment.