Skip to content

Commit

Permalink
feat: add westend penpal to list of networks
Browse files Browse the repository at this point in the history
  • Loading branch information
franciscoaguirre committed Jan 2, 2025
1 parent 2336ad6 commit 24c14ae
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions packages/apps-config/src/endpoints/testingRelayWestend.ts
Original file line number Diff line number Diff line change
Expand Up @@ -204,6 +204,20 @@ export const testParasWestendCommon: EndpointOption[] = [
color: '#ec03fc',
logo: chainsPeoplePolkadotSVG
}
},
{
info: 'westendPenpal',
isPeopleForIdentity: true,
paraId: 2042,
providers: {
Parity: 'wss://westend-penpal-rpc.polkadot.io'
},
relayName: 'westend',
teleport: [-1],
text: 'Penpal',
ui: {
color: '#964b00'
}
}
];

Expand Down

0 comments on commit 24c14ae

Please sign in to comment.