We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4c97c0f commit 12b1326Copy full SHA for 12b1326
1 file changed
packages/kusama/src/assetHubKusama.bounties.e2e.test.ts
@@ -0,0 +1,11 @@
1
+import { assetHubKusama } from '@e2e-test/networks/chains'
2
+import { baseBountiesE2ETests, registerTestTree, type TestConfig } from '@e2e-test/shared'
3
+
4
+const testConfig: TestConfig = {
5
+ testSuiteName: 'Kusama Asset Hub Bounties',
6
+ addressEncoding: 2,
7
+ blockProvider: 'NonLocal',
8
+ asyncBacking: 'Enabled',
9
+}
10
11
+registerTestTree(baseBountiesE2ETests(assetHubKusama, testConfig))
0 commit comments