Skip to content

Commit

Permalink
updated tests
Browse files Browse the repository at this point in the history
  • Loading branch information
Bullrich committed Oct 11, 2024
1 parent fc375a7 commit 3d9bef3
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion client/tests/paseo.test.ts
Original file line number Diff line number Diff line change
@@ -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();

0 comments on commit 3d9bef3

Please sign in to comment.