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

Add Phala (PoC 5) #6959

Merged
merged 1 commit into from
Feb 10, 2022
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
12 changes: 10 additions & 2 deletions packages/apps-config/src/endpoints/testing.ts
Original file line number Diff line number Diff line change
Expand Up @@ -225,9 +225,9 @@ export function createTesting (t: TFunction, firstOnly: boolean, withSort: boole
}
},
{
info: 'phala',
info: 'khala',
isDisabled: true, // https://github.com/polkadot-js/apps/issues/6930
text: t('rpc.test.phala', 'Khala (Para3)', { ns: 'apps-config' }),
text: t('rpc.test.khala', 'Khala (Para 3)', { ns: 'apps-config' }),
providers: {
'Phala Network': 'wss://pc-test-3.phala.network/khala/ws'
}
Expand Down Expand Up @@ -352,6 +352,14 @@ export function createTesting (t: TFunction, firstOnly: boolean, withSort: boole
'Darwinia Network': 'wss://pangoro-rpc.darwinia.network'
}
},
{
info: 'phala',
isDisabled: false,
text: t('rpc.test.phala', 'Phala (PoC 5)', { ns: 'apps-config' }),
providers: {
'Phala Network': 'wss://poc5.phala.network/ws'
}
},
{
info: 'phoenix',
isDisabled: true, // https://github.com/polkadot-js/apps/issues/6181
Expand Down
5 changes: 3 additions & 2 deletions packages/apps/public/locales/en/apps-config.json
Original file line number Diff line number Diff line change
Expand Up @@ -192,6 +192,7 @@
"rpc.test.interbtc": "Interlay",
"rpc.test.ipse": "IPSE",
"rpc.test.jupiter": "Jupiter",
"rpc.test.khala": "Khala (Para3)",
"rpc.test.kilt.mash": "KILT Mashnet",
"rpc.test.kilt.pere": "KILT Peregrine",
"rpc.test.kylin-node.co.uk": "Pichiu Testnet",
Expand All @@ -206,7 +207,7 @@
"rpc.test.origintrail": "OriginTrail Parachain Testnet",
"rpc.test.pangolin": "Pangolin",
"rpc.test.pangoro": "Pangoro",
"rpc.test.phala": "Khala (Para3)",
"rpc.test.phala": "Phala (PoC 5)",
"rpc.test.phoenix": "Phoenix Mashnet",
"rpc.test.polkadex": "Polkadex",
"rpc.test.polymesh": "Polymesh Testnet",
Expand Down Expand Up @@ -248,4 +249,4 @@
"ss58.default": "Default for the connected node",
"testnet.kylin-node.co.uk": "Kylin Testnet",
"westend.kylin-node.co.uk": "Pichiu"
}
}
3 changes: 2 additions & 1 deletion packages/apps/public/locales/it/translation.json
Original file line number Diff line number Diff line change
Expand Up @@ -1866,6 +1866,7 @@
"rpc.test.interbtc": "",
"rpc.test.ipse": "",
"rpc.test.jupiter": "",
"rpc.test.khala": "",
"rpc.test.kilt": "",
"rpc.test.litentry": "",
"rpc.test.mandala": "",
Expand Down Expand Up @@ -2134,4 +2135,4 @@
"{{threshold}}, passing": "{{threshold}}, approvato",
"{{type}} copied": "{{type}} copiato",
"{{value}}x voting balance, locked for {{lock}}x enactment ({{period}} days)": "{{value}} x moltiplicatore di voto, fondi bloccati per {{lock}}x = {{period}} giorni"
}
}