diff --git a/package.json b/package.json index 7d3924ad..4ea0c871 100644 --- a/package.json +++ b/package.json @@ -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/chopsticks@1.0.1 --config chopsticks-config.yml", + "start:chopsticks": "npx --yes @acala-network/chopsticks@1.0.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", diff --git a/packages/ui/package.json b/packages/ui/package.json index 3aed2285..37b686d8 100644 --- a/packages/ui/package.json +++ b/packages/ui/package.json @@ -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",