Skip to content

Commit

Permalink
test on pangolin
Browse files Browse the repository at this point in the history
  • Loading branch information
hujw77 committed Dec 14, 2023
1 parent efd6704 commit 54472a4
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 3 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
.DS_Store
.env
/docs
/out
Expand Down
5 changes: 3 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,9 @@ fmt :; @forge fmt
clean :; @forge clean
test :; @forge test
# deploy :; @forge script script/Deploy.s.sol:Deploy --chain ${chain-id} --broadcast --verify
deploy :; @forge script script/Deploy.s.sol:Deploy --rpc-url http://192.168.132.159:9944 --broadcast
e2e-test:; @forge script script/Deploy.s.sol:Deploy --sig "test_import_finalized_header()" --rpc-url http://192.168.132.159:9944 --broadcast
# deploy :; @forge script script/Deploy.s.sol:Deploy --rpc-url http://192.168.132.159:9944 --broadcast
deploy :; @forge script script/Deploy.s.sol:Deploy --rpc-url https://pangolin-rpc.darwinia.network --broadcast
e2e-test:; @forge script script/Deploy.s.sol:Deploy --sig "test_import_finalized_header()" --rpc-url https://pangolin-rpc.darwinia.network --broadcast

salt :; @create3 -s 000000000000
sync :; @git submodule update --recursive
Expand Down
3 changes: 2 additions & 1 deletion test/BeaconLightClient.t.sol

Large diffs are not rendered by default.

0 comments on commit 54472a4

Please sign in to comment.