-
Notifications
You must be signed in to change notification settings - Fork 172
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #5253 from connext/testnet-prod
Prod sync
- Loading branch information
Showing
8 changed files
with
114,965 additions
and
110,975 deletions.
There are no files selected for viewing
12 changes: 12 additions & 0 deletions
12
packages/adapters/database/db/migrations/20231130084431_router_tables_access.sql
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
119,838 changes: 60,043 additions & 59,795 deletions
119,838
packages/adapters/subgraph/.graphclient/index.ts
Large diffs are not rendered by default.
Oops, something went wrong.
101,975 changes: 51,105 additions & 50,870 deletions
101,975
packages/adapters/subgraph/.graphclient/schema.graphql
Large diffs are not rendered by default.
Oops, something went wrong.
Oops, something went wrong.