Skip to content

Commit

Permalink
Add polkadot ppl chain (#551)
Browse files Browse the repository at this point in the history
  • Loading branch information
Tbaut authored Jul 30, 2024
1 parent e913884 commit 6c8bab3
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
3 changes: 2 additions & 1 deletion packages/ui/cypress/tests/setIdentity.cy.ts
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,8 @@ describe('Set an identity', () => {
})
})

it('Can edit an identity from the new tx button', () => {
// skipping since identity now needs to be handled with the associatedppl chain
it.skip('Can edit an identity from the new tx button', () => {
cy.setupAndVisit({
url: landingPageNetwork('polkadot'),
extensionConnectionAllowed: true,
Expand Down
3 changes: 3 additions & 0 deletions packages/ui/src/constants.ts
Original file line number Diff line number Diff line change
Expand Up @@ -39,13 +39,15 @@ export const HTTP_GRAPHQL_URL = `https://squid.subsquid.io/multix-arrow/v/v3/gra

export const PAYMENT_INFO_ACCOUNT = '5CXQZrh1MSgnGGCdJu3tqvRfCv7t5iQXGGV9UKotrbfhkavs'

const polkadotPplChain = 'wss://sys.ibp.network/people-polkadot'
const kusamaPplChain = 'wss://sys.ibp.network/people-kusama'
const westendPplChain = 'wss://sys.dotters.network/people-westend'

export const networkList: Record<string, NetworkInfo> = {
polkadot: {
chainId: 'polkadot',
explorerNetworkName: 'polkadot',
pplChainRpcUrl: polkadotPplChain,
rpcUrl: 'wss://rpc.ibp.network/polkadot',
httpGraphqlUrl: HTTP_GRAPHQL_URL,
logo: chainsPolkadotCircleSVG
Expand All @@ -62,6 +64,7 @@ export const networkList: Record<string, NetworkInfo> = {
chainId: 'asset-hub-polkadot',
explorerNetworkName: 'asset-hub-polkadot',
rpcUrl: 'wss://sys.ibp.network/statemint',
pplChainRpcUrl: polkadotPplChain,
httpGraphqlUrl: HTTP_GRAPHQL_URL,
logo: nodesAssetHubSVG
},
Expand Down

0 comments on commit 6c8bab3

Please sign in to comment.