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 b80844e commit f7e3100Copy full SHA for f7e3100
src/scripts/bt-next-adjustment-block.js
@@ -9,7 +9,8 @@ INSTALLATION STEPS
9
2. Install the following packages:
10
npm install @polkadot/api
11
npm install prompt-sync
12
-3. Run this script using the command "node bt-next-adjustment-block.js". Follow the prompts to enter the network and subnet number.
+3. Download the raw version of this file, save it as `bt-next-adjustment-block.js` anywhere in your Bittensor environment.
13
+4. Run the script using the command "node bt-next-adjustment-block.js". Follow the prompts to enter the network and subnet number.
14
15
EXAMPLE
16
=======
@@ -94,4 +95,4 @@ queryBittensorData()
94
95
.catch(console.error)
96
.finally(() => process.exit());
97
-console.warn = () => {};
98
+console.warn = () => {};
0 commit comments