Skip to content

Commit

Permalink
added support to paseo's parachains ⛓️
Browse files Browse the repository at this point in the history
  • Loading branch information
Bullrich committed Oct 11, 2024
1 parent e7dc602 commit fc375a7
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion client/src/lib/utils/networkData.ts
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,13 @@ export const Westend: NetworkData = {
export const Paseo: NetworkData = {
networkName: "Paseo",
currency: "PAS",
chains: [{ name: "Paseo Relay", id: -1 }],
chains: [
{ name: "Paseo Relay", id: -1 },
{ name: "AssetHub", id: 1000 },
{ name: "BridgeHub", id: 1002 },
{ name: "People", id: 1004 },
{ name: "Coretime", id: 1005 },
],
endpoint: faucetUrl("https://paseo-faucet.parity-testnet.parity.io/drip/web"),
explorer: null,
};
Expand Down

0 comments on commit fc375a7

Please sign in to comment.