Skip to content

Commit

Permalink
Add Phala (PoC 5) (polkadot-js#6959)
Browse files Browse the repository at this point in the history
  • Loading branch information
jasl authored Feb 10, 2022
1 parent 2db0ed2 commit db6fe67
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 5 deletions.
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"
}
}

0 comments on commit db6fe67

Please sign in to comment.