Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fixes - less data from the state, better indexer -M9 #159

Merged
merged 19 commits into from
Apr 26, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 0 additions & 4 deletions .env.local.example
Original file line number Diff line number Diff line change
Expand Up @@ -19,14 +19,10 @@ NEXT_PUBLIC_URL=http://localhost:3000
## → ABIs under `/packages/contracts/deployments/{contract}/metadata.json` (auto-generated on build)
## → Addresses for all chains under `/packages/contracts/deployments/{contract}/{chain}.ts` (auto-generated on deploy)
## NOTE: See dynamic contract imports under `src/deployments/deployments.ts`
NEXT_PUBLIC_DEFAULT_CHAIN=kusama-coretime
NEXT_PUBLIC_RELAY_CHAIN=kusama

## Multiple supported chain identifiers (Optional)
## IMPORTANT: It's mandatory to use double quotes in the array
# NEXT_PUBLIC_SUPPORTED_CHAINS=["alephzero-testnet"]

NEXT_PUBLIC_SUPPORTED_CHAINS=[{"coretime": "development", "relay": "development"}, {"coretime": "westend-coretime", "relay": "westend"}, {"coretime": "polkadot", "relay": "polkadot"}, {"coretime": "kusama-coretime", "relay": "kusama"}, {"coretime": "rococo-coretime", "relay": "rococo"}]

NEXT_PUBLIC_SUBSCAN_TOKEN=

18 changes: 11 additions & 7 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,15 +27,16 @@
"@azns/resolver-react": "^1.6.0",
"@emotion/react": "^11.11.4",
"@emotion/styled": "^11.11.5",
"@headlessui/react": "^1.7.18",
"@headlessui/react": "^1.7.19",
"@heroicons/react": "^2.1.3",
"@material-tailwind/react": "^1.4.2",
"@mui/material": "^5.15.15",
"@mui/x-date-pickers": "^6.19.9",
"@paraspell/sdk": "^4.1.1",
"@polkadot/api-base": "^10.12.6",
"@poppyseed/squid-sdk": "^0.1.0",
"@polkadot/api-base": "^10.13.1",
"@poppyseed/squid-sdk": "^0.2.4",
"@poppyseed/xcm-sdk": "^4.0.1",
"@reduxjs/toolkit": "^2.2.3",
"animate.css": "^4.1.1",
"axios": "^1.6.8",
"chart.js": "^4.4.2",
Expand All @@ -45,20 +46,23 @@
"font-awesome": "^4.7.0",
"framer-motion": "^10.18.0",
"next": "^13.5.6",
"next-redux-wrapper": "^8.1.0",
"next-themes": "^0.3.0",
"react": "^18.2.0",
"react-chartjs-2": "^5.2.0",
"react-dom": "^18.2.0",
"react-icons": "^4.12.0",
"react-redux": "^9.1.1",
"react-type-animation": "^3.2.0",
"reactstrap": "^9.2.2"
"reactstrap": "^9.2.2",
"redux": "^5.0.1"
},
"devDependencies": {
"@polkadot/api": "^10.12.6",
"@polkadot/api-contract": "^10.12.6",
"@polkadot/api": "^10.13.1",
"@polkadot/api-contract": "^10.13.1",
"@polkadot/extension-dapp": "^0.46.9",
"@polkadot/extension-inject": "^0.46.9",
"@polkadot/types": "^10.12.6",
"@polkadot/types": "^10.13.1",
"@polkadot/util": "^12.6.2",
"@polkadot/util-crypto": "^12.6.2",
"@poppyseed/lastic-sdk": "^0.2.7",
Expand Down
Loading
Loading