Skip to content

Commit

Permalink
fix: open unique htmp channels
Browse files Browse the repository at this point in the history
  • Loading branch information
mrshiposha committed Oct 23, 2023
1 parent 2b9fe52 commit 0e311d1
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions tests/src/util/createHrmp.ts
Original file line number Diff line number Diff line change
Expand Up @@ -16,11 +16,17 @@ await usingPlaygrounds(async (helper, privateKey) => {
await bidirOpen(1001, 1002);
break;
case 'quartz':
await bidirOpen(1001, 1002);
await bidirOpen(1001, 1003);
await bidirOpen(1001, 1004);
await bidirOpen(1001, 1005);
break;
case 'unique':
await bidirOpen(1001, 1002);
await bidirOpen(1001, 1003);
await bidirOpen(1001, 1004);
await bidirOpen(1001, 1005);
await bidirOpen(1001, 1006);
break;
default:
throw new Error(`unknown hrmp config profile: ${profile}`);
Expand Down

0 comments on commit 0e311d1

Please sign in to comment.