Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
20 commits
Select commit Hold shift + click to select a range
6b0ea21
Fix abnormal account type
badkk Dec 1, 2020
3fa3f51
Fix crust logo invisible
badkk Dec 1, 2020
1ccfd8b
Merge branch 'master' of https://github.com/polkadot-js/apps
badkk Dec 9, 2020
a15d077
Merge branch 'master' of https://github.com/polkadot-js/apps
badkk Jan 5, 2021
62b1166
Merge branch 'master' of https://github.com/polkadot-js/apps
badkk Jan 20, 2021
1a522a5
Merge with master
badkk Jan 25, 2021
27451e3
Add Crust Rococo V1 Endpoint
badkk Jan 25, 2021
6879a72
Merge branch 'master' of https://github.com/polkadot-js/apps
badkk Jan 25, 2021
2c7ec5d
Upgrade to Crust Maxwell
badkk Jan 25, 2021
5614d9d
Merge branch 'master' of https://github.com/polkadot-js/apps
badkk Jan 29, 2021
7958992
Merge branch 'master' of https://github.com/polkadot-js/apps
badkk Mar 16, 2021
e69900b
Apply crust type package and add DCF provider
badkk Mar 16, 2021
df9258e
Merge branch 'master' of https://github.com/polkadot-js/apps
badkk Mar 17, 2021
14abf86
Merge branch 'master' of https://github.com/polkadot-js/apps
badkk Mar 25, 2021
825bfb1
Ipfs on crust (#4)
badkk Mar 29, 2021
f8469d2
Merge branch 'master' of https://github.com/polkadot-js/apps
badkk Mar 29, 2021
84d66dc
Fix with Crust IPFS Upload
badkk Mar 29, 2021
b726e75
Merge branch 'master' of https://github.com/polkadot-js/apps
badkk May 15, 2021
187a22d
Add Crust Shadow Network
badkk May 15, 2021
8894bf5
Fix
badkk May 15, 2021
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
8 changes: 8 additions & 0 deletions packages/apps-config/src/endpoints/productionRelayKusama.ts
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,14 @@ export function createKusama (t: TFunction): EndpointOption {
linked: [
// parachains with id, see Rococo
// alphabetical based on chain name
{
info: 'crust shadow',
paraId: 2012,
text: t('rpc.kusama.shadow', 'Crust Shadow', { ns: 'apps-config' }),
providers: {
Crust: 'wss://shadow.crust.network/'
}
},
{
info: 'khala',
paraId: 2004,
Expand Down
1 change: 1 addition & 0 deletions packages/apps-config/src/ui/colors.ts
Original file line number Diff line number Diff line change
Expand Up @@ -133,6 +133,7 @@ export const chainColors: Record<string, any> = [
['Clover', chainClover],
['crust maxwell', chainCrust],
['Crust PC1', chainCrust],
['crust shadow', chainCrust],
['darwinia cc1', chainDarwinia],
['Darwinia Crab', chainCrab],
['Darwinia PC2', chainRoccoDarwinia],
Expand Down
1 change: 1 addition & 0 deletions packages/apps-config/src/ui/logos/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -203,6 +203,7 @@ export const nodeLogos: Record<string, unknown> = [
['darwinia crab', nodeCrab],
['crust', nodeCrust],
['Crust Collator', nodeCrust],
['crust shadow', nodeCrust],
['darwinia', nodeDarwinia],
['darwinia parachain', nodeDarwinia],
['Darwinia Runtime Module Library', nodeDarwinia],
Expand Down
1 change: 1 addition & 0 deletions packages/apps/public/locales/en/apps-config.json
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,7 @@
"rpc.kusama.onfinality": "Kusama",
"rpc.kusama.parity": "Kusama",
"rpc.kusama.patractlabs": "Kusama",
"rpc.kusama.shadow": "Crust Shadow",
"rpc.kusama.w3f": "Kusama",
"rpc.litentry.test": "Litentry",
"rpc.local": "Local Node",
Expand Down