Skip to content

Commit 213acc4

Browse files
jolycaojolycao
jolycao
authored and
jolycao
committed
fix readme for task 27-Arbitrum-layer2
1 parent 478d9ed commit 213acc4

File tree

11 files changed

+3478
-1
lines changed

11 files changed

+3478
-1
lines changed

basic/27-Arbitrum-layer2/.env.example

+2
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
PRIVATE_KEY=xxxxxxxxxxxxxxxx
2+
INFURA_ID=yyyyyyyy

basic/27-Arbitrum-layer2/.gitignore

+9
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
node_modules
2+
.env
3+
coverage
4+
coverage.json
5+
typechain
6+
7+
#Hardhat files
8+
cache
9+
artifacts

0 commit comments

Comments
 (0)