Skip to content

Commit 1c45b30

Browse files
authored
fix: bump dep of zkcli-anvil-zksync (#181)
1 parent dcac297 commit 1c45b30

File tree

3 files changed

+21
-19
lines changed

3 files changed

+21
-19
lines changed

package-lock.json

+19-17
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@
4646
"winston": "^3.10.0",
4747
"zkcli-block-explorer": "^1.2.1",
4848
"zkcli-dockerized-node": "^1.1.0",
49-
"zkcli-in-memory-node": "^1.0.8",
49+
"zkcli-in-memory-node": "^1.1.0",
5050
"zkcli-portal": "^1.0.3",
5151
"zksync-ethers": "5.9.1"
5252
},

src/data/chains.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ export const l2Chains: L2Chain[] = [
4343
},
4444
{
4545
id: 260,
46-
name: "In-memory local node",
46+
name: "anvil-zksync",
4747
network: "in-memory-node",
4848
rpcUrl: "http://127.0.0.1:8011",
4949
},

0 commit comments

Comments
 (0)