Skip to content

Commit

Permalink
Merge pull request #854 from YanelPH/patch-1
Browse files Browse the repository at this point in the history
Update create-lsp7-token.md
  • Loading branch information
Hugoo authored Jan 28, 2024
2 parents fbc64a2 + 8e4a9bb commit 5582ac8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/learn/smart-contract-developers/create-lsp7-token.md
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ contract CustomToken is LSP7Mintable, LSP7Burnable {
tokenName_,
tokenSymbol_,
tokenContractOwner_,
uint256 lsp4TokenType_,
lsp4TokenType_,
isNonDivisible_
)
{
Expand Down Expand Up @@ -97,7 +97,7 @@ You are now ready to deploy your contract on the [**LUKSO Testnet network**](../

### Update hardhat config

```solidity title="contracts/MyCustomToken.sol"
```ts title="hardhat.config.ts"
import { HardhatUserConfig } from 'hardhat/config';
import { config as LoadEnv } from 'dotenv';
import '@nomicfoundation/hardhat-toolbox';
Expand Down

0 comments on commit 5582ac8

Please sign in to comment.