Skip to content

Commit

Permalink
Add Bit.Country PC1 Parachain under Rococo Testnet (#4647)
Browse files Browse the repository at this point in the history
* Add Bit.Country testnet Tewai to testnet list

* update for eslint

* Update packages/apps-config/src/api/spec/bitcountry.ts

Commit suggestion

Co-authored-by: Jaco Greeff <jacogr@gmail.com>

* Adding Bit.Country Tewai Parachain Node

Co-authored-by: Jaco Greeff <jacogr@gmail.com>
  • Loading branch information
justinphamnz and jacogr authored Feb 11, 2021
1 parent 3bf4cc6 commit 8e267dd
Show file tree
Hide file tree
Showing 4 changed files with 13 additions and 2 deletions.
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

0 comments on commit 8e267dd

Please sign in to comment.