Skip to content

Commit

Permalink
bump chopsticks
Browse files Browse the repository at this point in the history
  • Loading branch information
Tbaut committed Dec 20, 2024
1 parent 3a232bc commit 3c6c0ff
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
"lint:fix": "yarn workspaces foreach run lint:fix",
"formatAll": "prettier --write .",
"start:chopsticks-test-build-and-launch-all": "concurrently --kill-others 'npm run start:chopsticks' 'npm run ui:start-with-chopsticks' 'npm run docker:down && npm run docker:db && npm run build:indexer && npm run indexer:start:chopsticks-local' 'npm run start:graphql-server'",
"start:chopsticks": "npx --yes @acala-network/[email protected] --config chopsticks-config.yml",
"start:chopsticks": "npx --yes @acala-network/[email protected].2-1 --config chopsticks-config.yml",
"start:graphql-server": "cd squid && npm run start:graphql-server",
"indexer:start:chopsticks-ci": "cd squid && npm run start:chopsticks-ci",
"indexer:start:chopsticks-local": "cd squid && npm run start:chopsticks-local",
Expand Down
2 changes: 1 addition & 1 deletion packages/ui/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"@mui/base": "^5.0.0-beta.64",
"@mui/material": "^6.1.10",
"@mui/styled-engine": "^6.1.10",
"@polkadot-api/descriptors": "portal:.papi/descriptors",
"@polkadot-api/descriptors": "file:.papi/descriptors",
"@polkadot-api/tx-utils": "^0.0.6",
"@polkadot-labs/hdkd": "^0.0.10",
"@polkadot-labs/hdkd-helpers": "^0.0.10",
Expand Down

0 comments on commit 3c6c0ff

Please sign in to comment.