Skip to content

Commit 9e3169b

Browse files
committed
match snippet paths to file paths, standardize across hardhat guides in section
1 parent 45c992e commit 9e3169b

File tree

19 files changed

+85
-51
lines changed

19 files changed

+85
-51
lines changed

.snippets/code/smart-contracts/cookbook/smart-contracts/deploy-basic-contract/basic-hardhat/Storage.sol renamed to .snippets/code/smart-contracts/cookbook/smart-contracts/deploy-basic/basic-hardhat/Storage.sol

File renamed without changes.

.snippets/code/smart-contracts/cookbook/smart-contracts/deploy-basic-contract/basic-hardhat/compile-output.html renamed to .snippets/code/smart-contracts/cookbook/smart-contracts/deploy-basic/basic-hardhat/compile-output.html

File renamed without changes.
Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
<div id="termynal" data-termynal markdown>
2+
<span data-ty="input">npx hardhat ignition deploy ignition/modules/Storage.ts --network polkadotHubTestnet</span>
3+
<span data-ty>✔ Confirm deploy to network polkadotTestnet (420420420)? … yes</span>
4+
<span data-ty>&nbsp;</span>
5+
<span data-ty>Hardhat Ignition 🚀</span>
6+
<span data-ty>&nbsp;</span>
7+
<span data-ty>Deploying [ StorageModule ]</span>
8+
<span data-ty>&nbsp;</span>
9+
<span data-ty>[ StorageModule ] successfully deployed 🚀</span>
10+
<span data-ty>&nbsp;</span>
11+
<span data-ty>Deployed Addresses</span>
12+
<span data-ty>&nbsp;</span>
13+
<span data-ty>Storage - 0x12345.....</span>
14+
<span data-ty="input"><span class="file-path"></span></span>
15+
</div>

.snippets/code/smart-contracts/cookbook/smart-contracts/deploy-basic-contract/basic-hardhat/hardhat.config.ts renamed to .snippets/code/smart-contracts/cookbook/smart-contracts/deploy-basic/basic-hardhat/hardhat.config.ts

File renamed without changes.

.snippets/code/smart-contracts/cookbook/smart-contracts/deploy-basic-contract/basic-hardhat/storage.ts renamed to .snippets/code/smart-contracts/cookbook/smart-contracts/deploy-basic/basic-hardhat/storage.ts

File renamed without changes.

.snippets/code/smart-contracts/cookbook/smart-contracts/deploy-erc20-token/erc20-hardhat/compile-output.html renamed to .snippets/code/smart-contracts/cookbook/smart-contracts/deploy-erc20/erc20-hardhat/compile-output.html

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,5 @@
33
<span data-ty>Generating typings for: 23 artifacts in dir: typechain-types for target: ethers-v6</span>
44
<span data-ty>Successfully generated 62 typings!</span>
55
<span data-ty>Compiled 21 Solidity files successfully (evm target: paris).</span>
6+
<span data-ty="input"><span class="file-path"></span></span>
67
</div>

.snippets/code/smart-contracts/cookbook/smart-contracts/deploy-erc20-token/erc20-hardhat/deploy-output.html renamed to .snippets/code/smart-contracts/cookbook/smart-contracts/deploy-erc20/erc20-hardhat/deploy-output.html

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,4 +17,5 @@
1717
<span data-ty>Deployed Addresses</span>
1818
<span data-ty>&nbsp;</span>
1919
<span data-ty>TokenModule#MyToken - 0xc01Ee7f10EA4aF4673cFff62710E1D7792aBa8f3</span>
20+
<span data-ty="input"><span class="file-path"></span></span>
2021
</div>

.snippets/code/smart-contracts/cookbook/smart-contracts/deploy-erc20-token/erc20-hardhat/testing-output.html renamed to .snippets/code/smart-contracts/cookbook/smart-contracts/deploy-erc20/erc20-hardhat/testing-output.html

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,4 +13,5 @@
1313
<span data-ty>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;✔ Should correctly track balance after multiple mints</span>
1414
<span data-ty></span>
1515
<span data-ty>&nbsp;&nbsp;6 passing (369ms)</span>
16+
<span data-ty="input"><span class="file-path"></span></span>
1617
</div>

.snippets/code/smart-contracts/cookbook/smart-contracts/deploy-erc721-nft/nft-hardhat/MyNFT.sol renamed to .snippets/code/smart-contracts/cookbook/smart-contracts/deploy-nft/nft-hardhat/MyNFT.sol

File renamed without changes.

.snippets/code/smart-contracts/cookbook/smart-contracts/deploy-erc721-nft/nft-hardhat/MyNFT.ts renamed to .snippets/code/smart-contracts/cookbook/smart-contracts/deploy-nft/nft-hardhat/MyNFT.ts

File renamed without changes.

0 commit comments

Comments
 (0)