We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 23ed743 commit 4f2900aCopy full SHA for 4f2900a
client/src/lib/utils/networkData.ts
@@ -38,6 +38,7 @@ export const Paseo: NetworkData = {
38
chains: [
39
{ name: "Paseo Relay", id: -1 },
40
{ name: "AssetHub", id: 1000 },
41
+ { name: "Passet Hub: smart contracts", id: 1111 },
42
{ name: "BridgeHub", id: 1002 },
43
{ name: "People", id: 1004 },
44
{ name: "Coretime", id: 1005 },
client/tests/paseo.test.ts
@@ -3,6 +3,7 @@ import { FaucetTests } from "./faucet.js";
3
const chains = [
4
5
6
7
8
9
0 commit comments