Skip to content

Commit

Permalink
fix: kintsugi labs hosted parachain URL (polkadot-js#6280)
Browse files Browse the repository at this point in the history
  • Loading branch information
nud3l authored Oct 13, 2021
1 parent 1fa9ffd commit c335ede
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions packages/apps-config/src/endpoints/productionRelayKusama.ts
Original file line number Diff line number Diff line change
Expand Up @@ -164,12 +164,11 @@ export function createKusama (t: TFunction): EndpointOption {
},
{
info: 'kintsugi',
isUnreachable: true, // https://github.com/polkadot-js/apps/issues/6101
homepage: 'https://kintsugi.interlay.io/',
paraId: 2092,
text: t('rpc.kusama.kintsugi', 'Kintsugi BTC', { ns: 'apps-config' }),
providers: {
'Kintsugi Labs': 'wss://api-kin.interlay.io/parachain',
'Kintsugi Labs': 'wss://api-kusama.interlay.io/parachain',
OnFinality: 'wss://kintsugi.api.onfinality.io/public-ws'
}
},
Expand Down

0 comments on commit c335ede

Please sign in to comment.