From 1083ad16eb411a51baff8c41458e5f6427dffddc Mon Sep 17 00:00:00 2001 From: Xavi Artigas Date: Tue, 9 Apr 2024 16:24:08 +0200 Subject: [PATCH] Lock periphery package version --- include/runner.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/runner.md b/include/runner.md index 700ab1706..c06722fe1 100644 --- a/include/runner.md +++ b/include/runner.md @@ -20,7 +20,7 @@ 3. Initialize project and install dependencies with: ```bash npm init - npm install ethers@6.3 @flarenetwork/flare-periphery-contract-artifacts + npm install ethers@6.3 @flarenetwork/flare-periphery-contract-artifacts@0.1.7 ``` 4. Run the program with: ```bash