Skip to content

Commit

Permalink
feat: display locked in portal balance on assets page
Browse files Browse the repository at this point in the history
  • Loading branch information
belopash committed Dec 13, 2024
1 parent b67e00e commit 829cc18
Show file tree
Hide file tree
Showing 4 changed files with 356 additions and 233 deletions.
2 changes: 1 addition & 1 deletion graphql.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ export default {
overwrite: true,
schema:
process.env.SQUID_API_URL ||
'https://subsquid.squids.live/subsquid-network-testnet/v/v5/graphql',
'https://subsquid.squids.live/subsquid-network-mainnet@v5/api/graphql',
documents: ['src/api/subsquid-network-squid/schema.graphql'],
hooks: {
afterOneFileWrite: ['prettier --write'],
Expand Down
Loading

0 comments on commit 829cc18

Please sign in to comment.