Skip to content

Commit

Permalink
Fix: Subscan link (#556)
Browse files Browse the repository at this point in the history
  • Loading branch information
Tbaut authored Aug 8, 2024
1 parent 3485f5c commit 4a6ee08
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions packages/ui/src/constants.ts
Original file line number Diff line number Diff line change
Expand Up @@ -62,15 +62,15 @@ export const networkList: Record<string, NetworkInfo> = {
},
'asset-hub-dot': {
chainId: 'asset-hub-polkadot',
explorerNetworkName: 'asset-hub-polkadot',
rpcUrl: 'wss://sys.ibp.network/statemint',
explorerNetworkName: 'assethub-polkadot',
rpcUrl: 'wss://sys.ibp.network/asset-hub-polkadot',
pplChainRpcUrl: polkadotPplChain,
httpGraphqlUrl: HTTP_GRAPHQL_URL,
logo: nodesAssetHubSVG
},
'asset-hub-ksm': {
chainId: 'asset-hub-kusama',
explorerNetworkName: 'asset-hub-kusama',
explorerNetworkName: 'assethub-kusama',
rpcUrl: 'wss://sys.ibp.network/statemine',
pplChainRpcUrl: kusamaPplChain,
httpGraphqlUrl: HTTP_GRAPHQL_URL,
Expand Down

0 comments on commit 4a6ee08

Please sign in to comment.