We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b2608ef commit a5558a1Copy full SHA for a5558a1
1 file changed
docs/fxrp/token-interactions/04-gasless-fxrp-payments.mdx
@@ -53,8 +53,8 @@ To follow this guide, create a new [Hardhat](https://hardhat.org/) project or us
53
You will need to install the following dependencies:
54
55
```bash
56
-npm install ethers viem express cors dotenv
57
-npm install @openzeppelin/contracts @flarenetwork/flare-periphery-contracts
+npm install ethers viem express cors dotenv @openzeppelin/contracts \
+ @flarenetwork/flare-periphery-contracts
58
```
59
60
Add the following files to your project:
0 commit comments