Skip to content

Commit 6a0acfa

Browse files
committed
add second subnet
1 parent dda3890 commit 6a0acfa

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

contract-tests/test/wasm.contract.test.ts

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -72,6 +72,9 @@ describe("Test wasm contract", () => {
7272
await startCall(api, netuid, coldkey)
7373
console.log("test the case on subnet ", netuid)
7474
await burnedRegister(api, netuid, convertPublicKeyToSs58(hotkey2.publicKey), coldkey2)
75+
76+
await addNewSubnetwork(api, hotkey, coldkey)
77+
await startCall(api, netuid + 1, coldkey)
7578
})
7679

7780
it("Can instantiate contract", async () => {

0 commit comments

Comments
 (0)