Skip to content

Commit 990cfbf

Browse files
authored
Merge pull request #141 from LasticXYZ/kusama-launch
Kusama launch πŸŽ‰ πŸŽ‰πŸŽ‰
2 parents 4c76b79 + 6df0bca commit 990cfbf

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

59 files changed

+857
-523
lines changed

β€Ž.env.local.exampleβ€Ž

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -19,14 +19,14 @@ NEXT_PUBLIC_URL=http://localhost:3000
1919
## β†’ ABIs under `/packages/contracts/deployments/{contract}/metadata.json` (auto-generated on build)
2020
## β†’ Addresses for all chains under `/packages/contracts/deployments/{contract}/{chain}.ts` (auto-generated on deploy)
2121
## NOTE: See dynamic contract imports under `src/deployments/deployments.ts`
22-
NEXT_PUBLIC_DEFAULT_CHAIN=rococo-coretime
23-
NEXT_PUBLIC_RELAY_CHAIN=rococo
22+
NEXT_PUBLIC_DEFAULT_CHAIN=kusama-coretime
23+
NEXT_PUBLIC_RELAY_CHAIN=kusama
2424

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

29-
NEXT_PUBLIC_SUPPORTED_CHAINS=[{"coretime": "development", "relay": "development"}, {"coretime": "polkadot", "relay": "polkadot"}, {"coretime": "kusama", "relay": "kusama"}, {"coretime": "rococo-coretime", "relay": "rococo"}]
29+
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"}]
3030

3131
NEXT_PUBLIC_SUBSCAN_TOKEN=
3232

β€Žpackage.jsonβ€Ž

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@
3434
"@mui/x-date-pickers": "^6.19.9",
3535
"@paraspell/sdk": "^4.1.1",
3636
"@polkadot/api-base": "^10.12.6",
37-
"@poppyseed/squid-sdk": "^0.0.5",
37+
"@poppyseed/squid-sdk": "^0.1.0",
3838
"@poppyseed/xcm-sdk": "^4.0.1",
3939
"animate.css": "^4.1.1",
4040
"axios": "^1.6.8",
@@ -44,6 +44,7 @@
4444
"eslint": "8.36.0",
4545
"font-awesome": "^4.7.0",
4646
"framer-motion": "^10.18.0",
47+
"js-cookie": "^3.0.5",
4748
"next": "^13.5.6",
4849
"next-themes": "^0.3.0",
4950
"react": "^18.2.0",
@@ -61,7 +62,7 @@
6162
"@polkadot/types": "^10.12.6",
6263
"@polkadot/util": "^12.6.2",
6364
"@polkadot/util-crypto": "^12.6.2",
64-
"@poppyseed/lastic-sdk": "^0.2.5",
65+
"@poppyseed/lastic-sdk": "^0.2.7",
6566
"@types/react": "18.2.25",
6667
"autoprefixer": "^10.4.19",
6768
"eslint-config-next": "^13.5.6",

0 commit comments

Comments
Β (0)