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 Bit.Country PC1 Parachain under Rococo Testnet #4647

Merged
merged 5 commits into from
Feb 11, 2021
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: 2 additions & 2 deletions packages/apps-config/src/api/spec/bitcountry.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@

/* eslint-disable sort-keys */
export default {
Address: 'AccountId',
LookupSource: 'AccountId',
Address: 'MultiAddress',
LookupSource: 'MultiAddress',
Balance: 'u128',
AssetId: 'u64',
BlockNumber: 'u32',
Expand Down
8 changes: 8 additions & 0 deletions packages/apps-config/src/endpoints/testingRococo.ts
Original file line number Diff line number Diff line change
Expand Up @@ -68,6 +68,14 @@ export function createRococo (t: TFunction): EndpointOption {
Bifrost: 'wss://rococo-1.testnet.liebi.com'
}
},
{
info: 'rococoBitCountry',
paraId: 107,
text: t('rpc.rococo.bitcountry', 'Bit.Country PC1', { ns: 'apps-config' }),
providers: {
BitCountry: 'wss://tewai-parachain.bit.country:9955'
}
},
{
info: 'rococoClover',
paraId: 229,
Expand Down
2 changes: 2 additions & 0 deletions packages/apps-config/src/ui/logos/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -121,6 +121,7 @@ export const nodeLogos: Record<string, unknown> = [
['Bifrost', nodeBifrost],
['BitCountry Node', nodeBitCountry],
['Bit.Country', nodeBitCountry],
['Bit Country Tewai Parachain Collator', nodeBitCountry],
['Canvas Node', nodeCanvas],
['centrifuge chain', nodeCentrifuge],
['Centrifuge Chain Node', nodeCentrifuge],
Expand Down Expand Up @@ -224,6 +225,7 @@ export const namedLogos: Record<string, unknown> = {
rococoAcala: nodeAcala,
rococoAres: nodeAres,
rococoBifrost: nodeBifrost,
rococoBitCountry: nodeBitCountry,
rococoClover: nodeClover,
rococoCrust: nodeCrust,
rococoDarwinia: 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 @@ -60,6 +60,7 @@
"rpc.rococo.acala": "Mandala PC2",
"rpc.rococo.ares": "Ares PC1",
"rpc.rococo.bifrost": "Bifrost PC1",
"rpc.rococo.bitcountry": "Bit.Country PC1",
"rpc.rococo.clover": "Clover PC1",
"rpc.rococo.crust": "Crust PC1",
"rpc.rococo.darwinia": "Darwinia PC2",
Expand Down