diff --git a/client/tests/paseo.test.ts b/client/tests/paseo.test.ts index 568e81a4..6666a3f8 100644 --- a/client/tests/paseo.test.ts +++ b/client/tests/paseo.test.ts @@ -1,6 +1,12 @@ import { FaucetTests } from "./faucet.js"; -const chains = [{ name: "Paseo Relay", id: -1 }]; +const chains = [ + { name: "Paseo Relay", id: -1 }, + { name: "AssetHub", id: 1000 }, + { name: "Collectives", id: 1001 }, + { name: "BridgeHub", id: 1002 }, + { name: "People", id: 1004 }, +]; const tests = new FaucetTests({ faucetName: "Paseo Faucet", chains, url: "/", expectTransactionLink: false }); tests.runTests();