We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9c74d60 commit bf1bcfbCopy full SHA for bf1bcfb
runtime/src/precompiles/solidity/subnet.sol
@@ -165,14 +165,4 @@ interface ISubnet {
165
uint16 netuid,
166
uint64 commitRevealWeightsInterval
167
) external payable;
168
-
169
- /// Registers a new network without specifying details.
170
- function registerNetwork(bytes32 hotkey) external payable;
171
- /// Registers a new network with specified subnet name, GitHub repository, and contact information.
172
- function registerNetwork(
173
- bytes32 hotkey,
174
- bytes memory subnetName,
175
- bytes memory githubRepo,
176
- bytes memory subnetContact
177
- ) external payable;
178
}
0 commit comments